[Jifty-commit] r7246 - jifty/trunk/lib/Jifty/Plugin/SetupWizard

Jifty commits jifty-commit at lists.jifty.org
Thu Jun 11 17:07:29 EDT 2009


Author: sartak
Date: Thu Jun 11 17:07:28 2009
New Revision: 7246

Modified:
   jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm

Log:
We don't support Oracle yet

Modified: jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm	Thu Jun 11 17:07:28 2009
@@ -148,6 +148,7 @@
         { display => 'SQLite',     value => 'SQLite' },
         { display => 'MySQL',      value => 'mysql' },
         { display => 'PostgreSQL', value => 'Pg' },
+        #{ display => 'Oracle', value => 'Oracle' },
     );
     for (@all_drivers) {
         if (Jifty->handle->is_available_driver($_->{value})) {
@@ -163,7 +164,7 @@
 
     p { _("You may choose a database engine.") };
 
-    p { _("%1 works with a number of different databases. MySQL, PostgreSQL, Oracle, and SQLite are all supported. You should choose the database that you or your local database administrator knows best.", $appname) };
+    p { _("%1 works with a number of different databases. MySQL, PostgreSQL, and SQLite are all supported. You should choose the database that you or your local database administrator knows best.", $appname) };
 
     p { _("SQLite is a small database engine that does not need a server or any configuration. We recommend it for testing, demonstration, and development, but it is not quite right for a high-volume production server.") };
 


More information about the Jifty-commit mailing list