Update of /cvsroot/lxr/lxr/templates
In directory usw-pr-cvs1:/tmp/cvs-serv31686/templates
Modified Files:
lxr.conf
Log Message:
New database backend for Oracle, from Jens Heimann.
Index: lxr.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lxr.conf 3 Feb 2002 05:31:33 -0000 1.9
+++ lxr.conf 26 Feb 2002 16:18:47 -0000 1.10
@@ -96,6 +96,7 @@
# The DBI identifier for the database to use
# For mysql, the format is dbi:mysql:dbname=<name>
# for Postgres, it is dbi:Pg:dbname=<name>
+ # for Oracle, it is dbi:Oracle:host=localhost;sid=DEVMMS;port=1521
'dbname' => 'dbi:mysql:dbname=lxr',
# If you need to specify the username or password for the database connection,
|