[Rt-commit] rt branch, 4.2/database-support, created. rt-4.1.17-23-ge5efc91
Alex Vandiver
alexmv at bestpractical.com
Mon Jul 15 16:53:44 EDT 2013
The branch, 4.2/database-support has been created
at e5efc917c239c3a32d1d2d0e192b89fb35fc9216 (commit)
- Log -----------------------------------------------------------------
commit 18a136cd3c53ac342c6c08dff9e65bc114f4ac5b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 15 16:52:14 2013 -0400
Clarify that SQLite support is _really_ not production-worthy
Many database upgrade steps cannot be completed on SQLite, and so are often omitted.
diff --git a/README b/README
index 520031e..3d5efed 100644
--- a/README
+++ b/README
@@ -23,7 +23,8 @@ o A supported SQL database
Currently supported: MySQL 4.1 or later with InnoDB support.
Postgres 8.1 or later.
Oracle 9iR2 or later.
- SQLite 3.0. (Not recommended for production)
+ SQLite 3.0 or later; for testing only, no
+ upgrade path guaranteed
o Apache version 1.3.x or 2.x (http://httpd.apache.org)
with mod_perl -- (http://perl.apache.org)
commit e5efc917c239c3a32d1d2d0e192b89fb35fc9216
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 15 16:52:23 2013 -0400
Bump minimum database versions
The previously listed versions were ancient, and no longer supported.
Move to listing minimum versions which are still findable in curreny
long-term-support distributions, but still slightly more modern.
diff --git a/README b/README
index 3d5efed..ec7fdcc 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ o Perl 5.10.1 or later (http://www.perl.org).
o A supported SQL database
- Currently supported: MySQL 4.1 or later with InnoDB support.
- Postgres 8.1 or later.
+ Currently supported: MySQL 5.1 or later with InnoDB support.
+ Postgres 8.4 or later; 9.0 or later suggested
Oracle 9iR2 or later.
SQLite 3.0 or later; for testing only, no
upgrade path guaranteed
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list