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

## Error in SQL Delight IntelliJ Plugin **com.alecstrong.sql.psi.core.psi.InvalidElementDetectedException** in **SqlCompositeElementImpl.kt:38** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/661e5f3af5a88d0008bba13b?event_id=661e5f3a00e6fbf635e70000&i=gh&m=ci) ## Stacktrace SqlCompositeElementImpl.kt:38 - com.alecstrong.sql.psi.core.psi.SqlCompositeElementImpl.getContainingFile [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/661e5f3af5a88d0008bba13b?event_id=661e5f3a00e6fbf635e70000&i=gh&m=ci) *Created automatically via Bugsnag*

bug

### Description Currently, the query generator sets up queryKeys based solely on the tables used in the SQL queries. This can lead to inefficiencies and unnecessary triggers for certain use...

feature

## Error in SQL Delight IntelliJ Plugin **org.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException** in **SqlDelightGotoDeclarationHandler.kt:124** Kotlin resolution encountered a problem while analyzing KtNameReferenceExpression: Library LibraryId(name=Gradle: com.expediagroup:graphql-kotlin-schema-generator:5.5.0, tableId=com.intellij.platform.workspace.jps.entities.LibraryTableId$ProjectLibraryTableId@79dd0ef1) already disposed: Library id: LibraryId(name=Gradle: com.expediagroup:graphql-kotlin-schema-generator:5.5.0, tableId=com.intellij.platform.workspace.jps.entities.LibraryTableId$ProjectLibraryTableId@79dd0ef1) Entity:...

bug

Provides a streaming api. Especially usefull for large resultsets to prevent loading the complete list in memory. Note: This is just a suggestion, it misses tests. Curious about what the...

## Error in SQL Delight IntelliJ Plugin **java.lang.LinkageError** in **ColumnTypeMixin.kt:212** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/66180cb3e9ef7e00081d1ada?event_id=66180cb300e6f882fb870000&i=gh&m=ci) ## Stacktrace Unknown:-1 - jdk.internal.reflect.GeneratedConstructorAccessor460.newInstance [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/66180cb3e9ef7e00081d1ada?event_id=66180cb300e6f882fb870000&i=gh&m=ci) *Created automatically via Bugsnag*

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.Throwable** in **AddImportIntention.kt:123** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/6616e8f4c7f12a0007c47630?event_id=6616e8f400e3161ab4d80000&i=gh&m=ci) ## Stacktrace AddImportIntention.kt:123 - app.cash.sqldelight.intellij.intentions.AddImportIntention.addImport AddImportIntention.kt:56 - app.cash.sqldelight.intellij.intentions.AddImportIntention.invoke$lambda$0 AddImportIntention.kt:51 - app.cash.sqldelight.intellij.intentions.AddImportIntention.invoke [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/6616e8f4c7f12a0007c47630?event_id=6616e8f400e3161ab4d80000&i=gh&m=ci) *Created automatically via...

bug

### SQLDelight Version 2.0.1 ### SQLDelight Dialect Android SDK 33 ### Describe the Bug Fro the [upsert docs](https://sqlite.org/lang_upsert.html), this syntax is valid: ``` CREATE TABLE vocabulary(word TEXT PRIMARY KEY, count...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.Exception** in **StubTreeLoaderImpl.java:188** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/6615b9b02e1a0600087bdbb1?event_id=6615b9b000e2847d59330000&i=gh&m=ci) ## Stacktrace StubTreeLoaderImpl.java:188 - com.intellij.psi.stubs.StubTreeLoaderImpl.diagnoseLengthMismatch [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/6615b9b02e1a0600087bdbb1?event_id=6615b9b000e2847d59330000&i=gh&m=ci) *Created automatically via Bugsnag*

bug

### SQLDelight Version 2.0.2 ### Operating System macOs Sonoma 14.2.1 ### Gradle Version 8.3 ### Kotlin Version 1.9.21 ### Dialect SQLite ### AGP Version N/A ### Describe the Bug I've...

bug

### SQLDelight Version 2.0.2 ### Operating System all ### Gradle Version all ### Kotlin Version all ### Dialect all ### AGP Version _No response_ ### Describe the Bug SELECT *...

bug