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

## Error in SQL Delight IntelliJ Plugin **org.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException** in **SqlDelightFileViewProviderFactory.kt:242** Kotlin resolution encountered a problem while analyzing KtNameReferenceExpression [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/628adac52aa4cf000889e21a?event_id=628adac5009472dbbe360000&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/628adac52aa4cf000889e21a?event_id=628adac5009472dbbe360000&i=gh&m=ci) *Created...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.IllegalStateException** in **SqlDelightFileViewProviderFactory.kt:242** Constraint inSmartMode cannot be satisfied [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/628a08dfb61d90000aa8c02b?event_id=628a08df0094768417230000&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/628a08dfb61d90000aa8c02b?event_id=628a08df0094768417230000&i=gh&m=ci) *Created automatically via Bugsnag*

bug

## 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/628a077aa4da57000893f91d?event_id=628a077a00947472b1ea0000&i=gh&m=ci) ## Stacktrace SqlDelightReferenceContributor.kt:59 - app.cash.sqldelight.intellij.SqlDelightReferenceContributor$JavaTypeReference.resolve SqlDelightClassNameElementAnnotator.kt:43 - app.cash.sqldelight.intellij.SqlDelightClassNameElementAnnotator.annotate SqlDelightHighlightVisitor.kt:55 - app.cash.sqldelight.intellij.lang.SqlDelightHighlightVisitor.analyze [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/628a077aa4da57000893f91d?event_id=628a077a00947472b1ea0000&i=gh&m=ci) *Created automatically...

bug

## Error in SQL Delight IntelliJ Plugin **java.io.IOException** in **GeneratedVirtualFile.kt:54** 'C:\Users\thijs\IdeaProjects\Scaut\sqldelight\build\generated\sqldelight\code\ScautDB\nl\devhaan\scautdb' is not a directory [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/6267dea6f5427d0009e70b14?event_id=6267dea600934e6a62ce0000&i=gh&m=ci) ## Stacktrace GeneratedVirtualFile.kt:54 - app.cash.sqldelight.intellij.util.GeneratedVirtualFile.getOrCreateFile GeneratedVirtualFile.kt:40 - app.cash.sqldelight.intellij.util.GeneratedVirtualFile.getValue SqlDelightFileViewProviderFactory.kt:173 - app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider.writeFiles$lambda-7$lambda-6$lambda-4 SqlDelightFileViewProviderFactory.kt:174...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.AssertionError** in **SqldelightParserUtil.kt:195** Unknown element type: BIND_PARAMETER [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/625dadc1d2eaa300089c36cf?event_id=625dadc100936df7e1960000&i=gh&m=ci) ## Stacktrace SqldelightParserUtil.kt:195 - app.cash.sqldelight.core.SqldelightParserUtil$overrideSqlParser$4.invoke SqldelightParserUtil.kt:191 - app.cash.sqldelight.core.SqldelightParserUtil$overrideSqlParser$4.invoke [View full stacktrace](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/625dadc1d2eaa300089c36cf?event_id=625dadc100936df7e1960000&i=gh&m=ci) *Created automatically...

bug

## Error in SQL Delight IntelliJ Plugin **com.intellij.openapi.project.IndexNotReadyException** in **SqlDelightFileViewProviderFactory.kt:242** Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation [View on Bugsnag](https://app.bugsnag.com/square-inc/sql-delight-intellij-plugin/errors/628619f3a16b460008c17e64?event_id=628619f300947512537a0000&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/628619f3a16b460008c17e64?event_id=628619f300947512537a0000&i=gh&m=ci) *Created automatically...

bug

### SQLDelight Version 1.5.3+ ### Application Operating System iOS, Native, etc ### Describe the Bug The in-memory mode of sqlite without a shared cache name allows only one connection. The...

bug

Given: ```sql insert: INSERT INTO People(name) VALUES (?) ; ``` and usage as: ```kotlin val peopleQueries = ... peopleQueries.insert("Alec") ``` Change the query to: ```diff insert: INSERT INTO People(name) VALUES...

bug

## Error in SQL Delight IntelliJ Plugin **java.lang.Throwable** in **Logger.java:182** Stub ids not found for key in index = sqldelight.schema, file = file:///Users/niklas/dev/becoach/becoach-frontend/kmp/src/commonMain/sqldelight/app/becoach/database/SuperAdmin.sq, file type = app.cash.sqldelight.core.lang.SqlDelightFileType@326763aa, indexed file type...

bug

doing `dialect(libs.whevs)` produces: ``` org.gradle.internal.typeconversion.UnsupportedNotationException: Cannot convert the provided notation to an object of type Dependency: provider(?). The following types/formats are supported: - Instances of Dependency. - String or CharSequence...

bug
component: gradle-plugin
PR WELCOME!