Skip to content

Releases: tminglei/slick-pg

v0.15.0-M4

08 Feb 09:29
Compare
Choose a tag to compare
v0.15.0-M4 Pre-release
Pre-release
  1. Add pg string extensions (#321)
  2. Fix #325 - move bytea plain implicits to its trait
  3. Fix #327 - Null string-literals not working within Arrays

v0.14.6

08 Feb 09:21
Compare
Choose a tag to compare
  1. Fixed #327 - Null string-literals not working within Arrays

v0.14.5

25 Jan 07:16
Compare
Choose a tag to compare
  1. fixed #325, and updated code-gen example project

v0.15.0-M3

13 Dec 02:25
Compare
Choose a tag to compare
v0.15.0-M3 Pre-release
Pre-release
  1. upgrade slick to v3.2.0-M2
  2. Upgrade postgres driver to v9.4.1212
  3. upgrade argonaut json, circe json, json4s, play-json, joda-time to latest version

v0.14.4

08 Dec 02:29
Compare
Choose a tag to compare
  1. large object support #295
  2. bug fix #294, #309
  3. PostGIS functions update #300
  4. upgrade circe to 0.6.1, argonaut to 0.6.2-RC2

v0.15.0-M2

03 Sep 04:58
Compare
Choose a tag to compare
v0.15.0-M2 Pre-release
Pre-release
  1. Add large object support #295
  2. Follow up on PostGIS deprecation and add missing function mapping #298
  3. Upgrade postgres driver to v9.4.1209
  4. Upgrade play json to 2.5 #292
  5. Upgrade circe to 0.5.0 #301

v0.14.3

27 Jul 14:39
Compare
Choose a tag to compare
  1. #291 - Fix valueToSQLLiteral for custom enum
  2. #293 - Add support for upsert with tables containing keyword column names

v0.15.0-M1

10 Jul 01:39
Compare
Choose a tag to compare
v0.15.0-M1 Pre-release
Pre-release

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

09 Jul 11:13
Compare
Choose a tag to compare
  1. Fix #285 Json support - map null to JsNull by default
  2. Fix #288 Cannot call insertOrUpdate when pk is generated via AbstractTable.primaryKey instead of ColumnOptions.PrimaryKey (for native upsert implementation on slick-pg side)
  3. #286 Allowing custom types to be mapped to Postgres enums
  4. #287 Change names in PgSprayJsonSupport and test name in PgSprayJsonSuppor (Broken change!!!)

v0.14.1

22 May 10:09
Compare
Choose a tag to compare
  1. Fix #279 - PgRangeSupport Crashes When Parsing Empty Ranges
  2. Fix #281 - PlainSQL - Option[ZonedDateTime] fails
  3. Fix #282 - invalid input syntax for type timestamp with time zone