Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/dejavu/test


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/18/09 19:51:44 @600 [600] fumanchu New StorageManager?.has_database method.
(edit) 11/20/07 14:00:17 @586 [586] fumanchu Don't test multithreading for SQLite memory DB's.
(edit) 11/18/07 01:24:33 @584 [584] fumanchu Fix for a test which was breaking when datetimes contained microseconds, …
(edit) 10/31/07 16:15:39 @561 [561] fumanchu DB sequencing improvements. Columns now obtain a default sequence_name as …
(edit) 10/18/07 01:10:21 @552 [552] fumanchu Buglets.
(edit) 10/16/07 11:47:01 @551 [551] fumanchu New test for order, limit with related units methods.
(edit) 10/07/07 22:51:00 @546 [546] fumanchu Added --conquer option to test.py.
(edit) 10/07/07 19:19:36 @545 [545] fumanchu New order, limit tests and a few fixes. New caching.fullquery option.
(edit) 10/06/07 22:38:27 @543 [543] fumanchu Changed to unit(cls, **kwargs) sig throughout. Also changed sandbox.recall …
(edit) 10/05/07 15:01:15 @538 [538] fumanchu New storejson module. Lots of changes to the existing json.py module, too …
(edit) 10/04/07 15:54:04 @537 [537] fumanchu Caching SM's now test cache.classes before sending operations to the …
(edit) 10/03/07 17:26:22 @534 [534] fumanchu Fix to test suite (MySQL doesn't allow manually inserting 0 into an …
(edit) 10/03/07 15:02:53 @532 [532] fumanchu New 'memcached.index' option to skip storing an index in memcached (i.e. …
(edit) 10/03/07 14:58:19 @530 [530] fumanchu New KeyStore? tests.
(edit) 09/28/07 19:13:13 @519 [519] fumanchu connstring example for SQL Server 2005 test.
(edit) 09/28/07 14:58:18 @518 [518] fumanchu A solution for paginating with order expressions.
(edit) 09/27/07 20:03:07 @516 [516] fumanchu Some errors in passing args to superclass calls.
(edit) 09/27/07 19:24:26 @515 [515] fumanchu New test for reversed() in order args.
(edit) 09/26/07 11:17:26 @514 [514] fumanchu Test for ObjectCache? + Memcached.
(edit) 09/25/07 21:51:11 @513 [513] fumanchu New MemcachedStorageManager?. Also new 'cache' allOption for ObjectCache?.
(edit) 09/23/07 22:50:27 @506 [506] fumanchu Allow _sqlite.pyd to be found in pysqlite2 package when testing.
(edit) 09/23/07 22:49:29 @505 [505] fumanchu Woof. Major API change to all DDL SM functions: the addition of a …
(edit) 09/22/07 16:41:46 @503 [503] fumanchu Removed VerticalPertitioner?.classnames and .default_store attributes. You …
(edit) 09/13/07 17:50:51 @485 [485] fumanchu Added order, limit, offset to view/xview signatures.
(copy) 09/07/07 11:53:09 @479 [479] fumanchu Moved all content down into the new dejavu top-level folder.
copied from trunk/test:
(edit) 08/31/07 02:37:28 @476 [476] fumanchu Tore out the config file junk. Renamed 'arena' to 'VerticalParitioner'.