-
This was mentioned a few years back in r-dbi/RPostgres#152 and I simply failed to actually start the conversation over here. It'd be very useful to be able to place multiple SQL statements in a single…
-
This is rather a UX issue:
from user point of view, if I switch to another (non `public` schema) in `Data` section of console,
the SQL editor misleadingly looks like if it would execute queries un…
-
**Describe the bug**
Unable to sort using ORDER BY
**To Reproduce**
1. Contents of program.sql
```
CREATE TABLE sales (
number INTEGER,
customer VARCHAR(128),
sweets VARCHAR(128),…
-
Collection of potential requirements and use cases:
### Outer join with sparse data structures
- How will we implement A + B where A, B are sparse matrices or vectors:
- This is an outer join…
-
**Is your feature request related to a problem? Please describe.**
We have a very large legacy database that runs on SQL Server Enterprise we would like to use `sqlpackage` out of a box, but its not …
-
### Description
When adding subsequent tables to a SQL statement and the first table includes "with (nolock)" intellisense no longer recognizes those additional tables and/or aliases. This happens…
-
Using Dapper for DB2 queries with the IBM.Data.DB2.iSeries driver works well, but there is an issue with the way parameters are handled. DB2 supports named parameters (and positional), but the paramet…
-
I have encountered some issues when importing data from SQL dumps through the `sqlitePorter.importSqlToDb` function
#### Reproduction steps:
**version**: `1.1.1`
Try to ingest
```sql
CREATE …
-
### SQLDelight Version
2.0.2
### SQLDelight Dialect
dialect("app.cash.sqldelight:postgresql-dialect:42.7.3")
### Describe the Bug
I followed this -
https://cashapp.github.io/sqldelight/2.0.2/jvm…
-
Hi
We currently have a Ignite cluster enabled with Persistence and have multiple tables which have parent child relationship.
we are performing some joins to get parent - child data and have belo…