-
### SQLDelight Version
1.5.3
### Operating System
Linux
### Gradle Version
7.3.3
### Kotlin Version
1.5.31
### AGP Version
7.0.4
### Describe the Bug
As an experiment, I've managed to compi…
-
Snapshot of the internal study:
# Current status
We have currently 3 DB instances in the RiotX SDK:
DB for session authentication (AuthDB). Small DB to store credentials and pending session data …
-
### SQLDelight Version
2.0.0
### SQLDelight Dialect
2.0.0
### Describe the Bug
To be able to define a trigger in Postgres we need to have it attached to a function. [function postgres …
-
### SQLDelight Version
2.0.0
### SQLDelight Dialect
Sqlite (jvm)
### Describe the Bug
Attempting to disable foregin key checks throws error:
```kotlin
driver.execute(null, "SET FORE…
-
### SQLDelight Version
2.0.0
### Application Operating System
JS
### Describe the Bug
SQLite/JS did not execute the database migration script?
Executing `pragma user_version;` always returns 0…
-
I would like to use a Kotlinx Coroutines [`SharedFlow`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-shared-flow/) to subscribe to entity updates.
…
aSemy updated
2 months ago
-
### SQLDelight Version
2.0.2
### Operating System
Mac OS 14.3.1
### Gradle Version
Gradle 8.7
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
### Kotlin Version
1.9.23
### …
-
### SQLDelight Version
2.0.0
### Operating System
MacOS Ventura
### Gradle Version
8.2
### Kotlin Version
1.9.10
### Dialect
sqlite-3-38-dialect, sqlite-3-35-dialect
### AGP Version
_No res…
-
**Describe the bug**
Our users are encountering ANR during CoreClient.initialize() or Web3Wallet.Initialize
```
ANR: Input dispatching timed out (server) is not responding. Waited 5001ms for F…
-
### SQLDelight Version
2.0.0
### Application Operating System
Only tested native
### Describe the Bug
On 1.x it was possible to do this:
```
database.xQueries.selectX() { x ->
val y = data…