Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 01/01/07 00:44:03 @371 [371] fumanchu Whew. Lots of autotable support: …
(edit) 12/31/06 08:09:30 @370 [370] fumanchu Doc updates in prep for 1.5 RC 1.
(edit) 12/31/06 08:08:37 @369 [369] fumanchu More introspection work on firebird.
(edit) 12/31/06 06:13:00 @368 [368] fumanchu New sm.autotable method to help create new models from existing DB's. Also …
(edit) 12/31/06 02:03:14 @367 [367] fumanchu Added a "managers" registry to dejavu.storage. This allows short names to …
(edit) 12/31/06 00:51:58 @366 [366] fumanchu Test cleanups.
(edit) 12/30/06 20:26:53 @365 [365] fumanchu Firebird: 1. Replaced 'DSN' config option with 'host' and 'name'. …
(edit) 12/25/06 16:33:22 @364 [364] fumanchu Changed UnitSequencerNull? to UnitSequencer?, and made the other …
(edit) 12/25/06 15:54:02 @363 [363] fumanchu Fix for #71 ("unsubscriptable object" error in Graph.shortest_path).
(edit) 12/19/06 00:17:38 @362 [362] fumanchu Full numeric support for firebird.
(edit) 12/18/06 06:24:39 @361 [361] fumanchu Fixed firebird drop_database.
(edit) 12/18/06 06:21:04 @360 [360] fumanchu MUCH work done on the firebird store. Now passes all tests but threading, …
(edit) 12/18/06 04:27:30 @359 [359] fumanchu Fixed bug in _manual_reserve (list was being flattened).
(edit) 12/18/06 02:08:32 @358 [358] fumanchu Fix for threading (including schema changes) and transactions with …
(edit) 12/18/06 00:48:30 @357 [357] fumanchu Fix for custom association paths in sqlite3.
(edit) 12/18/06 00:35:09 @356 [356] fumanchu Mostly doc tweaks.
(edit) 12/15/06 01:54:21 @354 [354] fumanchu Let's make the test not depend on my hostname, eh?
(edit) 12/15/06 01:49:54 @353 [353] fumanchu New behavior for the 'in' operator: if op2 is empty, emit "FALSE" instead …
(edit) 12/14/06 05:58:30 @352 [352] fumanchu Moved inheritance from "always on" to an "inherit" argument on Arena.unit, …
(edit) 12/14/06 03:03:43 @351 [351] fumanchu Even more bypassing of win32com in storeado.
(edit) 12/14/06 03:03:04 @350 [350] fumanchu Minor optimizations.
(edit) 12/13/06 18:55:49 @349 [349] fumanchu Removed Unit.property. It was nicer to write than getattr, but ultimately …
(edit) 12/13/06 18:41:22 @348 [348] fumanchu Inlined conn.OpenSchema? for speed.
(edit) 12/13/06 09:09:28 @347 [347] fumanchu New Unit._zombie attribute for faster recall. See comments in …
(edit) 12/13/06 09:08:10 @346 [346] fumanchu logic.Expression now takes an 'earlybind' arg so filter and comparison can …
(edit) 12/13/06 08:04:26 @345 [345] fumanchu A couple more inlined COM calls (Execute and Fields).
(edit) 12/13/06 00:58:38 @344 [344] fumanchu Heck yeah. 83% speedup in storeado fetch() by inlining COM calls.
(edit) 12/12/06 22:17:16 @343 [343] fumanchu UnitProperty?.default is now coerced on set.
(edit) 12/08/06 18:13:37 @342 [342] fumanchu Cheap refactor of xrecall.
(edit) 12/06/06 23:05:14 @341 [341] fumanchu storeado: Use Execute instead of Open inside fetch (speed hack to save COM …
(edit) 12/06/06 07:59:13 @340 [340] fumanchu Speed tweak to storeado fetch.
(edit) 12/06/06 07:56:41 @339 [339] fumanchu Speed tweaks to codewalk.
(edit) 12/06/06 07:53:38 @338 [338] fumanchu Moved arena.logflag checking out of the log method and out to each call …
(edit) 12/06/06 03:12:56 @337 [337] fumanchu Oops.
(edit) 12/06/06 02:49:34 @336 [336] fumanchu Moved decimal.quantize code into UnitProperty?.coerce. UNIT AUTHORS: This …
(edit) 12/05/06 22:11:15 @335 [335] fumanchu Test improvements.
(edit) 12/04/06 22:41:54 @334 [334] fumanchu Made Expression.code safer.
(edit) 12/04/06 22:32:21 @333 [333] fumanchu Safe UnitJoin? repr.
(edit) 12/04/06 22:26:47 @332 [332] fumanchu codewalk: Moved self.verbose check out of debug to save function calls.
(edit) 12/04/06 22:19:22 @331 [331] fumanchu Speed hack inside StorageManagerDB.consume.
(edit) 12/04/06 22:18:07 @330 [330] fumanchu Memoization of adapter coercion-method lookup.
(edit) 12/04/06 00:03:20 @329 [329] fumanchu Now that we have RAMStorage, there's no more need for …
(edit) 12/03/06 23:11:16 @328 [328] fumanchu Return a list of all found classes from register_all.
(edit) 12/03/06 23:02:27 @327 [327] fumanchu New RAMStorage module.
(edit) 11/28/06 23:57:45 @326 [326] fumanchu Set encoding on MySQL tables as well as on the DB.
(edit) 11/20/06 20:32:40 @325 [325] dowski Fix for #79. A 'shutdowntimeout' can be set on the ADODatabase class to …
(edit) 11/17/06 18:03:00 @324 [324] dowski Implementation of #80. A custom association path can now be passed to a …
(edit) 10/23/06 21:11:27 @323 [323] fumanchu Might as well fully test _sqlite3 by default.
(edit) 10/23/06 21:10:54 @322 [322] fumanchu Bah. I forgot that like_escapes need to be in the right order. Some typos …
(edit) 10/23/06 21:08:58 @321 [321] fumanchu Fix for #78 (sqlite row_factory AttributeError?).
(edit) 10/20/06 17:43:46 @320 [320] fumanchu Was missing some like_escapes for ADO.
(edit) 10/19/06 21:45:24 @319 [319] fumanchu Not-quite-perfect support for Python 2.5's _sqlite3 (a transaction test is …
(edit) 10/19/06 02:31:33 @318 [318] fumanchu New sandbox.sum method, for summing a single column.
(edit) 10/19/06 02:31:05 @317 [317] fumanchu Fix for the storeado numeric default fix.
(edit) 10/17/06 04:11:25 @316 [316] fumanchu Bug in MSAccess ALTER TABLE with numeric DEFAULT.
(edit) 10/16/06 22:17:19 @315 [315] fumanchu storeado comments.
(edit) 10/11/06 23:50:16 @314 [314] fumanchu Improved string comparisons for ADO.
(edit) 10/10/06 00:48:38 @313 [313] fumanchu Assert del transaction despite COMMIT errors.
(edit) 10/09/06 16:53:19 @312 [312] fumanchu Allow methods to be passed to Visitor/Rewriter/LambdaDecompiler …
(edit) 10/04/06 05:28:32 @311 [311] fumanchu Oops. Forgot a file.
(edit) 10/03/06 23:24:44 @310 [310] fumanchu Oops. I didn't want to default to implicit_trans yet.
(edit) 10/03/06 21:03:38 @309 [309] fumanchu Further (final?) fix for #4 (transaction support). Implicit *sandbox* …
(edit) 10/03/06 20:58:55 @308 [308] fumanchu Changed Database.implicit to .implicit_trans
(edit) 09/23/06 01:02:29 @307 [307] fumanchu New sandbox.range(cls, attr, expr, **kw) function.
(edit) 09/23/06 00:50:25 @306 [306] fumanchu Test suite fix for rollback + explicit locking.
(edit) 09/21/06 17:41:44 @305 [305] fumanchu Removed del from sandbox to avoid swallowed errors.
(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/20/06 03:23:36 @302 [302] fumanchu Tweaks to errors.py.
(edit) 09/19/06 16:55:12 @301 [301] fumanchu Docstring tweaks.
(edit) 09/12/06 17:08:33 @300 [300] dowski Native date comparisons in SQLite. …
(edit) 09/12/06 01:34:19 @299 [299] dowski Bah. datetime instances were getting caught by the isinstance(..., …
(edit) 09/06/06 06:38:01 @298 [298] fumanchu StorageManagerDB._view was not quantizing decimals (like recall + consume …
(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 18:54:57 @295 [295] fumanchu Parameterized the use of UnitClassWrapper? as StorageManager?.joinwrapper.
(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 22:28:09 @292 [292] fumanchu Allow rename to reference old columns.
(edit) 08/29/06 22:04:18 @291 [291] dowski Bah.
(edit) 08/29/06 21:57:52 @290 [290] dowski New dejavu.json module for converting Units to/from JSON format. Tests …
(edit) 08/24/06 02:20:15 @289 [289] fumanchu Made some relative imports absolute for Python 2.5 (just in case).
(edit) 08/23/06 22:10:08 @288 [288] fumanchu Fix for test_storesqlserver.py if missing pythoncom.
(edit) 08/23/06 22:09:46 @287 [287] fumanchu Fixes for Python 2.5rc1. One change!!
(edit) 08/23/06 22:08:46 @286 [286] fumanchu Use compiler.consts instead of hard-coding co_flags.
(edit) 08/23/06 20:56:25 @285 [285] fumanchu Fixed complementary bugs in ROT_THREE, STORE_SUBSCR. New ROT_TWO support.
(edit) 08/22/06 18:26:36 @284 [284] fumanchu Doc tweak.
(edit) 08/16/06 14:39:03 @283 [283] dowski Updated dejavu.recur with the [http://projects.amor.org/misc/changeset/105
(edit) 08/12/06 04:11:50 @282 [282] fumanchu Fix for #45 (memorize fails on unicode with umlaut in list). Removed the …
(edit) 08/12/06 03:36:52 @281 [281] fumanchu Oops.
(edit) 08/12/06 01:12:42 @280 [280] fumanchu Logging changes: 1. Arena.logflags now defaults to ERROR + IO. …
(edit) 08/11/06 23:56:10 @279 [279] fumanchu Quick fix for #45 (memorize fails on unicode with umlaut in list), for …
(edit) 08/11/06 23:55:18 @278 [278] fumanchu New logflags.ERROR attribute.
(edit) 08/11/06 23:54:24 @277 [277] fumanchu Fixes for storeado intorduced by test suite change whereby drop_storage is …
(edit) 08/11/06 15:48:53 @276 [276] dowski Latest version of recur with paused worker fix. See …
(edit) 08/11/06 13:28:01 @275 [275] dowski Moving Bob's latest changes to recur into Dejavu. See …
(edit) 08/10/06 21:43:00 @274 [274] dowski New eachweekday function for recur. See …
(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.