[Rt-commit] rt branch, 4.2/database-support, created. rt-4.1.17-23-ge54720a

Alex Vandiver alexmv at bestpractical.com
Mon Jul 15 16:56:13 EDT 2013


The branch, 4.2/database-support has been created
        at  e54720ad83201280c0bbd9a1de1b8b82bc5807fe (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 e54720ad83201280c0bbd9a1de1b8b82bc5807fe
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 current
    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