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.2 ### SQLDelight Dialect libs.postgresql.dialect ### Describe the Bug I'm trying to execute the following query: ```sql SELECT DISTINCT CAST(DATE_TRUNC('month', issue_close_date_iso) AS DATE) as local_date FROM ProductUpdateDb...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.Throwable** in **SqlDelightHighlightVisitor.kt:53** psiElement is not instance of requiredClass. psiElement=null, requiredClass=interface com.alecstrong.sql.psi.core.psi.SchemaContributor, operation=Looking for com.alecstrong.sql.psi.core.psi.TableElement in sqldelight.schema, stubIdList=[1, 2, 3, 4, 5, 6,...

bug

### Description A table like the following: ```sql CREATE TABLE myTable ( id INTEGER PRIMARY KEY ASC NOT NULL, rawData BLOB NOT NULL ); ``` Generates a data class like...

feature

### SQLDelight Version unknown ### IDE Version Android Studio Koala | 2024.1.1 Canary 5 ### Dialect SQLite ### Describe the Bug app.cash.sqldelight.intellij.ProjectService tries to access VFS from the UI thread...

bug
component: ide-plugin

### Description Chrome extension worker should be initialized in other way than web worker

feature

add functions that support mysql dialect inet_aton/inet_ntoa/inet6_aton/inet6_ntoa link #5072