Releases: tminglei/slick-pg
Releases · tminglei/slick-pg
v0.5.3
- added jdk8 time support
- added pg enum support
- exposed some slick-pg utils methods as #51 required
- resolved problem of #48
v0.5.1.3
- Fixed a bug related to
play-slick
DDLPlugin #31
- Fixed a joda time support related bug #37
- Fixed a range parsing bug 598117e8
v0.2.7.1
fix a type converter bug and a range parsing bug
v0.5.1
added more postgis/geom functions
v0.5.0
- upgrade to slick v2.0.0
- add basic composite type support
- array support: allow nested composite type
- add play-json support
- add timestamp with zone support
- modularization for third party scala type (e.g. play-json/jts) support
v0.2.7
add timestamp with zone support
v0.2.5
- add basic composite type support
- array support: allow nested composite type