]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-03-01  Mike Bayermade SchemaEngine more prominent as the base of Table...
2006-03-01  Mike Bayerpostgres leaves parenthesis off functions only for...
2006-03-01  Robert LeftwichModified mysql to not add AUTOINCREMENT to the first...
2006-03-01  Mike Bayeradded schema support for postgres column defaults,...
2006-03-01  Mike Bayerupdate
2006-03-01  Mike Bayeradded convert_unicode flag to engine + unittest, does...
2006-02-28  Mike Bayersmall cleanup courtesy j.ellis
2006-02-28  Mike Bayeroid inits at compilation time/when needed again, added...
2006-02-28  Mike Bayeradded items() method to RowProxy + unittest, courtesy...
2006-02-28  Mike Bayertook out that "TypeError" wrapper since it blows away...
2006-02-27  Mike Bayerfixed an import
2006-02-27  jeffAdded code to make foreignkey on ActiveMapper accept...
2006-02-27  Mike Bayerupdates
2006-02-27  Mike Bayerformatting
2006-02-27  Mike Bayergot mapper.using() to work, fixed push/pop mapper,...
2006-02-27  Mike Bayerdoc update for post_update flag
2006-02-27  Mike Bayermore work on cycles, fleshed out tests for post_update...
2006-02-26  Mike Bayerimported casacde_mappers
2006-02-26  Jason PellerinMerge indexes [1047]:[1048] into trunk (for #6)
2006-02-26  Mike Bayerimplemented SyncRules for mapper with inheritance relat...
2006-02-26  Mike Bayerfactored out "syncrule" logic to a separate package...
2006-02-26  Mike Bayerplace _instance_key on object only when objectstore...
2006-02-26  Mike Bayerpostgres wraps exec's in SQLError catch
2006-02-26  Mike Bayerregister_deleted/register_dirty perform pre-check befor...
2006-02-26  Mike Bayerfixed exception import. check for objects being presen...
2006-02-26  Mike Bayeradded test to illustrate wacky inhertitance/many-to...
2006-02-26  Mike Bayeradjustment to compile synchronizers which allows many...
2006-02-26  Mike Bayerfixed ticket 72, where a copied clause was using the...
2006-02-26  Mike Bayercreate() statements return the created object so they...
2006-02-26  Mike Bayerfixed many-to-many example, which was utterly incorrect...
2006-02-25  jeffRefactored ProxyEngine into BaseProxyEngine and ProxyEn...
2006-02-25  Mike Bayerclauseelement.compile() totally works without an engine
2006-02-25  Mike Bayermerged sql_rearrangement branch , refactors sql package...
2006-02-24  Mike Bayertentative fix for oracle row_number over syntax
2006-02-24  Mike Bayerupdate
2006-02-24  Mike Bayerget() method needs to use the full table, not just...
2006-02-24  Mike Bayerfix to silent "recursive" bug in schema getattr that... rel_0_1_2
2006-02-23  Mike Bayerrelease time rel_0_1_1
2006-02-23  Mike Bayerupdate
2006-02-23  Mike BayerFunction needed compare_type so that its type is set...
2006-02-22  Mike Bayermoved iteration of props so that props can set up self...
2006-02-22  Mike Bayertest commit
2006-02-22  Mike Bayerone more test commit
2006-02-22  Mike Bayerthis is a test commit
2006-02-22  Mike Bayermore fix to one-to-one: 'unchanged_items' can be [None...
2006-02-22  Mike Bayerwhen begin/commit, an exception should still reset...
2006-02-22  Mike Bayerfix to EagerLoad where it late-initializes its eager...
2006-02-21  Mike Bayerwhen creating lazy clause both sides of each clause...
2006-02-21  Mike Bayerworking on postupdate idea, refactoring to dependency...
2006-02-20  Mike Bayermerged eager loading overhaul rev 1001:1009
2006-02-20  Mike Bayermade 'assign_mapper' doc more explicit
2006-02-20  Mike Bayernone check for pg1 date/time values
2006-02-19  Mike Bayersome comments, changed SmartProperty to be smarter...
2006-02-19  Mike Bayerdoc
2006-02-19  Mike Bayersome docstrings etc
2006-02-19  Mike Bayerexceptions added
2006-02-19  Mike Bayerexception package added, support throughout
2006-02-19  Mike Bayeronetoone
2006-02-19  Mike Bayerconverted to a unittest
2006-02-19  Mike Bayertest only for postgres
2006-02-18  Mike Bayerbeginning of a row cycle test
2006-02-18  Mike Bayerupdating
2006-02-18  Mike Bayeradded hooks for engines to add stuff to SELECT, etc.
2006-02-18  Mike Bayerbase begin method returns transaciton object
2006-02-18  Mike Bayerongoing
2006-02-18  Mike Bayeradded new style of begin/commit which returns a tranact...
2006-02-18  Mike Bayeradded indexes to schema/ansisql/engine
2006-02-18  Mike Bayercomment verbiage
2006-02-18  Mike Bayerpostgres needs to explicitly pre-execute PassiveDefault...
2006-02-17  Mike Bayermodified query that uses JOIN keyword explicitly. ...
2006-02-17  Mike Bayerbind params upon insert are totally column "name" based...
2006-02-17  Mike Bayeradded an assertion to insure that a column is only...
2006-02-17  Robert LeftwichModified objectstore to look for primary key param...
2006-02-17  Mike Bayertweak to get tables to show up
2006-02-17  Mike Bayeradded another multi-pk test
2006-02-17  Mike Bayerfix to types test, postgres time types descend from...
2006-02-16  Mike Bayergot inheritance into alltest
2006-02-16  Mike Bayerok now they worked...
2006-02-16  Mike Bayerinheritance test
2006-02-16  Mike BayerJoin object wasnt exporting foreign keys correctly
2006-02-14  Mike Bayercomment rel_0_1_0
2006-02-14  Mike Bayerthe list-based foreign key doenst seem to work quite...
2006-02-14  Mike Bayerbind_to fix
2006-02-14  Mike Bayer0.1.0
2006-02-14  Mike Bayerfixed FLOAT type
2006-02-14  Mike Bayerfix
2006-02-14  Mike Bayertweaks for order_by
2006-02-14  Mike Bayertweak to oracle limit/offset to not put ora_rn in the...
2006-02-14  Mike Bayerfixes mostly to get the important unit tests to run...
2006-02-14  Mike Bayeroracle likes to use VARCHAR isntead of CLOB so put...
2006-02-14  Mike Bayertweak
2006-02-14  Mike Bayerdocstring...
2006-02-14  Mike Bayerlatest reorgnanization of the objectstore, the Session...
2006-02-14  Mike Bayerlazy load column fix courtesy raul garcia garcia
2006-02-14  Mike Bayerfix to string concatenation operator courtesy Marko...
2006-02-14  Mike Bayeradded import for pysqlite1
2006-02-14  Mike Bayertweak to TableImpl/ColumnImpl with the way they get...
2006-02-14  Mike Bayersome updates to UOW, fixes to all those relation()...
2006-02-13  Mike Bayeradded 'post_update' attribute to PropertyLoader, means...
2006-02-12  Mike Bayermore refactoring to session/UOW scope management.....
next