Alex Doubov

Results 8 issues of Alex Doubov

With the release of Kotlin 1.7.20-Beta (https://blog.jetbrains.com/kotlin/2022/08/kotlin-1-7-20-beta/) and the new Memory Model for Kotlin Native becoming the default, there's no longer a need for this library. Version 0.9.0 helps transition...

This PR is a follow-up to https://github.com/requery/sqlite-android/issues/124. Is this something that can be merged into this repo, instead of us having to fork it?

Hello! First, thanks for all the work being put into this library. Problem: We keep bumping into the 999 default limit (https://www.sqlite.org/limits.html) and would like to increase it. Question with...

enhancement

Getting the following warning while compiling our app: ``` The following annotation processors are not incremental: compiler-3.2.1.jar (com.contentful.vault:compiler:3.2.1). Make sure all annotation processors are incremental to improve your build speed....

### SQLDelight Version 2.0.0-rc02, 2.0.0, 2.0.1 ### Operating System Mac ### Gradle Version 8.2.1 ### Kotlin Version 1.8.22, 1.9.10 ### Dialect sqlite 3.38 ### AGP Version 8.0.2, 8.1.1, 8.1.2 ###...

bug
component: compiler

In my application I have multiple ComposedCursorLoaders that have the same query within the same screen (business logic dictates how to filter that data for each view). There's a race...

A build is failing on our CI, and I can't really tell why it is failing. I wasn't able to pass the `--stacktrace` flag anywhere in order to print out...

question

### SQLDelight Version 2.0.0-rc02, 2.0.0 ### Operating System Multiplatform ### Gradle Version 8.2.1 ### Kotlin Version 1.8.22 ### Dialect sqlite-3-38-dialect ### AGP Version 8.0.2 ### Describe the Bug Given the...