Slick 2.0.2
We are happy to announce the release of Slick 2.0.2. The artifacts are available on Maven Central, as usual. You can find the source code here: https://github.com/slick/slick/tree/2.0.2. Please see http://slick.typesafe.com/docs/ for documentation.
This is a binary-compatible bugfix and minor feature release. There have been no further changes since 2.0.2-RC1.
The Slick Extensions package with closed-source drivers for Oracle, DB/2 and SQL Server has been published to the Typesafe repository. The Slick Examples, Slick Testkit Example, Slick Codegen Example, Slick Customized Codegen Example projects on github have been updated as well.
Here is a complete list of changes since Slick 2.0.1:
407e8c5
Release 2.0.25765ba6
Release 2.0.2-RC15e31509
Provide Executable instances for TableQuery and BaseJoinQuery.4d11c5c
Restore binary compatibility with Slick 2.0.055c2a01
Fix assertion error for multiple nameless fks or indices (non type-safe equality caught us)b2a6dc1
Add docs for MappedColumnType import and hand-written case class companions.3a7f53c
Prevent “no-symbol does not have an owner” when using MappedTo.3f752ae
Backport of #735: Fix identity groupBy with type mappings.82316d1
Fix codegen autoinc last as option for HLists (issue #704)b86cd4b
Fix name collision with columns named ‘tag’ in codegenf1c3737
Fix Scaladoc links754660c
Add test for broken mapping to Chare2ab531
Fixed issue #698 (MappedColumnType broken for Char)77a19aa
Fixed issue #554 (ZIP joins)c78ed2f
Emulate empty join conditions where needed.7ae79d6
Add JDBC interop docs3555385
Add documentation forinto
method