Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/test


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/17/06 18:55:26 @196 [196] fumanchu New threaded write tests. SQLite currently fails these; see #53.
(edit) 03/15/06 21:46:07 @194 [194] fumanchu Test for #50 (backslash doubled at insert 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/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/03/06 06:57:49 @177 [177] fumanchu Implemented autoincrement for MS SQL Server.
(edit) 02/28/06 23:48:51 @173 [173] fumanchu Start of Firebird Storage Manager.
(edit) 02/28/06 05:48:09 @172 [172] fumanchu Fix for #45 (memorize fails on unicode inside tuple).
(edit) 02/26/06 10:02:17 @171 [171] fumanchu Added codewalk support for dict creation (BUILD_MAP, DUP_TOP, ROT_THREE, …
(edit) 02/11/06 08:22:00 @164 [164] fumanchu New testdb folder for test_storeshelve.py.
(edit) 02/11/06 08:18:04 @163 [163] fumanchu Reverted a special-case test for caching. Not sure why it was there in the …
(edit) 02/11/06 07:46:57 @162 [162] fumanchu Bah. datetime.datetime is only stored at 1-second resolution.
(edit) 02/11/06 06:07:49 @159 [159] fumanchu Fixed the test suite to use the new schema assert_storage method and …
(edit) 02/11/06 06:06:40 @158 [158] fumanchu New test for pythoncom in test_storemsaccess.py; warn if not importable.
(edit) 02/11/06 06:05:35 @157 [157] fumanchu Safer storeshelve.drop_database (using a unique file extension).
(edit) 02/10/06 21:24:52 @156 [156] fumanchu Comments and a "raise x" fix.
(edit) 01/08/06 04:39:38 @139 [139] fumanchu Fix for #38 (Engine.FinalClassName? not updated).
(edit) 12/27/05 05:18:16 @134 [134] fumanchu Fix for #30 (UnitProperty?.default).
(edit) 12/27/05 05:13:22 @133 [133] fumanchu Bah. Missed a test suite upgrade from Animal.Name to Animal.Species.
(edit) 12/27/05 04:13:14 @132 [132] fumanchu Fix for #26 (Sandbox magic recaller methods).
(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/14/05 21:11:38 @125 [125] fumanchu Typo in db.SM.destroy().
(edit) 12/12/05 01:04:08 @124 [124] fumanchu First crack at inheritance (#32).
(edit) 12/09/05 20:48:43 @121 [121] fumanchu New test for #35.
(edit) 12/08/05 17:30:24 @120 [120] fumanchu Sandbox.multirecall has now been folded into Sandbox.xrecall (and …
(edit) 12/07/05 08:13:22 @119 [119] fumanchu Fix for #27 (OUTER JOIN capability). …
(edit) 12/06/05 07:36:13 @117 [117] fumanchu New __all__ attribute in zoo_fixture.py.
(edit) 12/02/05 19:56:29 @115 [115] fumanchu Storage tests now report (simple) time of execution.
(edit) 11/30/05 23:06:21 @114 [114] fumanchu logic: function Aggregator needed to take max(co_argcount) and …
(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:37:23 @109 [109] fumanchu test_logic readability cleanups.
(edit) 11/26/05 04:29:39 @108 [108] fumanchu New "version" method for db SM's.
(edit) 11/26/05 03:52:01 @107 [107] fumanchu logic.Expression changes: …
(edit) 11/24/05 21:35:24 @106 [106] fumanchu Fixed a failing test for CachingProxy? and BurnedProxy?. Both were …
(edit) 11/21/05 05:23:41 @101 [101] fumanchu Fix for #20 (awareness of to-one or to-many). …
(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/17/05 08:11:28 @96 [96] fumanchu Lots of changes to the test suite. Partially fixes #23.
(add) 11/16/05 09:24:57 @95 [95] fumanchu Reorganization to prepare for new test runner.