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) 08/10/06 21:15:20 @273 [273] fumanchu Oops.
(edit) 08/10/06 21:08:05 @272 [272] fumanchu Test suite now exercises drop_storage. Fix for storepypgsql
(edit) 08/10/06 20:32:38 @271 [271] fumanchu Fix for PG 8.1 moving from text to regclass for sequences.
(edit) 08/05/06 07:57:43 @268 [268] fumanchu Don't print default sequencer in 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 16:38:07 @263 [263] fumanchu Test for #41 (datetime.datetime should store microseconds) and fix for …
(edit) 07/28/06 17:01:20 @247 [247] fumanchu Removed the 'name' argument from all StorageManager? constructors.
(edit) 07/24/06 23:07:37 @239 [239] fumanchu Clear Database dict contents on create_database, drop_database.
(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/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 03:17:21 @223 [223] fumanchu Lots of precision and scale fixes for #61. Note in particular that the …
(edit) 05/24/06 22:53:20 @214 [214] fumanchu Fix for postgres dejavu.month() support.
(edit) 04/21/06 17:36:49 @210 [210] fumanchu Added "quote_all" option to postgres SM to allow easier use with legacy …
(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/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/05/06 05:13:03 @185 [185] fumanchu postgres support for auoincrement.
(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. …