Skip to content

Commit

Permalink
docs: fix supported SQL Server version
Browse files Browse the repository at this point in the history
We are using OFFSET.
SQL Server 2012 also reached the end of life: Jul 12, 2022.
https://learn.microsoft.com/en-us/lifecycle/products/microsoft-sql-server-2012
  • Loading branch information
kenjis committed Jan 31, 2024
1 parent 65c6692 commit 2b8b661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/intro/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Currently supported databases are:
- MySQL via the ``MySQLi`` driver (version 5.1 and above only)
- PostgreSQL via the ``Postgre`` driver (version 7.4 and above only)
- SQLite3 via the ``SQLite3`` driver
- Microsoft SQL Server via the ``SQLSRV`` driver (version 2005 and above only)
- Microsoft SQL Server via the ``SQLSRV`` driver (version 2012 and above only)
- Oracle Database via the ``OCI8`` driver (version 12.1 and above only)

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

0 comments on commit 2b8b661

Please sign in to comment.