Skip to content

Commit 02942c4

Browse files
authored
Merge pull request #8489 from kenjis/fix-docs-requirements-SQLSRV
docs: fix supported SQL Server version
2 parents 6607f15 + 2b8b661 commit 02942c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/intro/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Currently supported databases are:
5656
- MySQL via the ``MySQLi`` driver (version 5.1 and above only)
5757
- PostgreSQL via the ``Postgre`` driver (version 7.4 and above only)
5858
- SQLite3 via the ``SQLite3`` driver
59-
- Microsoft SQL Server via the ``SQLSRV`` driver (version 2005 and above only)
59+
- Microsoft SQL Server via the ``SQLSRV`` driver (version 2012 and above only)
6060
- Oracle Database via the ``OCI8`` driver (version 12.1 and above only)
6161

6262
Not all of the drivers have been converted/rewritten for CodeIgniter4.

0 commit comments

Comments
 (0)