Releases: tminglei/slick-pg
Releases · tminglei/slick-pg
v0.20.3
- Add tsQuery <-> tsQuery -> tsQuery #551
v0.21.0-M1
- upgrade to slick 3.4.0-M1.
v0.20.2
- Fix composite parsing bug (#511 #512)
- upgrade to json4s 4.0.3 (#509)
v0.19.7
- Add phrase_to_tsquery, websearch_to_tsquery functions (#507)
v0.19.6
- fix generating sql for arrays with custom types #503
- use testcontainers for tests, update addon/scala versions #505
v0.19.5
- Add support for POSIX regular expression matching on strings #497
- Fix - Non-uniform isEmpty behaviour #498
- Fix - Remove all \u0000 characters from JSON strings in simple json support #500
v0.19.4
- upgrade
slick
to v3.3.3
- Fix escaping quotes in string arrays #492
- hstore's +> should return Option[String] instead of String #494
v0.19.3
- Fixed - Null in array serialized wrongly #488
Rebuilt with java 8 for v0.19.1
v0.19.1
- Support postgis ST_EndPoint, ST_PointN and ST_StartPoint (#482)
- upgrade scala, jdbc driver to latest version
p.s. this is built with java 11 in cautiously. For java 8 build, pls turn to v0.19.3
.