]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-01-03  Mike Bayercopyright->2005,2006
2006-01-03  Mike Bayercleanup to mapper/relation order_by parameter to be...
2006-01-03  Mike Bayeradded binary unit tests
2006-01-03  Mike Bayertype objects pass engine around to get a hold of DBAPI...
2006-01-03  Mike Bayerremove debugging code
2006-01-03  Mike Bayertrying to get pg1 date type to work, unsuccessful
2006-01-03  Mike Bayermoved tables into examples so basic_tree could be simpl...
2006-01-03  Mike Bayernew options, new examples
2006-01-02  Mike Bayercolumn.label is now a function; fix byroot example...
2006-01-02  Mike Bayerbroke apart deafult ordering into oid or primary key...
2006-01-02  Mike Bayerorder by oid -> order by *default_order_by() when calle...
2006-01-02  Mike Bayerrowid->oid
2006-01-02  Mike Bayerchanged mysql TIMESTAMP->DATETIME
2006-01-01  Mike Bayerfactoring out mysql's rowid stuff since its down in...
2006-01-01  Mike Bayerrowid_column becomes more like the "order by column...
2006-01-01  Mike Bayerpostgres oids say byebye by default, putting hooks...
2005-12-31  Mike Bayerdocdev
2005-12-31  Mike Bayeradded a hook in for 'binary operator', so sqlite can...
2005-12-31  Mike Bayershuffling to allow standard 'types' module in
2005-12-31  Mike Bayerfix to ansisql when it tries to determine param-based...
2005-12-31  Mike Bayerlicense switch
2005-12-31  Mike Bayerdatetime introspection adjustment
2005-12-31  Mike Bayersome doc changes
2005-12-30  Mike Bayerchanges related to mapping against arbitrary selects...
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...
next