-
### Problem description
Using this as a sort of backlog for polars-sql functionality.
This is by no means an exhaustive list of sql functionality, but serves as an unprioritized checklist of fu…
-
In most IDE's, you can create collapsible "regions" by wrapping Javascript code with region comments:
```
//#region MyRegion
[some JS code]
//#endregion
```
The IDE will show this as a c…
-
### Describe the usage question you have. Please include as many useful details as possible.
Hi Team,
If things goes well, we will be using Arrow Flight SQL Server.
We will be publishing …
-
I have a few stored procedures that I'd like to be created during a migration step in Entity Framework core 8.0.7.
I added a new migration, and in the `Up()` method I put this simple script:
```c…
-
### Version
1.27.0
### What happened?
created some tables and queries to insert values into the tables. the generated code doesn't generate sensible or expected results.
- `:execresult` produces …
-
**Describe the bug**
Postgres comments cannot be imported
![image](https://github.com/user-attachments/assets/afc08064-d0a2-4235-9f72-a8bd4d408d97)
![image](https://github.com/user-attachment…
-
### What version of `drizzle-orm` are you using?
0.34.1
### What version of `drizzle-kit` are you using?
0.25.0
### Describe the Bug
When I select join with a subquery and select a field that was…
-
> So what it does is you can write SQL with conditions and named parameters and store those with DB2REST. Then DB2REST will call those based on URL request and return results
-
可以看一下你的数据库吗
-
Postgres in 9.5 introduced the `TABLESAMPLE` clause:
> A TABLESAMPLE clause after a table_name indicates that the specified sampling_method should be used to retrieve a subset of the rows in that tab…