Releases: tminglei/slick-pg
Releases · tminglei/slick-pg
v0.15.0-M4
- Add pg string extensions (#321)
- Fix #325 - move bytea plain implicits to its trait
- Fix #327 - Null string-literals not working within Arrays
v0.14.6
- Fixed #327 - Null string-literals not working within Arrays
v0.14.5
- fixed #325, and updated code-gen example project
v0.15.0-M3
- upgrade slick to v3.2.0-M2
- Upgrade postgres driver to v9.4.1212
- upgrade argonaut json, circe json, json4s, play-json, joda-time to latest version
v0.14.4
- large object support #295
- bug fix #294, #309
- PostGIS functions update #300
- upgrade circe to 0.6.1, argonaut to 0.6.2-RC2
v0.15.0-M2
- Add large object support #295
- Follow up on PostGIS deprecation and add missing function mapping #298
- Upgrade postgres driver to v9.4.1209
- Upgrade play json to 2.5 #292
- Upgrade circe to 0.5.0 #301
v0.14.3
- #291 - Fix valueToSQLLiteral for custom enum
- #293 - Add support for upsert with tables containing keyword column names
v0.15.0-M1
Upgrade to slick v3.2.0-M1.
p.s. only version for scala 2.11 was included, since some related 3rd libraries are not ready for scala 2.12.
v0.14.2
- Fix #285 Json support - map null to JsNull by default
- Fix #288 Cannot call insertOrUpdate when pk is generated via AbstractTable.primaryKey instead of ColumnOptions.PrimaryKey (for native
upsert
implementation on slick-pg side)
- #286 Allowing custom types to be mapped to Postgres enums
- #287 Change names in PgSprayJsonSupport and test name in PgSprayJsonSuppor (Broken change!!!)
v0.14.1
- Fix #279 - PgRangeSupport Crashes When Parsing Empty Ranges
- Fix #281 - PlainSQL - Option[ZonedDateTime] fails
- Fix #282 - invalid input syntax for type timestamp with time zone