From 0620e9f6680b45978fb49f31b93d70bb519ebfd5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 22:14:49 -0400 Subject: use DB as the data driver in dataobject.ini too darcs-hash:20080619021449-84dde-773db884c6276622f3090ab02116410750200470.gz --- dataobject.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dataobject.ini') diff --git a/dataobject.ini b/dataobject.ini index f08e43a32..ec5843e74 100644 --- a/dataobject.ini +++ b/dataobject.ini @@ -5,6 +5,6 @@ schema_location = /home/evan/code/stoica/classes class_location = /home/evan/code/stoica/classes require_prefix = classes/ class_prefix = -db_driver = MDB2 #Use this if you wish to use MDB2 as the driver +db_driver = DB #Use this if you wish to use MDB2 as the driver quote_identifiers = 0 generator_exclude_regex = /oid_.*/ -- cgit v1.2.3-54-g00ecf