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

### Description This is one of those things where when I was first trying to set up SQLDelight in my project I found a bit confusing. But now that I...

feature
documentation

### Description I get that most people use IDEs when developing in Java/Kotlin, and an IDE can provide this information already, but there are definitely people like myself who prefer...

feature
documentation

### SQLDelight Version `2.0.0-alpha02`, `2.0.0-alpha03` ### Operating System macos ### Gradle Version 7.4.2 ### Kotlin Version 1.6.10 ### Dialect app.cash.sqldelight:mysql-dialect:2.0.0-alpha03 ### AGP Version _No response_ ### Describe the Bug When...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.ArrayIndexOutOfBoundsException** in **UnusedQueryInspection.kt:39** Index 0 out of bounds for length 0 [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/62b4a32499377c0008ee0557?event_id=62b4a3240095214af02b0000&i=gh&m=ci) ## Stacktrace UnusedQueryInspection.kt:39 - app.cash.sqldelight.intellij.inspections.UnusedQueryInspection.buildVisitor [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/62b4a32499377c0008ee0557?event_id=62b4a3240095214af02b0000&i=gh&m=ci) *Created...

bug

### SQLDelight Version 2.0.0-alpha03 ### IDE Version 2022.2 EAP 5 ### Dialect SQLite ### Describe the Bug When opening my project with 2022.2 EAP 5 the following notification appears: ```...

bug
component: ide-plugin

### Description The `NativeSqlDatabase.kt `uses `co.touchlab.sqliter `which makes it hard to replace the underlying implementation eg. with a cipher. For Android there is an abstraction layer (see https://github.com/cashapp/sqldelight/issues/566) called `SupportSqliteDatabase...

feature

### SQLDelight Version 2.0.0-alpha01 ### IDE Version Android Studio Electric Eel | 2022.1.1 Canary 1 ### Dialect SQLite ### Describe the Bug Here's what I was seeing when I was...

bug
component: ide-plugin

### SQLDelight Version 1.5.3 ### SQLDelight Dialect sqlite:3.25 ### Describe the Bug With following SQL ```sql SELECT DISTINCT substr(trim( CASE WHEN last_name IS NOT NULL THEN (last_name || ', ')...

bug

### SQLDelight Version 2.0.0-SNAPSHOT ### Operating System macOS 13 ### Gradle Version 7.4.2 ### Kotlin Version 1.7.0 ### Dialect Postgresql ### AGP Version _No response_ ### Describe the Bug https://github.com/cashapp/sqldelight/blob/master/sqldelight-gradle-plugin/src/main/kotlin/app/cash/sqldelight/gradle/SqlDelightExtension.kt#L12...

bug

### SQLDelight Version 1.5.3 ### Application Operating System Android ### Describe the Bug ## Problem Perfoming the following operation: `Given a dataset of 1000 elements that contain floating numbers, perform...

bug