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:
2001672
changed version number to 0.11.2d1db91f
Merge pull request #55 from ijuma/topic/scala-2.10.0-RC107f8ea3
Update macro parts to compile with Scala 2.10.0 RC1.6a40f5e
Changes for RC1 compatibility in build and non-macro parts of Slick264561e
Add CONTRIBUTING.md with Typesafe Project & Developer Guidelinescdfaf32
A possible test case for github issue #29 (but no fix).9ac93fd
Do not comap() default values when reading from a mapped Option column.da339ad
Do not treat EXISTS as an aggregation function any more.a63eda5
Update the README with links to the new documentation and licensing info1f1fa61
Improve error message to guard against illegal use of raw table objects.c1d3a41
Create ConstColumn instead of plain LiteralNode for inSet sequence.ab8f42f
Omit precision when casting to VARCHAR in MySQL. Fixes issue #48.9a4c48f
Merge branch ‘master’ of git@github.com:slick/slick.git822bfbf
Allow building with JDK 6 and JDK 74683a66
Simplify interpolation macro1e3f219
DSL for creating SQL statements in the driver implementations.98133f4
Simplify DDL construction with factory methods5cc85fc
More sensible default SQL type name handlingd767138
Factor out pagination and RowNumber handling into utility traits5256e3c
Add support for OID-based BLOBs in PostgreSQL2a4e441
Add “postCreate” key to databases.properties for initializing a new DB.70fc42a
Wrap all BLOB operations in a transaction (required by some DBs)aa8131b
Deprecate Query.asColumn2ce3b7f
Add sequence increment value to SequenceNode6e4d7a4
Clean up DB name/path handling in TestDB8039e7b
Get data from BLOB before the result set is closed in DataTypeTest.e37aaf3
Allow for a small rounding error in floating-point tests789236e
Use floating-point constant in degrees/radians emulationac5a272
Support custom properties for DB connection in ExternalTestDB5932225
Move emulation for pi/radians/degrees into BasicStatementBuilderComponent1ba6b86
Reuse custom driver classes across tests to keep PermGen leaks low22d16ce
Some clean-up workd6dac0b
Avoid lower-case names that need quoting.a41261f
Use upper-case SQL identifiers in InserTest.restReturning.fba0292
Allow reading of MColumn results without the last 5 (optional) columns.dee3cd5
Add factory methods for Invokers so that drivers can override themcd4b8ef
Move statement builder factory methods into BasicStatementBuilderComponent4708042
Support for prepared statements with returnIndexes2df91c5
Enable DriverTests to specify their own set of TestkitTests to run9e358d1
Move DDL execution from DDL to a separate DDLInvoker.33eac7e
Bug fix: Always wrap emulated numeric functions in parentheses034046b
Support multiple ‘create’ and ‘drop’ statements in ExternalTestDBb29bcfa
Add logging for non-prepared statements in Session.4f13c64
Allow multi-line insert to return None in MainTest.5356df2
Add Database.forDriver; Simplify and improve TestDB4352a56
Add GetParameter and SetResult for BigDecimal17844ed
Prevent initialization and cleanup of disabled DBs in TestkitTest852edd2
Proper links to capabilities in driver scaladoc comments91341ef
Multi-project build for publishing separate testkit artifacts55934b2
Work around a strange Derby problem where a result set does not get closede4a9b49
Simplify test kit tests82d4024
Bug fix: Rep[T] was aliased as Re[T] in Aliases/SimpleQL83fba55
Bug fix: Correctly override implicits in SimpleQL307bd6d
Move TestDB into test kit98cf216
Ignore failure from already existing dummy table3c95ac8
Describe all driver limitations by capability flags.aedfa1c
Sequence.curr emulation for MySQLac183bb
Fix scalaBinaryVersion in buildf016028
Merge branch ‘topic/testkit’9d684ef
Improved resource sharing in test kit.dd85f10
Move SimpleTest into test kit as PlainSQLTest3ac1751
Improve TestkitTest and capability management – All tests passinga101af1
Use Double instead of Int in NewQuerySemanticsTest to avoid a SQL cast.7e51836
Bug fix: Use proper ordering in OVER window for paging on SQL Server.3c704e3
Sort before limiting in NewQuerySemanticsTest.37ceffe
Quote names in plain SQL queries in NewQuerySemanticsTest.9a9f21f
Return unique values in NewQuerySemanticsTest queries qb, qb2, qc.db8f9bf
Work-around for a Derby bug.397e92d
Merge branch ‘master’ into topic/testkit4037468
Move to latest SQLite version7832581
Add some capabilities and improve tests84d70fd
Add capabilities to database drivers0680f55
Move driver tests into testkit
Past News Items
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,...
Feb 24 2017
We have just released Slick 3.2.0. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From this release...