]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-06-26  Mike Bayerfix to the column properties to better compile the...
2006-06-26  Mike Bayersome doc edits
2006-06-26  Mike Bayerfix to timeout
2006-06-26  Mike Bayerattempting to fix reentrant condition that can happen...
2006-06-26  Mike Bayerwhen QueuePool times out it raises a TimeoutError inste...
2006-06-23  Mike Bayerfixed bug when specifying explicit module to mysql...
2006-06-22  Mike Bayeradded *extra to mysql string type to consume extra...
2006-06-22  Mike Bayerfixes to inheritance firing off dependency processors...
2006-06-22  Mike Bayeridentified another TLTransaction scenario, and adjusted...
2006-06-22  Mike BayerTLConnection insures that it is used to create a transa...
2006-06-22  Mike Bayerstill fixing compilation.....dum de dum.....
2006-06-22  Mike Bayerremoved non py2.3ish parenthesis
2006-06-22  Mike Bayermore compilation fixes
2006-06-21  seanReplaced tab spacing with plain spaces.
2006-06-21  seanChanged mapper.get_session to compile mapper and thereb...
2006-06-20  Mike Bayersome cleanup to the new compilation changes
2006-06-20  Mike Bayerpossible fix to deferred compilation, adds an extra...
2006-06-19  Mike Bayersingle space for MySQL appeasement
2006-06-19  Mike Bayermore development on using eager loads/limit/offset...
2006-06-19  Mike Bayerwhen Query does the "nested select" thing, it copies...
2006-06-19  Mike Bayeradded check for conflicting backrefs + unit test
2006-06-18  Robert LeftwichAdded some additional data to exception raised in Prope...
2006-06-18  Mike Bayerlazy load and deferred load operations require the...
2006-06-17  Mike Bayertry/except around init.__name__ = oldinit.__name__...
2006-06-17  Mike Bayercast converted into its own ClauseElement so that it... rel_0_2_3
2006-06-17  Mike Bayerif an object fails construction, doesnt get added to...
2006-06-16  Mike Bayerupdates
2006-06-16  Mike Bayerunsupported unit test on mysql
2006-06-16  Mike Bayermore intelligent "removal" of list items when a list...
2006-06-16  Mike Bayerremoved historyarray test
2006-06-16  Mike Bayerfixed bug where if a many-to-many table mapped as ...
2006-06-15  Mike Bayerfixed 'port' attribute of URL to be an integer if prese...
2006-06-15  Mike Bayersome adjustments
2006-06-15  Mike Bayermerged attributes rewrite
2006-06-15  Mike Bayerif an item attached to a parent is found to be already...
2006-06-14  Mike Bayerfixed bug where Column with redefined "key" property...
2006-06-14  Mike Bayerfixed nested rollbacks
2006-06-14  Mike Bayerunit tests for dangling subquery, many-to-many clear...
2006-06-12  Mike Bayeradjustment to better allow textual from clauses
2006-06-10  Mike Bayer"parent track" function needed to be more specific...
2006-06-08  Mike Bayerseparated standalone between(), column.between(), put...
2006-06-08  Mike Bayerfixed typing for between() operator, [ticket:202]
2006-06-08  Mike Bayerfixed module scoping for class_mapper [ticket:201]
2006-06-08  Mike Bayerlate compilation of mappers. now you can create mapper...
2006-06-07  Mike Bayerpossible fix to cascade_mappers
2006-06-07  Mike Bayerfixed [ticket:200]
2006-06-06  Jonathan LaCourFurther improved the process_relationships function...
2006-06-06  Mike Bayerfixed bug where tables with schema name werent getting...
2006-06-06  seanCopy __name__ and __doc__ from oldinit.
2006-06-06  Mike Bayerfix to backref when its none for one-to-one
2006-06-06  Mike Bayeradded "NonExistentTable" exception throw to reflection...
2006-06-06  Mike Bayerfactored out "inheriting_tasks" member of UOWTask....
2006-06-05  Mike BayerHashSet is gone, uses set() for most sets in py2.4...
2006-06-05  Mike Bayer"foreignkey" property of PropertyLoader is a sets.Set...
2006-06-05  seanfixed InvalidRequestException -> InvalidRequestError...
2006-06-05  Mike Bayertweaks rel_0_2_2
2006-06-05  Mike Bayer0.2.2 prep, added "pickler" option to Pickle type
2006-06-05  Mike Bayerforce_close...
2006-06-05  Mike Bayermore fixes to transaction nesting, interacts better...
2006-06-05  Mike Bayerreorganized unit tests into subdirectories
2006-06-05  Mike Bayerimprovements/fixes to session cascade iteration,
2006-06-03  Mike Bayeradded new polymorph test, todos for session/cascade
2006-06-03  Mike Bayerdbengine doc: no support for pg1
2006-06-02  Mike Bayerdoc for oracle fix
2006-06-02  Mike Bayerconfirmed that makedsn works with host/port/sid
2006-06-02  Mike Bayerrestored global_connect() function, default table metadata
2006-06-02  Mike Bayeradjustment to datetime
2006-06-02  Mike Bayerpool doesnt consume random **kwargs
2006-06-02  Mike Bayercleanup
2006-06-02  Mike Bayer- got rudimental "mapping to multiple tables" functiona...
2006-06-01  Mike Bayerupdate
2006-06-01  Mike Bayerfixed host connector again, now for [ticket:197]
2006-06-01  Mike Bayerswitched generator to list comprehension
2006-06-01  Mike Bayercreate_connect_args can create DSN from host/port,...
2006-06-01  Mike Bayerfixes half of [ticket:192], query.load()/get() with...
2006-06-01  Mike Bayer"count" label changed to "rowcount", and default "count...
2006-06-01  Mike Bayerimplemented query string support in db urls, gets sent...
2006-06-01  Mike Bayermore test adjustments for firebird
2006-06-01  Mike Bayerbrad clement's 0.2 firebird support !
2006-06-01  Mike Bayersome comments...more to come
2006-05-31  Mike Bayerinherited synchronization behavior fixed to descend...
2006-05-31  Mike Bayersimplification/improvement to circular dependency sort...
2006-05-31  Mike Bayertweak to join test
2006-05-30  Mike Bayerfurther tweaks to polymorphic loading...getting double...
2006-05-30  Mike Bayerfurther refinement of the polymorphic UOWTask idea...
2006-05-29  Mike Bayerfixed [ticket:188] updated changelog
2006-05-29  Mike Bayerpolymorphic linked list test, tests polymorphic inherit...
2006-05-29  Mike Bayerunit-tested product/specline/etc stuff
2006-05-29  Mike Bayermore polymorphic adjustments to circular dependency...
2006-05-29  Mike Bayerecho_pool flag fixed
2006-05-29  Mike Bayerworking on [ticket:190], getting circular dependency...
2006-05-29  Mike Bayer0.2.1 prep rel_0_2_1
2006-05-29  Mike Bayerconnection more careful about checking if its closed...
2006-05-29  Mike Bayeradded extra info for association object
2006-05-29  Mike Bayerexceptions...
2006-05-29  Mike Bayerunit test adjustments to insure weakref status on conne...
2006-05-28  Mike Bayerpool needed weakref
2006-05-28  Mike Bayermore tlocal trans stuff
2006-05-28  Mike Bayerskips blank arguments
2006-05-28  Mike Bayerextra tests...
next