openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 1240bf2c202ca68b87e1cea9436ad3db4d0f8bb5
parent 6fa28df26f5760a927a70f5356781ef34a3a840f
Author: dankert <devnull@localhost>
Date:   Thu,  8 Oct 2009 19:30:51 +0200

Datenbank per default deaktivieren. Aufnahme der Parameter \"transaction\" und \"prepare\".

Diffstat:
config/database.ini.php | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/config/database.ini.php b/config/database.ini.php @@ -10,8 +10,8 @@ default=db1 ; Database configuration for connection 'db1 -enabled = true -comment = "OpenRat Example" ; comment of this database +enabled = false ; set this to 'true' for using this connection +comment = "OpenRat Example" ; comment of this database type = mysql ; 'mysql' or 'postgresql' user = dbuser ; database user @@ -35,6 +35,12 @@ persistent = yes ; use persistent connections (try this, it's ; Default: blank. cmd = "" +; Using prepared statements. +; This is EXPERIMENTAL, do not use in production environments +prepare = false + +; Using transactions. Set this to true, if your database is supporting transactions +transaction = false ; Add here more sections with other database connections.