ScalaQuery 0.9.4 for Scala 2.9.0
Hello,
I am pleased to announce release 0.9.4 of ScalaQuery, the type-safe database API for Scala. ScalaQuery is an API / DSL (domain specific language) built on top of JDBC for accessing relational databases in Scala. It is being made available under a liberal BSD-style license and has no dependencies other then the Scala core library. The current release is ScalaQuery 0.9.4 for Scala 2.8.0, 2.8.1 and 2.9.0, with full support for the following database systems: PostgreSQL, MySQL, H2, HSQLDB/HyperSQL, Derby/JavaDB, MS SQL Server, MS Access, SQLite. Accessing other database systems is possible, with a reduced feature set. For more information, see the ScalaQuery web site: http://scalaquery.orgSource code: http://github.com/szeiger/scala-query
Mailing list: http://groups.google.com/group/scalaquery The following changes have been made since release 0.9.3: - Compile for Scala 2.9.0 - Bug fix: Support pure Subquery objects in SELECT expressions - Bug fix: Allow UPDATE against a table instead of requiring its * projection Best regards,
Stefan
