Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions en/appendices/3-5-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ Console
* ``Cake\Console\CommandCollection`` was added to provide an interface for
applications to define the command line tools they offer.

Database
--------

* SQLite driver had the ``mask`` option added. This option lets you set the
file permissions on the SQLite database file when it is created.

Datasource
----------

Expand Down
2 changes: 2 additions & 0 deletions en/orm/database-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ cacheMetadata
store meta data in. Having metadata caching disable is not advised and can
result in very poor performance. See the :ref:`database-metadata-cache`
section for more information.
mask
Set the permissions on the generated database file. (Only supported by SQLite)

At this point, you might want to take a look at the
:doc:`/intro/conventions`. The correct naming for your tables (and the addition
Expand Down