]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2005-12-30  Mike Bayersome adjustments
2005-12-30  Mike Bayerroadmap->trailmap
2005-12-30  Mike Bayerroadmap->trailmap
2005-12-30  Mike Bayerreworking concept of column lists, "FromObject", "Selec...
2005-12-30  Mike Bayeradjustments for oracle sequences
2005-12-30  Mike Bayercatching up oracle to current, some tweaks to unittests...
2005-12-29  Mike Bayerurl change
2005-12-29  Mike Bayerupdates for assignmapper, inherit_condition not required
2005-12-29  Mike Bayerdoc updates
2005-12-29  Mike Bayermoved _match_primaries from properties to sql.join...
2005-12-29  Mike Bayerremoved assignmapper
2005-12-29  Mike Bayerselect_by/get_by get SQL clauses as well
2005-12-24  Mike Bayercomments re: partial ordering, association dependencies
2005-12-24  Mike Bayerassociation object dependency glitches
2005-12-24  Mike Bayerarg fix in create_engine
2005-12-24  Mike Bayerthe 'column' function is optional to point a property...
2005-12-24  Mike BayerColumnProperty -> column
2005-12-24  Mike Bayerdocstrings
2005-12-23  Mike Bayermapper, when updating, only SET's those columns that...
2005-12-23  Mike Bayeradded defer and undefer mapper options
2005-12-23  Mike Bayerremove debugging/comments
2005-12-23  Mike Bayerrefactor/cleanup to mapper options methodology to allow...
2005-12-23  Mike Bayermove execute parameter processing from sql.ClauseElemen...
2005-12-22  Mike Bayerdeferred property, checks for NULL primary key componen...
2005-12-21  Mike Bayeradded 'deferred' keyword, allowing deferred loading...
2005-12-21  Mike Bayeradded "late WHERE" compilation to SELECT, adds where...
2005-12-20  Mike Bayerfix to parameter thing in insert
2005-12-20  Mike Bayeradded assign_mapper
2005-12-20  Mike Bayermore complete commit when object list is specified
2005-12-20  Mike Bayerfix to engine echo, random rundocs
2005-12-20  Mike Bayerin_ clause uses bind params, for typing etc.
2005-12-19  Mike Bayertypemap needs lower case keys since result set metadata...
2005-12-17  Mike Bayerneed to do before_insert before populating the insert row
2005-12-17  Mike Bayerfix to oracle function select, users table in test...
2005-12-17  Mike Bayerput an assertion in default test
2005-12-17  Mike Bayerrefactoring of execution path, defaults, and treatment...
2005-12-16  Mike Bayerindent..
2005-12-16  Mike Bayerdocstrings, who knew
2005-12-16  Mike Bayermanytomany test shows that mysql needs column lengths...
2005-12-16  Mike Bayerfactored "sequence" execution in postgres in oracle...
2005-12-16  Mike Bayeredits
2005-12-15  Mike Bayersmall tweak to HistoryList to properly report "delete...
2005-12-15  Mike Bayerdoc edits
2005-12-15  Mike Bayerrethinking sequences model to allow any default values
2005-12-14  Mike Bayeradded select_by, get_by, magic methods
2005-12-12  Mike Bayerecho can now be False, True or 'debug'. result sets...
2005-12-12  Mike Bayermore combinations
2005-12-12  Mike Bayeradded 'order_by' property to mapper constructor
2005-12-09  Mike Bayerbuild in 'backref' property argument
2005-12-08  Mike Bayerfixes to the previous checkin with distinct etc
2005-12-08  Mike Bayersome enhancemnets to unions, unions and selects need...
2005-12-08  Mike Bayermore grueling unit tests involving limit, offset and...
2005-12-07  Mike Bayerwording change
2005-12-07  Mike Bayerslight change to order by for limited eager select
2005-12-07  Mike Bayer(no commit message)
2005-12-07  Mike Bayerlimit and offset support for mappers, insanity with...
2005-12-07  Mike Bayeradded rudimentary support for limit and offset (with...
2005-12-06  Mike Bayerworking the backref attributes thing. many-to-many...
2005-12-06  Mike Bayerfirst take at backreference handlers
2005-12-06  Mike Bayerfallback on importing pysqlite2
2005-12-04  Mike Bayerdocstrings, formatting fixes
2005-12-04  Mike Bayeradded order_by to EagerLoader, LazyLoader
2005-12-04  Mike Bayerfixed up paramstyle translation
2005-12-04  Mike Bayermore consistent treatment of columns, differentiation...
2005-12-04  Mike Bayertesting functions, operators, better textual stuff
2005-12-04  Mike Bayermoved to test framework
2005-12-04  Mike Bayermath operators
2005-12-04  Mike Bayerdev
2005-12-04  Mike Bayerdev
2005-12-04  Mike Bayerdev
2005-12-04  Mike Bayerprimary_keys => primary_key
2005-12-04  Mike Bayerfixed orderby for eager load with selectalias
2005-12-03  Mike Bayerbetter check for circular eager loaders
2005-12-03  Mike Bayerrefactorings to sql generation, unions, engine location
2005-12-03  Mike Bayertweek
2005-12-03  Mike Bayerfixed tree examples import scheme, tweak to properties...
2005-12-03  Mike Bayerrearranging mapper/objectstore into a subdirectory...
2005-12-03  Mike Bayermoved eagermapper creation up to insure theres no mappe...
2005-12-03  Mike Bayermany-to-many mechanism changed the ordering of the...
2005-12-03  Mike Bayeradded manytomany to alltests
2005-12-03  Mike Bayeradded string-based URLS to create connections
2005-12-03  Mike Bayername change!
2005-12-03  Mike Bayeradded a third "mapper" to a many-to-many relationship...
2005-12-02  Mike Bayeradded functionality to map columns to their aliased...
2005-12-02  Mike Bayernew test to check a new eager loader feature that loads...
2005-12-01  Robert LeftwichAdded float type to support real/double precision/float...
2005-12-01  Mike Bayertable reflection will default to SLString. default...
2005-11-30  Mike Bayermore tweaks to import scheme
2005-11-30  Mike Bayeradjusted docs to account for import convention, proper...
2005-11-30  Mike Bayermigrated __ALL__ to __all__, oops, and reworked module
2005-11-29  Mike Bayerfix to result processing of date types
2005-11-29  Mike Bayeradded group_by, having to select. added func.foo(a...
2005-11-28  Mike Bayerstrips possible schema/table info from a column name...
2005-11-28  Mike Bayermysql default password
2005-11-27  Mike Bayer(no commit message)
2005-11-27  Mike Bayeradded mysql to module list
2005-11-27  Mike Bayermysql engine comment..
2005-11-27  Mike Bayerrowcount doesnt work on MySQL, so disabled concurrency...
2005-11-27  Mike Bayersome fixes to IN clauses, literal text clauses displayi...
2005-11-27  Mike Bayersome cleanup to tests, adjustments to support mysql...
next