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

Fixes #5086 https://github.com/AlecKazakova/sql-psi/pull/616 is now included in SqlDelight dependency * Added Postgresql grammar- must override `join_operator` inherited from sql-psi to include join rules * Added Fixture tests for joins (checked...

## Error in SQL Delight IntelliJ Plugin **com.intellij.serviceContainer.AlreadyDisposedException** in **ProjectService.kt:174** Cannot create com.intellij.openapi.wm.ToolWindowManager because container is already disposed (container=Project(name=delivery-app-kotlin, containerState=DISPOSE_COMPLETED, componentStore=/Users/andreigabzdyl/code/delivery-app-kotlin) (disposed)) [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/6613e91a19f99d00086d3f71?event_id=6613e91a00e289c6646c0000&i=gh&m=ci) ## Stacktrace ProjectService.kt:174 - app.cash.sqldelight.intellij.ProjectService.setDialect$lambda$7...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.NullPointerException** in **MutatorMixin.kt:19** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/66133dfac101e50008a7db6a?event_id=66133dfa00e277d9fc9f0000&i=gh&m=ci) ## Stacktrace NativeConstructorAccessorImpl.java:-2 - jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0 [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/66133dfac101e50008a7db6a?event_id=66133dfa00e277d9fc9f0000&i=gh&m=ci) *Created automatically via Bugsnag*

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.NoSuchMethodError** in **SelectConnectionTypeDialog.kt:45** 'com.intellij.ui.layout.CellBuilder com.intellij.ui.layout.Cell.textFieldWithHistoryWithBrowseButton$default(com.intellij.ui.layout.Cell, kotlin.jvm.functions.Function0, kotlin.jvm.functions.Function1, java.lang.String, com.intellij.openapi.project.Project, com.intellij.openapi.fileChooser.FileChooserDescriptor, kotlin.jvm.functions.Function0, kotlin.jvm.functions.Function1, int, java.lang.Object)' [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/661302717e730f00082f68b0?event_id=6613027100e295aa1e7e0000&i=gh&m=ci) ## Stacktrace SelectConnectionTypeDialog.kt:45 - app.cash.sqldelight.dialects.sqlite_3_18.SelectConnectionTypeDialog$createCenterPanel$1$2.invoke SelectConnectionTypeDialog.kt:44...

bug

### SQLDelight Version 2.0.1 ### Operating System Windows ### Gradle Version 8.5 ### Kotlin Version 1.9.23 ### Dialect SQLite ### AGP Version 8.2.2 ### Describe the Bug I'm trying to...

bug

### Description As of now, SQLDelight doesn't support [PostgreSQL's `LATERAL` subqueries](https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-LATERAL) yet.

feature

### SQLDelight Version 2.0.1 ### IDE Version IntelliJ IDEA 2023.3.3 (Ultimate Edition) ### Dialect SQLite ### Describe the Bug (There is no dialect related imo, just checked that to submit...

bug
component: ide-plugin

### Description Pretty much the title. Ultimately, I figured it out, and you just have to do a couple of things to use Requery w/ SqlDelight, and get the benefits...

feature

### SQLDelight Version 2.0.1 ### Operating System Linux ### Gradle Version 8.6 ### Kotlin Version 1.9.22 ### Dialect SQLite ### AGP Version 8.3.0 ### Describe the Bug When running both...

bug

## Error in SQL Delight IntelliJ Plugin **com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments** in **PsiClassSearchHelper.kt:50** 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