]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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.....
2006-02-12  Mike Bayersome tweaks to options, use_alias, live removed
2006-02-12  Mike Bayerassertion
2006-02-12  Mike Bayer'column' function (make a ColumnClause) is more useful...
2006-02-12  Mike Bayercleanup and organization of code mostly in properties...
2006-02-12  Mike Bayerslight glitch when the same clause is compiled repeated...
2006-02-12  Mike Bayersome comments for default test
2006-02-11  Mike Bayermore hammering of defaults. ORM will properly execute...
2006-02-11  Mike Bayerintegrating Jonathan LaCour's declarative layer
2006-02-11  Mike Bayertableimpl and columnimpl proxy to actual impl objects...
2006-02-11  Mike Bayerstreamlined engine.schemagenerator and engine.schemadro...
2006-02-11  Mike Bayercrazy postgres and its foreign key constraints
2006-02-11  Mike Bayerfixes to TypeDecorator, including A. Houghton's patch
2006-02-11  Mike Bayerbeefed up type adaptation methodology, got Unicode...
2006-02-11  Mike Bayerfix to manytomany
2006-02-11  Mike Bayerput assertion in to check for secondary table if second...
2006-02-11  Mike Bayeradded before_update/after_update
2006-02-10  Mike Bayerobjectstore refactored to have more flexible scopes...
2006-02-09  Mike Bayercommented out print statement
2006-02-09  Mike Bayersomewhat of an overhaul, got alltests to work again
2006-02-09  Mike Bayerderefences connection pool upon dispose()
2006-02-09  Mike Bayerdeprecated "selectalias" argument on eager loader,...
2006-02-07  Mike Bayertook out print statement
2006-02-07  Mike Bayertrying to get mappers to support having versions agains...
2006-02-06  Mike Bayertook mysql foriegn key thing out
2006-02-06  Mike Bayerforeign key reflection !!!!!
2006-02-06  Mike Bayermoved stylesheets into section_wrapper so that autohand...
2006-02-06  Mike Bayeradded 'engine' to convert_result_value/convert_bind_param
2006-02-06  Mike Bayeradded cascade_mappers function. somewhat experimental !
2006-02-06  Mike Bayerdocs
2006-02-05  Mike Bayeradded between(), column.label()
2006-02-05  Mike Bayertable supports per-engine-type options, ansisql allows...
2006-02-05  Mike Bayeradded is_dirty method at module level and within UnitOfWork
2006-02-05  Mike Bayer__init__ monkeypatch looks for __init__ in the class...
2006-02-05  Mike Bayerwrites foreign keys as individual FOREIGN KEY objects...
2006-02-05  Mike Bayergot oracle LIMIT/OFFSET to use row_number() syntax
2006-02-05  Mike Bayermore Sequences needed for oracle
2006-02-05  Mike Bayerordering of queries can be different based on platform...
2006-02-05  Mike Bayernow lets do that properly
2006-02-05  Mike Bayererror message if pysqlite2 couldnt be imported
2006-02-05  Mike Bayerneeded optional sequence for oracle support
2006-02-05  Mike Bayerdont mask engine compilation error
2006-02-05  Jason PellerinProvisional fix for #51, very slightly adapted from...
2006-02-05  Mike Bayerstarted PassiveDefault, which is a "database-side"...
2006-02-04  Mike Bayercolumns can be specified to override those from autoloa...
2006-02-04  Mike Bayeris_unicode propigated into String subclasses
2006-02-04  Mike Bayeradded BETWEEN, courtesy Rick Morrison. go Rick !
2006-02-04  Mike Bayerfixes involving when child object from list items is...
2006-02-04  Mike Bayeradded ISchema object to engine/information_schema,...
2006-02-04  Mike Bayera future unit-test for testing one-to-one relationships
2006-02-04  Mike Bayerone-to-one support:
2006-02-04  Mike Bayeradded DATE, TIME, SMALLINT to __all__
2006-02-04  Mike BayerRick Morrison's patch adding Smallint, Date, and Time...
2006-02-04  Mike Bayerbeginnings of a "multilple relations to the same table...
2006-02-04  Mike Bayerverbiage edits
2006-02-03  Mike Bayerattempting to get MTOBackrefExtension to handle many...
2006-02-03  Mike Bayerfixed set() to not re-set the same value
2006-02-03  Mike Bayerswitched objectstore begin/commit behavior to do "reent...
2006-02-02  Mike Bayerdeprecated relation(class, table)
2006-02-02  Mike Bayerself->compare_self()
next