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) 09/21/06 06:57:07 @304 [304] fumanchu Further fix for #4 (transaction support). New start, rollback, commit …
(edit) 09/21/06 01:54:53 @303 [303] fumanchu Initial fix for #4 (transaction support). Tests pass, but this is not to …
(edit) 09/12/06 17:08:33 @300 [300] dowski Native date comparisons in SQLite. …
(edit) 09/01/06 20:35:19 @297 [297] dowski Implemented dejavu.month() and dejavu.day() for all SMs that can support …
(edit) 08/30/06 20:39:49 @296 [296] dowski Fixed a bug in the json module when decoding a time value. Reworded an …
(edit) 08/30/06 17:23:19 @294 [294] fumanchu Bah. SingleConnection? was the wrong answer, as it makes a single conn …
(edit) 08/30/06 06:06:43 @293 [293] fumanchu Fix for SQLite in-memory-DB problem (mostly a problem with the test …
(edit) 08/29/06 21:57:52 @290 [290] dowski New dejavu.json module for converting Units to/from JSON format. Tests …
(edit) 08/12/06 01:12:42 @280 [280] fumanchu Logging changes: 1. Arena.logflags now defaults to ERROR + IO. …
(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) 07/29/06 22:14:11 @254 [254] fumanchu Fix for #63 (SQLite errors on schema changes). Also, to speed up release …
(edit) 07/28/06 19:16:04 @252 [252] fumanchu UnitClassWrapper? now uses geniusql.Table objects, and expects the "alias" …
(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/25/06 18:11:28 @242 [242] fumanchu Some API changes to make the dejavu top level cleaner: …
(edit) 07/24/06 23:07:37 @239 [239] fumanchu Clear Database dict contents on create_database, drop_database.
(edit) 07/24/06 20:47:58 @238 [238] fumanchu Changed adapter method naming scheme; all methods must now be of the form …
(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/20/06 23:55:22 @233 [233] fumanchu Moved db.FieldTypeAdapter? to dbmodel.TypeAdapter?, so it no longer depends …
(edit) 07/20/06 22:31:17 @232 [232] fumanchu Work on MySQL, SQLite stores in preparation for moving the typeadapters …
(edit) 07/19/06 03:29:17 @230 [230] fumanchu Introspection fixes for ADO and SQLite (which now declares datatypes in …
(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) 05/24/06 18:36:38 @213 [213] dowski More additions for the dejavu.month() function.
(edit) 03/29/06 07:19:53 @207 [207] fumanchu Hacky fix for #53 (SQLite driver can't handle threaded writes). All …
(edit) 03/20/06 06:48:36 @201 [201] fumanchu Separated connection factories (pools, etc) out of the StorageManager?
(edit) 03/15/06 21:48:31 @195 [195] fumanchu Fix for #50 (backslash doubled in SQLite).
(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. …