Releases: hfhbd/postgres-native-sqldelight
Releases · hfhbd/postgres-native-sqldelight
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
Initial Release
What's Changed
- Fix CI by @hfhbd in #1
- Bump Gradle to 7.4.2 by @hfhbd in #7
- Fix binary type by @hfhbd in #8
- Fix hex binary type by @hfhbd in #10
- Bump multiplatform from 1.7.0-Beta to 1.7.0-RC by @dependabot in #11
- Bump multiplatform from 1.7.0-RC to 1.7.0-RC2 by @dependabot in #14
- Remove matrix until working docker support by @hfhbd in #15
- Bump multiplatform from 1.7.0-RC2 to 1.7.0 by @dependabot in #16
- Fix Sqldelight integration by @hfhbd in #12
- Implement Copy Support by @hfhbd in #18
- Releasing by @hfhbd in #19
- Fix dialect publishing by @hfhbd in #25
- Remove array support by @hfhbd in #26
- Bump idea from 211.7628.21 to 221.5787.30 by @dependabot in #20
- Restartable CD by @hfhbd in #27
- Add GitHub macOS brew paths by @hfhbd in #30
- Create FUNDING.yml by @hfhbd in #31
- Use all libpq.def paths on all targets by @hfhbd in #32
- Use delegation in the dialect by @hfhbd in #33
- Bump sqldelight to 2.0.0-alpha03 by @hfhbd in #34
- Bump kotlinx-coroutines-test from 1.6.2 to 1.6.3 by @dependabot in #35
- Bump idea from 221.5787.30 to 221.5921.22 by @dependabot in #36
- Bump idea from 221.5921.22 to 221.5921.27 by @dependabot in #37
- Remove outdated snapshot repos by @hfhbd in #38
- Add local time support by @hfhbd in #40
- Add missing sourcesJar to dialect by @hfhbd in #41
- Explicit Api by @hfhbd in #42
- Fix sources jar by @hfhbd in #43
- Fix missing root level group by @hfhbd in #44
New Contributors
- @hfhbd made their first contribution in #1
- @dependabot made their first contribution in #11
Full Changelog: https://github.com/hfhbd/postgres-native-sqldelight/commits/v0.0.1