Support sqlDelight 2.0.0-alpha04
Known Issue
insert:
INSERT INTO foo VALUES ?;
This statement does not work anymore, as a workaround until this issue is fixed you have to specify the columns explicitly:
insert:
INSERT INTO foo VALUES (?, ?, ?, ?);
What's Changed
- Bump multiplatform from 1.7.0 to 1.7.10 by @dependabot in #47
- Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.10.1 to 0.11.0 by @dependabot in #48
- Bump kotlinx-coroutines-test from 1.6.3 to 1.6.4 by @dependabot in #49
- Fix Gradle classloader and properties by @hfhbd in #51
- Bump idea from 221.5921.27 to 221.6008.13 by @dependabot in #52
- Bump idea from 221.6008.13 to 221.6008.15 by @dependabot in #53
- Bump idea from 221.6008.15 to 221.6008.17 by @dependabot in #54
- Add licensee by @hfhbd in #55
- Bump Gradle by @hfhbd in #56
- Bump idea from 221.6008.17 to 222.3345.118 by @dependabot in #58
- Bump idea from 222.3345.118 to 222.3345.131 by @dependabot in #59
- Bump idea from 222.3345.131 to 222.3345.146 by @dependabot in #60
- Bump idea from 222.3345.146 to 222.3739.57 by @dependabot in #61
- Bump kotlinx-uuid-core from 0.0.15 to 0.0.16 by @dependabot in #62
- Bump kotlinx-uuid-core from 0.0.16 to 0.0.17 by @dependabot in #63
- Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.11.0 to 0.11.1 by @dependabot in #64
- Bump idea from 222.3739.57 to 222.4167.25 by @dependabot in #65
- Bump idea from 222.4167.25 to 222.4167.29 by @dependabot in #66
- Bump idea from 222.4167.29 to 222.4167.33 by @dependabot in #67
- Fix brew $PATH by @hfhbd in #69
- Bump multiplatform from 1.7.10 to 1.7.20 by @dependabot in #68
- Bump runtime from 2.0.0-alpha03 to 2.0.0-alpha04 by @dependabot in #73
- Bump app.cash.sqldelight from 2.0.0-alpha03 to 2.0.0-alpha04 by @dependabot in #71
- Remove wrong questionmark replacement by @hfhbd in #74
Full Changelog: v0.0.1...v0.0.2