Skip to content

Releases: Faire/sqldelight-cockroachdb-dialect

0.4.0

01 May 22:40
36e458e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

08 Jan 19:22
a42392f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

07 Dec 21:29
478a4ae
Compare
Choose a tag to compare

What's Changed

  • Clean up gradle files by @Adriel-M in #46
  • Support ALTER TABLE SET LOCALITY by @Adriel-M in #47
  • Support adding and dropping region from DATABASE. Support DATABASE SURVIVE by @Adriel-M in #48
  • Gradle task to generate a migration file in resources folder by @Adriel-M in #49
  • Gradle 8.3 by @Adriel-M in #50
  • Enable parallel builds by @Adriel-M in #51
  • Bump org.testcontainers:cockroachdb from 1.18.3 to 1.19.0 by @dependabot in #52
  • Bump com.diffplug.spotless from 6.20.0 to 6.21.0 by @dependabot in #53
  • Bump org.testcontainers:cockroachdb from 1.19.0 to 1.19.1 by @dependabot in #55
  • Bump com.diffplug.spotless from 6.21.0 to 6.22.0 by @dependabot in #54
  • Add INDEX USING HASH support by @de-luca in #56
  • Remove Ktor EAP repo by @Adriel-M in #57
  • Bump org.testcontainers:cockroachdb from 1.19.1 to 1.19.2 by @dependabot in #58
  • Add support for STRING size by @de-luca in #59
  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.0 by @dependabot in #60
  • Bump org.testcontainers:cockroachdb from 1.19.2 to 1.19.3 by @dependabot in #61
  • Bump com.diffplug.spotless from 6.22.0 to 6.23.1 by @dependabot in #63
  • Bump com.diffplug.spotless from 6.23.1 to 6.23.2 by @dependabot in #64
  • Bump com.diffplug.spotless from 6.23.2 to 6.23.3 by @dependabot in #65
  • Remove buildLogic folder since libs.versions.toml is already being parsed by the project. by @Adriel-M in #67
  • Bump sqldelight from 2.0.0 to 2.0.1 by @dependabot in #66
  • Use PostgresqlTestFixtures instead of a copy by @Adriel-M in #68
  • Ignore sql-psi releases in dependabot by @Adriel-M in #69
  • Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 by @dependabot in #71
  • fix dependabot file by @Adriel-M in #70
  • prep for 0.3.0 release by @Adriel-M in #72

New Contributors

Full Changelog: 0.2.0...0.3.0

0.0.6

18 Jul 14:57
ebae630
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release
Allow setting table storage options (#35)

Set storage options like this:
https://www.cockroachlabs.com/docs/stable/with-storage-parameter

as well as this
https://www.cockroachlabs.com/docs/v23.1/row-level-ttl#ttl-storage-parameters

0.0.5

13 Jul 17:38
edf8bfb
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
Address test TODO to not explicitly pass in computed column value (#29)

0.0.4

11 Jul 15:02
876eafb
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
Support extra BLOB types (BYTEA, BYTES) (#26)

Supporting [this](https://www.cockroachlabs.com/docs/stable/bytes.html)

v0.0.3

10 Jul 21:48
9cb716b
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Remove some dependencies on intellij (#25)

v0.0.2

10 Jul 19:33
89c5139
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Add maven-publish and jitpack.yml (#24)

v0.0.1

10 Jul 19:28
0ab0974
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Revert "Take 2 for publishing to jitpack (#22)" (#23)

This reverts commit 8e8c36b5dfb56380c673655d259145b202e3c902.