Slick 0.11.2 released
October 25 2012
We are happy to announce the release of Slick 0.11.2 for Scala 2.10.0-RC1. It should show up on Maven Central within the next few hours. You can find the source code here: https://github.com/slick/slick/tree/0.11.2
Important changes in this release:
- BLOB-Support for postgres
- bug fixes and minor improvements
Here is a complete list of changes since 0.11.2:
2001672changed version number to 0.11.2d1db91fMerge pull request #55 from ijuma/topic/scala-2.10.0-RC107f8ea3Update macro parts to compile with Scala 2.10.0 RC1.6a40f5eChanges for RC1 compatibility in build and non-macro parts of Slick264561eAdd CONTRIBUTING.md with Typesafe Project & Developer Guidelinescdfaf32A possible test case for github issue #29 (but no fix).9ac93fdDo not comap() default values when reading from a mapped Option column.da339adDo not treat EXISTS as an aggregation function any more.a63eda5Update the README with links to the new documentation and licensing info1f1fa61Improve error message to guard against illegal use of raw table objects.c1d3a41Create ConstColumn instead of plain LiteralNode for inSet sequence.ab8f42fOmit precision when casting to VARCHAR in MySQL. Fixes issue #48.9a4c48fMerge branch ‘master’ of git@github.com:slick/slick.git822bfbfAllow building with JDK 6 and JDK 74683a66Simplify interpolation macro1e3f219DSL for creating SQL statements in the driver implementations.98133f4Simplify DDL construction with factory methods5cc85fcMore sensible default SQL type name handlingd767138Factor out pagination and RowNumber handling into utility traits5256e3cAdd support for OID-based BLOBs in PostgreSQL2a4e441Add “postCreate” key to databases.properties for initializing a new DB.70fc42aWrap all BLOB operations in a transaction (required by some DBs)aa8131bDeprecate Query.asColumn2ce3b7fAdd sequence increment value to SequenceNode6e4d7a4Clean up DB name/path handling in TestDB8039e7bGet data from BLOB before the result set is closed in DataTypeTest.e37aaf3Allow for a small rounding error in floating-point tests789236eUse floating-point constant in degrees/radians emulationac5a272Support custom properties for DB connection in ExternalTestDB5932225Move emulation for pi/radians/degrees into BasicStatementBuilderComponent1ba6b86Reuse custom driver classes across tests to keep PermGen leaks low22d16ceSome clean-up workd6dac0bAvoid lower-case names that need quoting.a41261fUse upper-case SQL identifiers in InserTest.restReturning.fba0292Allow reading of MColumn results without the last 5 (optional) columns.dee3cd5Add factory methods for Invokers so that drivers can override themcd4b8efMove statement builder factory methods into BasicStatementBuilderComponent4708042Support for prepared statements with returnIndexes2df91c5Enable DriverTests to specify their own set of TestkitTests to run9e358d1Move DDL execution from DDL to a separate DDLInvoker.33eac7eBug fix: Always wrap emulated numeric functions in parentheses034046bSupport multiple ‘create’ and ‘drop’ statements in ExternalTestDBb29bcfaAdd logging for non-prepared statements in Session.4f13c64Allow multi-line insert to return None in MainTest.5356df2Add Database.forDriver; Simplify and improve TestDB4352a56Add GetParameter and SetResult for BigDecimal17844edPrevent initialization and cleanup of disabled DBs in TestkitTest852edd2Proper links to capabilities in driver scaladoc comments91341efMulti-project build for publishing separate testkit artifacts55934b2Work around a strange Derby problem where a result set does not get closede4a9b49Simplify test kit tests82d4024Bug fix: Rep[T] was aliased as Re[T] in Aliases/SimpleQL83fba55Bug fix: Correctly override implicits in SimpleQL307bd6dMove TestDB into test kit98cf216Ignore failure from already existing dummy table3c95ac8Describe all driver limitations by capability flags.aedfa1cSequence.curr emulation for MySQLac183bbFix scalaBinaryVersion in buildf016028Merge branch ‘topic/testkit’9d684efImproved resource sharing in test kit.dd85f10Move SimpleTest into test kit as PlainSQLTest3ac1751Improve TestkitTest and capability management – All tests passinga101af1Use Double instead of Int in NewQuerySemanticsTest to avoid a SQL cast.7e51836Bug fix: Use proper ordering in OVER window for paging on SQL Server.3c704e3Sort before limiting in NewQuerySemanticsTest.37ceffeQuote names in plain SQL queries in NewQuerySemanticsTest.9a9f21fReturn unique values in NewQuerySemanticsTest queries qb, qb2, qc.db8f9bfWork-around for a Derby bug.397e92dMerge branch ‘master’ into topic/testkit4037468Move to latest SQLite version7832581Add some capabilities and improve tests84d70fdAdd capabilities to database drivers0680f55Move driver tests into testkit
Past News Items
Sep 18 2022
Slick 3.4.0 was released and published to Maven Central, with 281 merged pull requests, many from the community. A pull request that could cause issues was then rolled back, so...
Aug 16 2022
If you use Slick, please try 3.4.0-RC3 by changing the version in your build. After a week, if no regressions have been reported we will G-d willing release 3.4.0 (final)....
Apr 23 2021
Slick is community-maintained. Planning for future releases,
including for Scala 3, is in progress. Please help if you can!
For details, visit [this ticket](https://github.com/slick/slick/issues/2198).
Sep 09 2020
We have just released Slick 3.3.3 You can find the source code here: . Builds for Scala 2.11, 2.12 and 2.13 are available from Maven Central, as usual. ## Highlights...
Jan 30 2019
We have just released Slick 3.3.0 You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. ## These are...
Mar 23 2018
We have just released Slick 3.2.3. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on,...
Mar 06 2018
We have just released Slick 3.2.2. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on,...
Jul 20 2017
We have just released Slick 3.2.1. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on,...
