]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-03-09  Mike Bayeroverhaul to types system, decoupled base type and engin...
2006-03-09  Mike Bayerfixed assocaition example
2006-03-09  Mike Bayeradded 'noninherited table' prop to mapper indicating...
2006-03-08  Mike Bayera few tweaks to get table creates/reflection working
2006-03-08  Mike Bayertweak to engine param..
2006-03-08  Mike Bayeradded identity() method to mapper, to help get the...
2006-03-08  Mike Bayeradded check to relation that will see if the same table...
2006-03-08  Mike Bayerserious overhaul to get eager loads to work inline...
2006-03-08  Mike Bayertook erroneous 'count' off Alias
2006-03-07  Mike Bayertook excess visit_func out, handled by ansisql compiler
2006-03-07  Mike Bayercomment
2006-03-07  Mike Bayerbackref() func will also honor lazy=True/False
2006-03-07  Mike Bayeradded backref() function, allows the creation of a...
2006-03-06  Mike Bayerchecking in patch for column labels limit at 30 chars...
2006-03-06  Mike Bayerpatch on index create syntax to fix [ticket:90] so...
2006-03-06  Mike Bayerfixed bug in eager loading on a many-to-one [ticket...
2006-03-06  Mike Bayersqlite likes OFFSET with LIMIT else its buggy
2006-03-06  Mike Bayera mapper with inheritance will place itself as "depende...
2006-03-06  Mike Bayeradded new 'polymorphic' example. still trying to under...
2006-03-06  Mike Bayermore tweak to compoundselect parenthesizing/subquery...
2006-03-06  Mike Bayerselects within a compound clause dont get parenthesis...
2006-03-06  Mike Bayerdelete tables in an inheritance rel. requires them...
2006-03-05  Mike Bayeradded unittest for orm-persisted insert without a postf...
2006-03-05  Mike Bayergot mapper to receive the onupdates after updating...
2006-03-05  Mike Bayergot column onupdate working
2006-03-04  Mike Bayergot column defaults to be executeable
2006-03-04  Mike Bayeradded public-friendly setattr_clean and append_clean
2006-03-04  Mike Bayermoved name to 'defaults', going to put more default...
2006-03-04  Mike Bayermaking sequences, column defaults independently executeable
2006-03-04  Mike Bayerremoved the dependency of ANSICompiler on SQLEngine...
2006-03-04  Mike Bayerinitial table reflection support courtesy Andrija Zaric
2006-03-04  Mike Bayerchanged default "none" parameters to check positional...
2006-03-04  Mike Bayerfirebird module initial checkin
2006-03-04  Mike Bayermr. bangerts surprise paragraph rewrite demands strike...
2006-03-03  jeffrudimentary support for many-to-many relation. Still...
2006-03-03  Mike Bayeradded util.Logger object with configurable thread/times...
2006-03-02  Mike Bayerchanged ENGINE to TYPE, for mysql 4 compatibility
2006-03-02  Mike Bayerformatting
2006-03-02  Mike Bayerits release time rel_0_1_3
2006-03-02  Mike Bayeradded objectstore.refresh(), including supporting chang...
2006-03-02  Mike Bayerunicode
2006-03-02  Mike Bayermodule fix
2006-03-02  Mike Bayerengine argument on tables optional
2006-03-02  Mike Bayerengine property allows polymorphic access to get_engine...
2006-03-02  Mike Bayergot unicode to do None...
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
next