Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

root/trunk/storage/db.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/05/06 07:57:43 @268 [268] fumanchu Don't print default sequencer in autosource.
(edit) 08/04/06 23:39:40 @266 [266] fumanchu Sequence, index, and identifier support in autoclass, plus autosource …
(edit) 08/04/06 22:58:09 @265 [265] fumanchu Fixed up primary key support by moving Index.pk to Column.key, and by …
(edit) 08/02/06 20:48:34 @264 [264] dowski Updated test_storesqlite.py to make another grueling pass through the zoo …
(edit) 08/01/06 23:47:03 @260 [260] fumanchu New **kwargs options for sandbox.recall, .xrecall, .view, .distinct, …
(edit) 07/28/06 19:16:04 @252 [252] fumanchu UnitClassWrapper? now uses geniusql.Table objects, and expects the "alias" …
(edit) 07/28/06 18:28:08 @250 [250] fumanchu Renamed dbmodel.py to geniusql.py.
(edit) 07/28/06 17:58:54 @248 [248] dowski Fix for #65 (JOIN bug with table prefix). …
(edit) 07/28/06 17:01:20 @247 [247] fumanchu Removed the 'name' argument from all StorageManager? constructors.
(edit) 07/27/06 05:10:20 @246 [246] fumanchu Added sync method to all SM's (default: pass) with a new semantic: pass it …
(edit) 07/26/06 17:51:46 @245 [245] dowski Fix for #64.
(edit) 07/25/06 18:11:28 @242 [242] fumanchu Some API changes to make the dejavu top level cleaner: …
(edit) 07/24/06 23:45:50 @241 [241] fumanchu Fix for storeado. All qnames must be str, not unicode.
(edit) 07/24/06 23:07:48 @240 [240] fumanchu Auto-quantize decimals from DB.
(edit) 07/24/06 19:17:02 @237 [237] fumanchu Refined the position that a missing hint implies "use the storage default …
(edit) 07/24/06 04:35:15 @236 [236] fumanchu Fix for #61 (arbitrary precision for decimal, fixedpoint, and long) and …
(edit) 07/22/06 17:13:12 @235 [235] fumanchu M x N dispatch in adapters, in preparation for #61 (arbitrary numeric …
(edit) 07/21/06 06:39:40 @234 [234] fumanchu Removed the 'db' arg from SQLDecompiler, and changed its 'tablekeys' arg …
(edit) 07/20/06 23:55:22 @233 [233] fumanchu Moved db.FieldTypeAdapter? to dbmodel.TypeAdapter?, so it no longer depends …
(edit) 07/20/06 07:29:35 @231 [231] fumanchu Work on ADO, PostgreSQL stores in preparation for moving the typeadapters …
(edit) 07/18/06 20:28:17 @229 [229] fumanchu Bah. The DB Introspection test wasn't running. Here are fixes for MySQL, …
(edit) 07/18/06 05:34:04 @228 [228] fumanchu MAJOR CHANGE. Moved most of the DB logic out of StorageManagerDB and into …
(edit) 07/16/06 08:40:54 @227 [227] fumanchu Table, Column, and Index objects now all have a qname attribute (the …
(edit) 07/16/06 04:30:04 @226 [226] fumanchu First crack at the new dbmodel module. See #18, #62.
(edit) 07/13/06 20:30:03 @224 [224] fumanchu BACKWARD INCOMPATIBILITY: Dropped Unit.property_type(key) in favor of …
(edit) 07/13/06 03:17:21 @223 [223] fumanchu Lots of precision and scale fixes for #61. Note in particular that the …
(edit) 07/07/06 22:26:14 @220 [220] fumanchu Expressions passed to recall, etc. now allow "is None" and "is not None" …
(edit) 05/24/06 17:40:33 @212 [212] dowski Added dejavu.month() function and test.
(edit) 03/22/06 18:53:02 @203 [203] fumanchu Bah. Bug in SingleConnection? (conn not released after close).
(edit) 03/20/06 06:48:36 @201 [201] fumanchu Separated connection factories (pools, etc) out of the StorageManager?
(edit) 03/15/06 21:45:27 @193 [193] fumanchu Fix for #51 (remove expanded columns). If anyone objects, this can be …
(edit) 03/13/06 17:27:08 @192 [192] fumanchu Bugfixes and new storeado.rename_property method.
(edit) 03/10/06 22:35:42 @191 [191] fumanchu Fix for #49 (Unit._properties should be a list, not a dict). …
(edit) 03/09/06 08:48:26 @189 [189] fumanchu Ugly first crack at database introspection. I don't like the API yet, but …
(edit) 03/07/06 23:32:23 @188 [188] fumanchu Fix for #48 (unitclass.identifiers should be strings, not property …
(edit) 03/07/06 22:43:58 @187 [187] fumanchu drop_property now drops indices as needed. Needs a test and support in all …
(edit) 03/03/06 01:25:53 @176 [176] fumanchu Implementation of SQLite autoincrement.
(edit) 03/02/06 21:39:19 @175 [175] fumanchu Initial implementation of database-level sequencing. Only MSAccess + …
(edit) 02/28/06 05:48:09 @172 [172] fumanchu Fix for #45 (memorize fails on unicode inside tuple).
(edit) 02/14/06 21:52:28 @168 [168] fumanchu Fixed some errors when fetch returns empty col_defs.
(edit) 02/11/06 08:55:01 @166 [166] fumanchu Now distributing xray module with dejavu.
(edit) 02/01/06 00:11:58 @151 [151] fumanchu Removed the CreateIfMissing? option; this should now be performed with a …
(edit) 01/10/06 21:48:46 @142 [142] fumanchu New StorageManagerDB.has_property method
(edit) 01/09/06 04:48:46 @140 [140] fumanchu Bah. Fixes for SM.destroy methods (new use_asterisk_to_get_all flag).
(edit) 12/27/05 02:57:40 @131 [131] fumanchu Fix for #31 (handle multiple refs to same table with AS).
(edit) 12/26/05 04:24:28 @130 [130] fumanchu Consolidated error trapping on consume().
(edit) 12/21/05 08:48:04 @127 [127] fumanchu Initial implementation of #16 (schema changes). See modeling.html …
(edit) 12/19/05 19:14:40 @126 [126] fumanchu Use "raise" instead of "raise x" to get the full traceback. Using "raise …
(edit) 12/14/05 21:11:38 @125 [125] fumanchu Typo in db.SM.destroy().
(edit) 12/11/05 21:26:16 @123 [123] fumanchu Fix for #36 (column names not correctly escaped). Changes to …
(edit) 12/07/05 08:13:22 @119 [119] fumanchu Fix for #27 (OUTER JOIN capability). …
(edit) 11/29/05 04:49:56 @113 [113] fumanchu Fix for #29 (arbitrary primary keys): …
(edit) 11/26/05 08:19:06 @110 [110] fumanchu multirecall changes (BACKWARD INCOMPATIBLE): …
(edit) 11/26/05 03:52:01 @107 [107] fumanchu logic.Expression changes: …
(edit) 11/21/05 05:23:41 @101 [101] fumanchu Fix for #20 (awareness of to-one or to-many). …
(edit) 11/16/05 09:10:21 @94 [94] fumanchu Fixed up storage/db with the changes to codewalk.LambdaDecompiler? (see …
(edit) 11/09/05 07:33:38 @89 [89] fumanchu 1. New logging support: Arena.log(message, flag) method (overridable). …
(edit) 11/02/05 00:58:46 @88 [88] fumanchu Set eol-style:native on all .py files.
(edit) 06/27/05 05:24:59 @76 [76] fumanchu 1. Refactored name coercion in db.py (Christian Holtje) …
(edit) 04/29/05 22:23:19 @74 [74] fumanchu 1. Added sandbox.view, storage.view methods. …
(edit) 04/04/05 22:14:45 @69 [69] fumanchu 1. Fixed bug in db.SQLDecompiler.visit_CALL_FUNCTION, affecting …
(edit) 03/03/05 22:43:18 @67 [67] fumanchu Bugfix: UnitProperty?.hints was class variable if not provided.
(edit) 03/01/05 18:34:05 @66 [66] fumanchu Stripped Windows carriage-returns from .py files.
(edit) 02/26/05 02:25:43 @64 [64] fumanchu db.SM.distinct() now falls back to slow method if imperfect (and warns if …
(edit) 01/24/05 05:03:16 @61 [61] fumanchu 1. New config entries can override adapters for db SM's. …
(edit) 01/20/05 08:31:22 @58 [58] fumanchu Fixes for SQLite version 2.
(edit) 01/19/05 09:00:09 @54 [54] fumanchu Better escaping of LIKE wildcards. Postgres still broken in this regard.
(edit) 01/19/05 06:22:04 @53 [53] fumanchu 1. Graph (associations container) now had preferred paths. …
(edit) 01/12/05 07:48:53 @51 [51] fumanchu 1. Changed arena.roster to ._registered_classes. Dropped containers.Prism …
(edit) 01/08/05 07:26:45 @50 [50] fumanchu 1. Modified Unit.add() to take multiple units. …
(edit) 01/07/05 00:38:16 @49 [49] fumanchu 1. Rearranged db.SM.recall for speed, clarity. …
(edit) 01/06/05 04:37:31 @48 [48] fumanchu 1. Unicode fixed for all SMs. db.AdapterFromDB.coerce_str now defaults to …
(edit) 01/06/05 00:04:46 @47 [47] fumanchu 1. AdapterToSQL now separates bool constants from bool expressions. …
(edit) 01/02/05 06:53:53 @46 [46] fumanchu 1. Changed AdapterFromDB to take unit arg only on consume. …
(edit) 12/31/04 07:31:41 @45 [45] fumanchu 1. Doc updates. 2. xray, recur now imported lazily. …
(edit) 12/31/04 03:43:46 @44 [44] fumanchu 1. Changed all storage tests to use common zoo_fixture.py. …
(add) 12/27/04 07:17:49 @43 [43] fumanchu 1. Changed UnitProperty?.hints['Size'] to 'bytes'. SM's should now assume …