Skip to content

Commit

Permalink
Bump database version requirements for the full support of INTERSECT/…
Browse files Browse the repository at this point in the history
…UNION SQL

MySQL 5.7 and MariaDB 10.3 have reached EOF anyway.
  • Loading branch information
sunnavy committed Feb 2, 2024
1 parent fd78575 commit 49a4874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RT is commercially-supported software. To purchase hosting, support, training, c
- RT won't start on versions of Perl older than 5.10.1.

- A supported SQL database
- MySQL 5.7, 8 with InnoDB support
- MariaDB 10.2 or later with InnoDB support
- MySQL 8.0.31 or later with InnoDB support
- MariaDB 10.4 or later with InnoDB support
- Postgres 9.5 or later
- Oracle 12c or later
- SQLite 3.0 or later (for testing only, no upgrade path guaranteed)
Expand Down

0 comments on commit 49a4874

Please sign in to comment.