2006-06-05 |
Mike Bayer | 0.2.2 prep, added "pickler" option to Pickle type |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | force_close... |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | more fixes to transaction nesting, interacts better... |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | reorganized unit tests into subdirectories |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | improvements/fixes to session cascade iteration, |
commit | commitdiff | tree |
2006-06-03 |
Mike Bayer | added new polymorph test, todos for session/cascade |
commit | commitdiff | tree |
2006-06-03 |
Mike Bayer | dbengine doc: no support for pg1 |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | doc for oracle fix |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | confirmed that makedsn works with host/port/sid |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | restored global_connect() function, default table metadata |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | adjustment to datetime |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | pool doesnt consume random **kwargs |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | cleanup |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | - got rudimental "mapping to multiple tables" functiona... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | update |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | fixed host connector again, now for [ticket:197] |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | switched generator to list comprehension |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | create_connect_args can create DSN from host/port,... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | fixes half of [ticket:192], query.load()/get() with... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | "count" label changed to "rowcount", and default "count... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | implemented query string support in db urls, gets sent... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | more test adjustments for firebird |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | brad clement's 0.2 firebird support ! |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | some comments...more to come |
commit | commitdiff | tree |
2006-05-31 |
Mike Bayer | inherited synchronization behavior fixed to descend... |
commit | commitdiff | tree |
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 |
next |