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.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments** in **PsiClassSearchHelper.kt:42** Read access is allowed from inside read-action (see Application.runReadAction()); see https://jb.gg/ij-platform-threading for details Current thread: Thread[AWT-EventQueue-0,6,main] 1084024047 (EventQueue.isDispatchThread()=true) SystemEventQueueThread: (same)...

bug

## Error in SQL Delight IntelliJ Plugin **com.alecstrong.sql.psi.core.psi.InvalidElementDetectedException** in **AddImportIntention.kt:132** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/660b7f2f56bd830008330350?event_id=660b7f2f00e29ca6ca1b0000&i=gh&m=ci) ## Stacktrace AddImportIntention.kt:132 - app.cash.sqldelight.intellij.intentions.AddImportIntention.showHint [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/660b7f2f56bd830008330350?event_id=660b7f2f00e29ca6ca1b0000&i=gh&m=ci) *Created automatically via Bugsnag*

bug

### Discussed in https://github.com/cashapp/sqldelight/discussions/5103 Originally posted by **Vaibhav2002** March 31, 2024 I have a screen which shows a paged list of data coming from a SQL Delight table, Now when...

## Error in SQL Delight IntelliJ Plugin **org.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException** in **SqlDelightGotoDeclarationHandler.kt:213** Kotlin resolution encountered a problem while analyzing KtNameReferenceExpression [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/660a8e721a5d0e0008573b25?event_id=660a8e7200e2899bd0880000&i=gh&m=ci) ## Stacktrace SqlDelightGotoDeclarationHandler.kt:213 - app.cash.sqldelight.intellij.SqlDelightGotoDeclarationHandler.targetData SqlDelightGotoDeclarationHandler.kt:66 - app.cash.sqldelight.intellij.SqlDelightGotoDeclarationHandler.getGotoDeclarationTargets$lambda$0 SqlDelightGotoDeclarationHandler.kt:65...

bug

### SQLDelight Version 2.0.1 ### IDE Version IntelliJ IDEA 2023.3.6 (Ultimate Edition) ### Dialect SQLite ### Describe the Bug When opening a `.sqm` or `.sq` file I get the topbar...

bug
component: ide-plugin

## Error in SQL Delight IntelliJ Plugin **java.lang.Exception** in **SqlDelightGotoDeclarationHandler.kt:124** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/66018746f0ccba00084ec593?event_id=6601874600e2797e67890000&i=gh&m=ci) ## Stacktrace SqlDelightGotoDeclarationHandler.kt:124 - app.cash.sqldelight.intellij.SqlDelightGotoDeclarationHandler.targetData SqlDelightGotoDeclarationHandler.kt:66 - app.cash.sqldelight.intellij.SqlDelightGotoDeclarationHandler.getGotoDeclarationTargets$lambda$0 SqlDelightGotoDeclarationHandler.kt:65 - app.cash.sqldelight.intellij.SqlDelightGotoDeclarationHandler.getGotoDeclarationTargets [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/66018746f0ccba00084ec593?event_id=6601874600e2797e67890000&i=gh&m=ci) *Created automatically via...

bug

### Description https://www.postgresql.org/docs/current/sql-expressions.html#SQL-SYNTAX-TYPE-CASTS `CAST(expr AS type)` is already supported.

feature

### Description Support for RIGHT and FULL joins would be great to have maximum flexibility without relying on hacks using LEFT JOIN or UNION.

feature

### SQLDelight Version 2.0.1, 2.0.2 ### Operating System Windows 11 ### Gradle Version 8.2 ### Kotlin Version 1.9.23 ### Dialect app.cash.sqldelight:sqlite-3-18-dialect ### AGP Version 8.2.0 ### Describe the Bug `./gradlew...

bug