2006-05-31 |
Mike Bayer | simplification/improvement to circular dependency sort... |
commit | commitdiff | tree |
2006-05-31 |
Mike Bayer | tweak to join test |
commit | commitdiff | tree |
2006-05-30 |
Mike Bayer | further tweaks to polymorphic loading...getting double... |
commit | commitdiff | tree |
2006-05-30 |
Mike Bayer | further refinement of the polymorphic UOWTask idea... |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | fixed [ticket:188] updated changelog |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | polymorphic linked list test, tests polymorphic inherit... |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | unit-tested product/specline/etc stuff |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | more polymorphic adjustments to circular dependency... |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | echo_pool flag fixed |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | working on [ticket:190], getting circular dependency... |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | 0.2.1 prep rel_0_2_1 |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | connection more careful about checking if its closed... |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | added extra info for association object |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | exceptions... |
commit | commitdiff | tree |
2006-05-29 |
Mike Bayer | unit test adjustments to insure weakref status on conne... |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | pool needed weakref |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | more tlocal trans stuff |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | skips blank arguments |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | extra tests... |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | do-nothing dispose() method in SingletonThreadPool |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | would help if commit() worked too... |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | TLEngine needed a partial rewrite.... |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | check for not enough inserted pks to backfill the object |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | raises error for bad url |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | propigate "pool" argument |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | selectresults docs |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | it's police.... |
commit | commitdiff | tree |
2006-05-28 |
Mike Bayer | formatting etc |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | take two rel_0_2_0 |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | 0.2 prep |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | keep verbose false |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | latest overhaul to association objects, plus an actual... |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | doc update |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | broke out dumper into a separate module |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | doc updates, added 'save' method to assignmapper |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | circular dependency sort will not create new UOWTasks... |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | unitofwork more Set oriented now |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | converted sqlsoup, got its doctests working (werent... |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | merged r. morrisons 0.2 update from branch to trunk |
commit | commitdiff | tree |
2006-05-27 |
Mike Bayer | added has_key to RowProxy, + caching of key lookups |
commit | commitdiff | tree |
2006-05-26 |
Mike Bayer | uncompleted additional inheritance tests |
commit | commitdiff | tree |
2006-05-25 |
Mike Bayer | some TODOs |
commit | commitdiff | tree |
2006-05-25 |
Mike Bayer | bind parameter conflict in _get() resolved |
commit | commitdiff | tree |
2006-05-25 |
Mike Bayer | pretty major change to inheritance topological sorting... |
commit | commitdiff | tree |
2006-05-25 |
Mike Bayer | correction to running single named tests |
commit | commitdiff | tree |
2006-05-25 |
Mike Bayer | workaround for get that requires multiple ids in the... |
commit | commitdiff | tree |
2006-05-25 |
Mike Bayer | added 0.1.7 changes to changelog |
commit | commitdiff | tree |
2006-05-25 |
Mike Bayer | merged 0.2 branch into trunk; 0.1 now in sqlalchemy... |
commit | commitdiff | tree |
2006-05-24 |
Mike Bayer | added explicit check for "==null()" to produce IS NULL... |
commit | commitdiff | tree |
2006-05-23 |
Mike Bayer | anonymous indexes use column._label to avoid name colli... |
commit | commitdiff | tree |
2006-05-23 |
Mike Bayer | hypothetical (failing) test for primary key selection... |
commit | commitdiff | tree |
2006-05-23 |
jralston | Implemented the changes from ticket 94 |
commit | commitdiff | tree |
2006-05-18 |
Mike Bayer | c. martinez' fix to slicing logic |
commit | commitdiff | tree |
2006-05-16 |
Mike Bayer | typo fix |
commit | commitdiff | tree |
2006-05-15 |
Mike Bayer | rick morrison's CASE statement + unit test |
commit | commitdiff | tree |
2006-05-15 |
Mike Bayer | version id... |
commit | commitdiff | tree |
2006-05-15 |
Mike Bayer | title change |
commit | commitdiff | tree |
2006-05-15 |
Mike Bayer | removed .logo style |
commit | commitdiff | tree |
2006-05-15 |
Mike Bayer | extra unicode tests |
commit | commitdiff | tree |
2006-05-12 |
Mike Bayer | added pre-compiled docstring support |
commit | commitdiff | tree |
2006-05-12 |
Mike Bayer | added != support for None -> foo IS NOT NULL |
commit | commitdiff | tree |
2006-05-06 |
Mike Bayer | had unicode check improperly placed |
commit | commitdiff | tree |
2006-05-05 |
Mike Bayer | got removed somehow |
commit | commitdiff | tree |
2006-05-05 |
Mike Bayer | added __mod__ type rel_0_1_7 |
commit | commitdiff | tree |
2006-05-05 |
Mike Bayer | fixed a _get_criterion mismatch, cleaned up types ... |
commit | commitdiff | tree |
2006-05-05 |
Mike Bayer | added from_obj option to select() |
commit | commitdiff | tree |
2006-05-05 |
Mike Bayer | fixed HAVING/ORDER BY order, 0.1.7 prep |
commit | commitdiff | tree |
2006-05-04 |
Mike Bayer | save_obj/delete_obj need to specify column types to... |
commit | commitdiff | tree |
2006-05-03 |
Mike Bayer | foreignkey checks for unicode incoming string |
commit | commitdiff | tree |
2006-05-03 |
Mike Bayer | "order_by" parameter propigated to inheriting mappers |
commit | commitdiff | tree |
2006-05-02 |
Mike Bayer | gambit's patch to add DISTINCT ON |
commit | commitdiff | tree |
2006-04-29 |
Mike Bayer | added 'supports', 'unsupports' decorators to unittests... |
commit | commitdiff | tree |
2006-04-29 |
Mike Bayer | more work on types. this is the simplest implementatio... |
commit | commitdiff | tree |
2006-04-29 |
Mike Bayer | *another* big types change....the old way was still... |
commit | commitdiff | tree |
2006-04-28 |
Mike Bayer | fix for [ticket:169], moves the creation of "default... |
commit | commitdiff | tree |
2006-04-28 |
Mike Bayer | fix to subquery parens |
commit | commitdiff | tree |
2006-04-27 |
Mike Bayer | the latest and greatest method to keep attributes from... |
commit | commitdiff | tree |
2006-04-26 |
Mike Bayer | commented out default schema name check |
commit | commitdiff | tree |
2006-04-26 |
Mike Bayer | localtime/localtimestamp dont seem to need the undersco... |
commit | commitdiff | tree |
2006-04-26 |
Mike Bayer | added unittest to verify eager loads refresh expired... |
commit | commitdiff | tree |
2006-04-24 |
Mike Bayer | removed a "swap" from the lazy binary clause. added... |
commit | commitdiff | tree |
2006-04-24 |
Mike Bayer | lazyload clause calculation uses anonymous keynames... |
commit | commitdiff | tree |
2006-04-23 |
Jonathan LaCour | Got the unit tests running again, apart from the two... |
commit | commitdiff | tree |
2006-04-23 |
Mike Bayer | added temporary option "construct_new" to mapper which... |
commit | commitdiff | tree |
2006-04-21 |
Mike Bayer | some cleanup |
commit | commitdiff | tree |
2006-04-21 |
Mike Bayer | added extend() to historyarrayset |
commit | commitdiff | tree |
2006-04-20 |
Jonathan LaCour | Updates to ActiveMapper contributed by Gabriel Jacobo... |
commit | commitdiff | tree |
2006-04-19 |
Mike Bayer | what a strange thing to not be in there.... |
commit | commitdiff | tree |
2006-04-19 |
Mike Bayer | fixed up expunge() and the continuing circular refs... |
commit | commitdiff | tree |
2006-04-19 |
Mike Bayer | got circular many-to-many relationships to work |
commit | commitdiff | tree |
2006-04-18 |
Mike Bayer | mapper will verify class inheritance scheme; also will... |
commit | commitdiff | tree |
2006-04-17 |
Mike Bayer | added cgi parser for url key/value connect strings... |
commit | commitdiff | tree |
2006-04-17 |
Mike Bayer | fix for [ticket:158] regarding translate row |
commit | commitdiff | tree |
2006-04-17 |
Mike Bayer | added _get_from_obj to TypeClause |
commit | commitdiff | tree |
2006-04-16 |
Mike Bayer | a new batching algorithm for the topological sort |
commit | commitdiff | tree |
2006-04-14 |
Mike Bayer | had to take out the "treeification" of the dependency... |
commit | commitdiff | tree |
2006-04-12 |
Mike Bayer | 0.1.6... rel_0_1_6 |
commit | commitdiff | tree |
2006-04-11 |
Mike Bayer | 0.1.6 prep |
commit | commitdiff | tree |
2006-04-11 |
Mike Bayer | added a failing unittest for inheriting mappers with... |
commit | commitdiff | tree |
2006-04-11 |
Mike Bayer | added patch for mxDateTime support, [ticket:5], courtes... |
commit | commitdiff | tree |
next |