Skip to content

Commit 6a552e0

Browse files
committed
docs: add since v4.5.0 db names with dots are supported
1 parent 927a829 commit 6a552e0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

user_guide_src/source/database/configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Explanation of Values
150150
**database** The name of the database you want to connect to.
151151

152152
.. note:: CodeIgniter doesn't support dots (``.``) in the table and column names.
153+
Since v4.5.0, database names with dots are supported.
153154
**DBDriver** The database driver name. The case must match the driver name.
154155
You can set a fully qualified classname to use your custom driver.
155156
Supported drivers: ``MySQLi``, ``Postgre``, ``SQLite3``, ``SQLSRV``, and ``OCI8``.

user_guide_src/source/database/examples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ is used. For complete details please read the individual pages
77
describing each function.
88

99
.. note:: CodeIgniter doesn't support dots (``.``) in the table and column names.
10+
Since v4.5.0, database names with dots are supported.
1011

1112
.. contents::
1213
:local:

user_guide_src/source/database/queries.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Query Basics
1111
************
1212

1313
.. note:: CodeIgniter doesn't support dots (``.``) in the table and column names.
14+
Since v4.5.0, database names with dots are supported.
1415

1516
Regular Queries
1617
===============

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ for safer queries, since the values are escaped automatically by the
1616
system.
1717

1818
.. note:: CodeIgniter doesn't support dots (``.``) in the table and column names.
19+
Since v4.5.0, database names with dots are supported.
1920

2021
.. contents::
2122
:local:

0 commit comments

Comments
 (0)