sqldelight icon indicating copy to clipboard operation
sqldelight copied to clipboard

SQLDelight - Generates typesafe Kotlin APIs from SQL

Results 376 sqldelight issues
Sort by recently updated
recently updated
newest added

### SQLDelight Version 2.0.1 ### Operating System Windows 10 19045.3693 ### Gradle Version 8.2 ### Kotlin Version 1.9.21 ### Dialect sqlite ### AGP Version _No response_ ### Describe the Bug...

bug

### 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. ### Stacktrace _No...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.ClassCastException** in **ColumnDefMixin.kt:16** class com.alecstrong.sql.psi.core.psi.impl.SqlTypeNameImpl cannot be cast to class app.cash.sqldelight.dialects.postgresql.grammar.psi.PostgreSqlTypeName (com.alecstrong.sql.psi.core.psi.impl.SqlTypeNameImpl and app.cash.sqldelight.dialects.postgresql.grammar.psi.PostgreSqlTypeName are in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @491c3eb5) [View...

bug

### Description Hi, i have a project that need work by multiple database but when run a query to attach another database it not work. Dose sqdelight support attach database?

feature

### SQLDelight Version 2.0.2 ### Operating System macOS ### Gradle Version 8.7 ### Kotlin Version 1.9.x ### Dialect SQLite ### AGP Version 8.3.1 ### Describe the Bug There was a...

bug

### SQLDelight Version 2.0.0 ### IDE Version Hedgehog and Giraffe ### Dialect SQLite ### Describe the Bug SQL not connecting, try building from command line ### Stacktrace ```shell Collection is...

bug
component: ide-plugin

- Based off of [this Kotlinlang Slack thread](https://kotlinlang.slack.com/archives/C3PQML5NU/p1689789822225749)

By using Java 17 in the worker actions. Curios if we can even use Java 8 🤔

## Error in SQL Delight IntelliJ Plugin **java.lang.Exception** in **SqlDelightFileViewProviderFactory.kt:213** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/656bf229e60d6a0008f62ebb?event_id=656bf22900ce6bf203060000&i=gh&m=ci) ## Stacktrace SqlDelightFileViewProviderFactory.kt:213 - app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider.writeFiles$lambda$13 SqlDelightFileViewProviderFactory.kt:208 - app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider.writeFiles SqlDelightFileViewProviderFactory.kt:66 - app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider.access$writeFiles SqlDelightFileViewProviderFactory.kt:125 - app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider$contentsSynchronized$1$2.invoke SqlDelightFileViewProviderFactory.kt:125 - app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider$contentsSynchronized$1$2.invoke...

bug

### SQLDelight Version 2.0.1 ### Operating System Android ### Gradle Version 8.5 ### Kotlin Version 1.9.20 ### Dialect sqlite ### AGP Version 8.3 ### Describe the Bug Query paging source...

bug