Skip to content

Releases: hfhbd/postgres-native-sqldelight

Support sqlDelight 2.0.0-alpha04

05 Oct 08:42
fc8e45f

Choose a tag to compare

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

Full Changelog: v0.0.1...v0.0.2

Initial Release

25 Jun 14:55
c7a2a7f

Choose a tag to compare

Initial Release Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/hfhbd/postgres-native-sqldelight/commits/v0.0.1