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

hi, i am trying out sqldelight on web with the async webworker stuff i am getting weird error messages ``` IllegalStateException: The driver used with SQLDelight is asynchronous, so SQLDelight...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.changelog | `2.0.0` -> `2.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.changelog/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### SQLDelight Version 2.0.0-alpha02 ### Operating System Android ### Gradle Version 7.5 ### Kotlin Version 1.7.20 ### Dialect default ### AGP Version _No response_ ### Describe the Bug ![telegram-cloud-photo-size-2-5267409847173890973-y](https://user-images.githubusercontent.com/36570577/208979726-585adbec-e6f4-425e-968b-b3917e6c17b4.jpg) ![telegram-cloud-photo-size-2-5267409847173890974-y](https://user-images.githubusercontent.com/36570577/208979874-198dc05b-00c4-496b-a197-24f49a36919e.jpg)...

bug

Fixes: - #4975 - #3743 - #4618 - #5001 ----- ### Proposed solution By modifying the `QueryGenerator` to make sure all child classes have access to `tablesUpdated()`, and centralising the...

### SQLDelight Version 2.0.1 ### Application Operating System Android, JVM, Native ### Describe the Bug Take the following grouped statements: ```sql updateUser { UPDATE User SET name = ? WHERE...

bug

### SQLDelight Version 2.0.1 ### IDE Version IntelliJ 2023.3 ### Dialect PostgreSQL ### Describe the Bug We should unload the dialect jar when the corresponding project is closed. Otherwise, IntelliJ...

bug
component: ide-plugin

## Error in SQL Delight IntelliJ Plugin **com.intellij.psi.stubs.UpToDateStubIndexMismatch** in **SqlDelightHighlightVisitor.kt:53** PSI and index do not match. Please report the problem to JetBrains with the files attached INDEXED VERSION IS THE...

bug

### Description MySQL and Oracle support `COMMENT ON` or `COMMENT 'foo'` as developer comment. Ideally, the generated Kotlin table classes includes these comments. Oracle `COMMENT ON COLUMN FOO IS 'my...

feature

### Description I was under impression that queries like these will work: ``` deletePractice: DELETE FROM practice WHERE id=:id; DELETE FROM practice_entry WHERE practice_id=:id; deletePractices: DELETE FROM practice WHERE id...

feature