Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/storage/storepypgsql.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 02/28/06 05:48:09 @172 [172] fumanchu Fix for #45 (memorize fails on unicode inside tuple).
(edit) 02/01/06 00:11:58 @151 [151] fumanchu Removed the CreateIfMissing? option; this should now be performed with a …
(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) 11/26/05 04:29:39 @108 [108] fumanchu New "version" method for db SM's.
(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/20/05 06:45:39 @55 [55] fumanchu Fixed escaping of wildcards in LIKE queries for Postgres.
(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/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 03:43:46 @44 [44] fumanchu 1. Changed all storage tests to use common zoo_fixture.py. …
(edit) 12/27/04 07:17:49 @43 [43] fumanchu 1. Changed UnitProperty?.hints['Size'] to 'bytes'. SM's should now assume …
(edit) 12/20/04 21:43:48 @41 [41] fumanchu 1. codewalk.EarlyBinder? now late-binds any object with a bind_late …
(add) 12/17/04 00:32:21 @40 [40] fumanchu 1. Added storepypgsql (Postgres) + tests. …