diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-13 14:02:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-13 14:02:39 -0400 |
commit | 262e21c95977ba2d5bdd00393a8f387b33707026 (patch) | |
tree | 004fe5aff8861e5082cb77350692cc3827a6bc21 | |
parent | 07d04def5e1eae50ad675d9bd62ab7b18cb69bc8 (diff) |
get rid of dataobject.ini -- again
darcs-hash:20080813180239-84dde-535ac9147c988e3617a68e4638367bdcef8fe5be.gz
-rw-r--r-- | dataobject.ini | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dataobject.ini b/dataobject.ini deleted file mode 100644 index 2e0c747ec..000000000 --- a/dataobject.ini +++ /dev/null @@ -1,10 +0,0 @@ -[DB_DataObject] - -database = mysql://root:xadani@localhost/stoica -schema_location = /home/evan/Code/laconica/classes -class_location = /home/evan/Code/laconica/classes -require_prefix = classes/ -class_prefix = -db_driver = DB #Use this if you wish to use MDB2 as the driver -quote_identifiers = 0 -generator_exclude_regex = /oid_.*/ |