-
Hello, everyone.
I updated my project using `rails 6` to `rails 7`, switch `puma` to `falcon` and add the gem `console-adapter-rails` in the project to have logs again. It looked good until now, i'…
-
@Starcounter/webplatformteam guys have a DataTable component which requires `IQueryable` data source for work:
https://github.com/Starcounter/Starcounter.Uniform/blob/d0729e3d3581f21f50ca498dbad3cc71…
-
**Motivation**
* Faster than raw operations by 200-1000x (Lazy optimization, Rust, Fastest Algorithms for every simple operation)
* Big amount of supported features
* Less memory intensive
* Can…
-
Mostly databases are used without timelined versioned entries. An update of a record "deletes" the old information.
For some applications it's necessary to store temporal information like addresses…
-
Hello.
I'm using your package to connect to an MsSql database.
But the after implementing only the CustomQueryGrammar class, and adding it to the database config, the limit function still doesn'…
-
I am trying to add Oracle support to Tortoise ORM. See PR https://github.com/tortoise/tortoise-orm/pull/341
The Oracle query builder seems to be just a pass through and is not customized for Oracle…
-
## Issue Description
Hello, i have some issues with typeorm and a join of a many-to-many join table along with a filter in the query builder.
I have two entities in here, a ChannelEntity and a Chann…
talbx updated
2 months ago
-
### Description
When I run query using safe SQL parameter, I got Incorrect syntax near '?'.
### Steps to reproduce
1. Create Safe parameterized select statement using MSSQL Resource
2. Click on S…
-
I've been testing StarRocks with Nessie (Iceberg REST) successfully up until Nessie `v0.95`, when I started getting this error whenever I try to query any of the tables:
```
[42000][1064] Cannot i…
-
### Describe what you want
Assuming I have a table `tags` and `products` with a many-to-many relation on table `productsToTags`. I would like to query by a few specific tag IDs and order it by the mo…