| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy __name__ and __doc__ from oldinit. | sean | 2006-06-06 | 1 | -0/+2 |
| * | fix to backref when its none for one-to-one | Mike Bayer | 2006-06-06 | 1 | -1/+3 |
| * | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 7 | -9/+42 |
| * | factored out "inheriting_tasks" member of UOWTask. all "polymorphic traversa... | Mike Bayer | 2006-06-06 | 2 | -94/+81 |
| * | HashSet is gone, uses set() for most sets in py2.4 or sets.Set. | Mike Bayer | 2006-06-05 | 10 | -208/+67 |
| * | "foreignkey" property of PropertyLoader is a sets.Set. removed "foreigntable". | Mike Bayer | 2006-06-05 | 3 | -37/+19 |
| * | fixed InvalidRequestException -> InvalidRequestError typo | sean | 2006-06-05 | 1 | -1/+1 |
| * | 0.2.2 prep, added "pickler" option to Pickle type | Mike Bayer | 2006-06-05 | 2 | -9/+4 |
| * | force_close... | Mike Bayer | 2006-06-05 | 1 | -2/+5 |
| * | more fixes to transaction nesting, interacts better with close() statement | Mike Bayer | 2006-06-05 | 1 | -13/+19 |
| * | improvements/fixes to session cascade iteration, | Mike Bayer | 2006-06-05 | 4 | -54/+98 |
| * | added new polymorph test, todos for session/cascade | Mike Bayer | 2006-06-03 | 3 | -1/+4 |
| * | dbengine doc: no support for pg1 | Mike Bayer | 2006-06-03 | 1 | -2/+4 |
| * | doc for oracle fix | Mike Bayer | 2006-06-02 | 1 | -1/+1 |
| * | confirmed that makedsn works with host/port/sid | Mike Bayer | 2006-06-02 | 1 | -2/+17 |
| * | restored global_connect() function, default table metadata | Mike Bayer | 2006-06-02 | 1 | -0/+9 |
| * | adjustment to datetime | Mike Bayer | 2006-06-02 | 1 | -1/+4 |
| * | pool doesnt consume random **kwargs | Mike Bayer | 2006-06-02 | 1 | -1/+1 |
| * | cleanup | Mike Bayer | 2006-06-02 | 2 | -2/+2 |
| * | - got rudimental "mapping to multiple tables" functionality cleaned up, | Mike Bayer | 2006-06-02 | 2 | -8/+22 |
| * | fixed host connector again, now for [ticket:197] | Mike Bayer | 2006-06-01 | 1 | -13/+2 |
| * | switched generator to list comprehension | Mike Bayer | 2006-06-01 | 1 | -1/+1 |
| * | create_connect_args can create DSN from host/port, submitted by bernd.dorn@fh... | Mike Bayer | 2006-06-01 | 1 | -2/+13 |
| * | fixes half of [ticket:192], query.load()/get() with a unicode argument was fa... | Mike Bayer | 2006-06-01 | 1 | -1/+1 |
| * | "count" label changed to "rowcount", and default "count" argument is first pk... | Mike Bayer | 2006-06-01 | 1 | -2/+10 |
| * | implemented query string support in db urls, gets sent to dialect **kwargs, [... | Mike Bayer | 2006-06-01 | 2 | -6/+21 |
| * | brad clement's 0.2 firebird support ! | Mike Bayer | 2006-06-01 | 1 | -70/+112 |
| * | some comments...more to come | Mike Bayer | 2006-06-01 | 1 | -7/+15 |
| * | inherited synchronization behavior fixed to descend all the way to the base c... | Mike Bayer | 2006-05-31 | 1 | -2/+10 |
| * | simplification/improvement to circular dependency sort (properly batches now) | Mike Bayer | 2006-05-31 | 2 | -45/+26 |
| * | further tweaks to polymorphic loading...getting double polymorphic loaders to... | Mike Bayer | 2006-05-30 | 1 | -9/+18 |
| * | further refinement of the polymorphic UOWTask idea. circular dependency sort... | Mike Bayer | 2006-05-30 | 2 | -38/+68 |
| * | fixed [ticket:188] updated changelog | Mike Bayer | 2006-05-29 | 1 | -1/+1 |
| * | more polymorphic adjustments to circular dependency sort | Mike Bayer | 2006-05-29 | 3 | -16/+24 |
| * | echo_pool flag fixed | Mike Bayer | 2006-05-29 | 1 | -2/+2 |
| * | working on [ticket:190], getting circular dependency sort to work with inheri... | Mike Bayer | 2006-05-29 | 4 | -59/+72 |
| * | connection more careful about checking if its closed before operations | Mike Bayer | 2006-05-29 | 2 | -10/+20 |
| * | added extra info for association object | Mike Bayer | 2006-05-29 | 1 | -0/+1 |
| * | exceptions... | Mike Bayer | 2006-05-29 | 1 | -4/+1 |
| * | pool needed weakref | Mike Bayer | 2006-05-28 | 3 | -5/+7 |
| * | more tlocal trans stuff | Mike Bayer | 2006-05-28 | 2 | -9/+35 |
| * | skips blank arguments | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | extra tests... | Mike Bayer | 2006-05-28 | 1 | -2/+12 |
| * | do-nothing dispose() method in SingletonThreadPool | Mike Bayer | 2006-05-28 | 1 | -0/+2 |
| * | would help if commit() worked too... | Mike Bayer | 2006-05-28 | 1 | -2/+2 |
| * | TLEngine needed a partial rewrite.... | Mike Bayer | 2006-05-28 | 3 | -50/+53 |
| * | check for not enough inserted pks to backfill the object | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | raises error for bad url | Mike Bayer | 2006-05-28 | 1 | -1/+2 |
| * | propigate "pool" argument | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | selectresults docs | Mike Bayer | 2006-05-28 | 2 | -1/+22 |