diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 22:14:49 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 22:14:49 -0400 |
commit | 0620e9f6680b45978fb49f31b93d70bb519ebfd5 (patch) | |
tree | 231668b3efe4e895d9dd14950062ba91e9920096 /dataobject.ini | |
parent | de9cd14a6f2a71eb42923181e7a5891c98c59e64 (diff) |
use DB as the data driver in dataobject.ini too
darcs-hash:20080619021449-84dde-773db884c6276622f3090ab02116410750200470.gz
Diffstat (limited to 'dataobject.ini')
-rw-r--r-- | dataobject.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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_.*/ |