Skip to content

Commit

Permalink
Some small documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
szeiger committed Apr 2, 2015
1 parent 7b79d6d commit c86e36b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion slick/src/sphinx/upgrade.rst
Expand Up @@ -46,7 +46,7 @@ Database I/O Actions
The ``simple`` and ``Implicits`` imports from drivers are deprecated and will be removed in Slick 3.1.
You should use ``api`` instead, which will give
you the same features, except for the old ``Invoker`` and ``Executor`` APIs for blocking execution of database calls.
These have been replaced by a new monadic database I/O actions API. See :doc:`Databases & I/O Actions <database>` for
These have been replaced by a new monadic database I/O actions API. See :doc:`Database I/O Actions <dbio>` for
details of the new API.

Join Operators
Expand Down Expand Up @@ -125,6 +125,11 @@ has some limitations (e.g. no default values and no index without a prefix lengt
``O.Length(254)`` column option to go back to the previous behavior or change the default in the application.conf key
``slick.driver.MySQL.defaultStringType``.

JdbcDriver
----------

The ``JdbcDriver`` object has been deprecated. You should always use the correct driver for your database system.

Upgrade from 2.0 to 2.1
=======================

Expand Down

0 comments on commit c86e36b

Please sign in to comment.