Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/storage/storesqlite.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/15/06 21:45:27 @193 [193] fumanchu Fix for #51 (remove expanded columns). If anyone objects, this can be …
(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/04/06 19:48:22 @183 [183] fumanchu Those SM's with autoincrement support now respect …
(edit) 03/04/06 19:12:22 @182 [182] fumanchu Oops. Forgot to test _autoincrement_support in reserve().
(edit) 03/04/06 18:49:44 @181 [181] fumanchu SQLite didn't add the AUTOINCREMENT keyword until 3.1.0 alpha.
(edit) 03/03/06 23:55:39 @180 [180] fumanchu Fix for #46 (Multiple schema changes doesn't work with sqlite < 3.2.0).
(edit) 03/03/06 01:25:53 @176 [176] fumanchu Implementation of SQLite autoincrement.
(edit) 02/28/06 05:48:09 @172 [172] fumanchu Fix for #45 (memorize fails on unicode inside tuple).
(edit) 02/11/06 07:28:11 @161 [161] fumanchu Minor SQLite fixes.
(edit) 02/01/06 00:12:37 @152 [152] fumanchu StorageManagerSQLite may now take a relative path for "Database".
(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/21/05 08:48:04 @127 [127] fumanchu Initial implementation of #16 (schema changes). See modeling.html …
(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 04:29:39 @108 [108] fumanchu New "version" method for db SM's.
(edit) 11/19/05 07:16:17 @100 [100] fumanchu More test suite work. If a store is not installed or cannot be imported, a …
(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) 03/01/05 18:34:05 @66 [66] fumanchu Stripped Windows carriage-returns from .py files.
(edit) 01/21/05 06:29:55 @59 [59] fumanchu Minor cleanups for 1.3 release.
(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/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. …
(add) 12/31/04 03:43:46 @44 [44] fumanchu 1. Changed all storage tests to use common zoo_fixture.py. …