This is the first release candidate for Slick 1.0, containing mostly bug fixes on top of Slick 0.11.2. Only major bug fixes and documentation will still be accepted for inclusion in Slick 1.0.0.
24fcb6e
Bump version number to 1.0.0-RC1810bb9d
Switch to Scala 2.10.0 and revert cross-versioning policy.62cee6a
Force comprehension inlining to avoid illegal SQL
comprehensions.d1b6d3a
Perform inlining in non-fused generators in
fuseComprehensions.8f51d5c
Cast bind variables of type TIME to the correct type on
SQL Server.8d2df2f
Generate proper name for UUID type on PostgreSQL.78d7b31
Do not advance PositionedResultIterator at the beginning
of foreach().360b098
Update Scala version to 2.10.0-RC52f39e5e
Add documentation for querying with the lifted embeddingc736771
Add a custom Sphinx extension for linking to API
documentation.275301e
Document NULL vs Option semantics.7e6582a
Clarify versioning policy in the documentation9ebbca7
Introduce ~: method (aka preprend) to Projection2-21.
Fixes issue #75.18b3be4
Merge branch ‘1.0’ of g...@github.com:slick/slick.git into
1.04ea9125
Fix date types support on SQL Server.f01ab66
Deprecate some Column methods for Option handling.364906c
fixed direct embedding with singletonsc4bff37
Allow fusion if the inner Comprehension is a Union
wrapper.fa9de5c
Deprecate old-style aggregation methods.9e97d5e
Fix lifting of aggregation functions which reference other
generators.9ee64a3
Bug fix: Correctly relabel selects of implicit joins in
relabelUnions.a0dd2a1
Add documentation for AST nodes and lifted embedding
featuresbf40215
Add documentation for TestKit and more lifted embedding
features782d9ca
Expand test DB configuration variables lazily.7928a61
Build with Scala 2.10.0-RC2This release also comes with support for Oracle and DB2 database systems through Typesafe’s Slick Extensions package. You can find the binary and scaladoc artifacts on the Typesafe repository: http://repo.typesafe.com/typesafe/maven-releases/com/typesafe/slick-extensions_2.10/.
Note that slick-extensions is not an open-source project. Its is available under the terms of the Typesafe Subscription Agreement which are also contained inside the main JAR.
--