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.0-rc1 ### IDE Version Android Studio Hedgehog | 2023.1.1 Canary 7 ### Dialect SQLite ### Describe the Bug Basically, since I updated the sqldelight ide plugin to...

bug
component: ide-plugin

## Error in SQL Delight IntelliJ Plugin **java.lang.NoSuchFieldError** in **SqlDelightReferenceContributor.kt:59** Companion [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/656a0eec6d830d0007f81ca8?event_id=656a0eec00ce3c5f50ff0000&i=gh&m=ci) ## Stacktrace SqlDelightReferenceContributor.kt:59 - app.cash.sqldelight.intellij.SqlDelightReferenceContributor$JavaTypeReference.resolve SqlDelightClassNameElementAnnotator.kt:42 - app.cash.sqldelight.intellij.SqlDelightClassNameElementAnnotator.annotate [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/656a0eec6d830d0007f81ca8?event_id=656a0eec00ce3c5f50ff0000&i=gh&m=ci) *Created automatically via Bugsnag*

bug

fixes #4933 Array contains operators for PostgreSqlDialect Support `` for array type, now shared with json, tsvector types Additionally add `&&` arrays overlap operator * Added grammar for `contains_operator_expression` and...

### SQLDelight Version app.cash.sqldelight:postgresql-dialect:2.0.2 ### Operating System Mac OS 14.4.1 (23E224) ### Gradle Version 8.6 ### Kotlin Version 1.9.22 ### Dialect app.cash.sqldelight.dialects.postgresql.PostgreSqlDialect ### AGP Version _No response_ ### Describe the...

bug

### SQLDelight Version 2.0.0 ### IDE Version Android Studio Giraffe | 2022.3.1 Patch 1 ### Dialect SQLite ### Describe the Bug Given a table with two fields and two indexes...

bug
component: ide-plugin

### SQLDelight Version 2.0.2 ### Operating System Macos ### Gradle Version 8.2 ### Kotlin Version 1.9.2 ### Dialect Gradle ### AGP Version 8.2 ### Describe the Bug **Issue 1. Unable...

bug

### SQLDelight Version 2.0.2 ### Operating System Windows ### Gradle Version 8.7 ### Kotlin Version 1.9.23 ### Dialect SQLite ### AGP Version 8.4.0-rc02 ### Describe the Bug A failure occurred...

bug

Migration to process isolation in #5068 resulted in broken migration verification, and plugin actions on Windows. This is due to JDBC's usage of temporary directory which cannot be retrieved from...

## Error in SQL Delight IntelliJ Plugin **java.lang.IndexOutOfBoundsException** in **TreeUtil.kt:59** Index 9 out of bounds for length 2 [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/66313b58604423000739825a?event_id=66313b5800e6d890d63f0000&i=gh&m=ci) ## Stacktrace TreeUtil.kt:59 - app.cash.sqldelight.core.lang.util.TreeUtilKt.type TreeUtil.kt:78 - app.cash.sqldelight.core.lang.util.TreeUtilKt.type ExprUtil.kt:277...

bug