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

Needed for: https://github.com/AlecStrong/sql-psi/pull/418 Workaround for: https://github.com/gradle/gradle/issues/20070

## Error in SQL Delight IntelliJ Plugin **com.alecstrong.sql.psi.core.psi.InvalidElementDetectedException** in **TreeUtil.kt:124** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/62f4fa2a5040c500080d102b?event_id=62f4fa2a009616e7a01b0000&i=gh&m=ci) ## Stacktrace TreeUtil.kt:124 - app.cash.sqldelight.core.lang.util.TreeUtilKt.sqFile TreeUtil.kt:91 - app.cash.sqldelight.core.lang.util.TreeUtilKt.type TreeUtil.kt:66 - app.cash.sqldelight.core.lang.util.TreeUtilKt.type NamedQuery.kt:213 - app.cash.sqldelight.core.compiler.model.NamedQuery.type NamedQuery.kt:207 - app.cash.sqldelight.core.compiler.model.NamedQuery.typesExposed...

bug

### Description Minimal condition query segments would be useful, and can be based exclusively around named parameters or flag variables. For example, two conditionals in this statement, one could just...

feature

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

### SQLDelight Version 2.0.0-alpha003 ### Operating System MacOS ### Gradle Version 7.4.2 ### Kotlin Version 1.7.0 ### Dialect SQLite ### AGP Version 7.2.1 ### Describe the Bug My Package name...

bug

### SQLDelight Version 2.0.0-alpha03 ### IDE Version IntelliJ 2022.2 ### Dialect PostgreSQL ### Describe the Bug Opening `*.sq` files in the IDE always prints this header, source inspections don't seem...

bug
component: ide-plugin

I have the following two tables: ```sql CREATE TABLE channel ( id TEXT NOT NULL PRIMARY KEY, directoryId TEXT, backgroundRefreshInterval INTEGER AS Int, FOREIGN KEY (directoryId) REFERENCES directory(id) ); CREATE...

[![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.intellij | `1.6.0` -> `1.9.0` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.intellij/1.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

## Error in SQL Delight IntelliJ Plugin **org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments** in **AbstractResolverForProject.kt:314** Exception while analyzing expression at (97,20) in /Users/astrong/Development/sqldelight/sqldelight-gradle-plugin/src/main/kotlin/app/cash/sqldelight/gradle/kotlin/SourceRoots.kt [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/62eec1ad7c37880008c9a67f?event_id=62eec1ad0096099fac150000&i=gh&m=ci) ## Stacktrace SqlDelightGotoDeclarationHandler.kt:123 - app.cash.sqldelight.intellij.SqlDelightGotoDeclarationHandler.targetData SqlDelightGotoDeclarationHandler.kt:65 - app.cash.sqldelight.intellij.SqlDelightGotoDeclarationHandler.getGotoDeclarationTargets$lambda-0 SqlDelightGotoDeclarationHandler.kt:64...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.Exception** in **SqlDelightFileViewProviderFactory.kt:242** [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/62ec3d34f791f00008296588?event_id=62ec3d34009628f419950000&i=gh&m=ci) ## Stacktrace SqlDelightFileViewProviderFactory.kt:242 - app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider.contentsSynchronized$lambda-7$lambda-6 [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/62ec3d34f791f00008296588?event_id=62ec3d34009628f419950000&i=gh&m=ci) *Created automatically via Bugsnag*

bug