]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-01-20  Mike Bayerunset attributes on an object instance just return...
2006-01-20  Mike Bayeradded explicit bind parameters and column type maps...
2006-01-19  Mike Bayerimplemented better hash_key on select allowing proper...
2006-01-19  Mike Bayertabbing fix
2006-01-18  Mike Bayermore whitespace
2006-01-18  Mike Bayerwhitespace wrangling
2006-01-18  Mike Bayerfix
2006-01-18  Mike Bayerdispose() added to pool/engine to allow engines to...
2006-01-18  Mike Bayerchanges to support docs in IE, adds a lot of whitespace....
2006-01-16  Robert LeftwichFormatting fix.
2006-01-16  Robert LeftwichFixed problem in Column.copy(), _make_proxy() with...
2006-01-16  Mike Bayerassign_mapper will create a default __init__ method...
2006-01-16  Mike Bayerfullname for table used when generating REFERENCES
2006-01-13  Mike Bayercolumn arguments converted to integer
2006-01-13  Mike Bayermysql table introspection uses 'describe' to work with...
2006-01-13  Mike Bayeron foreign key default schema is that of the parent...
2006-01-13  Mike Bayertests mapper column/property check
2006-01-13  Mike Bayerchecks for relations that override columns and raises...
2006-01-12  Robert Leftwich r818@lightspeed: robert | 2006-01-12 18:32:38 +1100
2006-01-11  Mike Bayerid key uses hash_key off of table now that its a short...
2006-01-11  Mike Bayerindent fix
2006-01-11  Mike Bayerfixes
2006-01-11  Mike Bayerdoes pydoc for properties too
2006-01-10  Robert Leftwich r815@lightspeed: robert | 2006-01-11 10:15:14 +1100
2006-01-10  Mike Bayertabs->spaces ! (also relies upon '2' being present...
2006-01-10  Mike Bayeridentity map->weakvaluedictionary
2006-01-10  Robert Leftwich r810@lightspeed: robert | 2006-01-10 11:49:18 +1100
2006-01-09  Mike BayerColumnClause needed optional foreign_key parameter
2006-01-08  Mike Bayertypos
2006-01-08  Mike Bayeradded some __repr__ functionality
2006-01-08  Mike Bayersqlite/postgres reflection will properly add foreign...
2006-01-08  Mike Bayeradded count func to mapper
2006-01-08  Mike Bayeradded count() to table, from objects
2006-01-08  Mike Bayeradded the README to the description
2006-01-08  Mike Bayerkey/value params on execute() are based off the from...
2006-01-08  Mike Bayermit license
2006-01-08  Mike Bayerremoved 'primarytable' keyword argument
2006-01-08  Mike Bayersmall adjust after mapper/sql overhaul
2006-01-08  Mike Bayerremove method on HashSet
2006-01-08  Mike Bayeradded 'import_instance' to properly deal with out-of...
2006-01-08  Mike Bayermodified 'primarytable' idea and 'inheritance' to work...
2006-01-08  Mike Bayerunit tests to test column/pk/fk exports on relational...
2006-01-08  Mike Bayermoved 'float' test into types test, renamed typetest...
2006-01-08  Mike Bayermisc commenty type stuff
2006-01-08  Mike Bayerimprovements to relational algrebra of Alias, Select...
2006-01-05  Mike Bayertesting backref/lazyload uses mapper.get()
2006-01-05  Mike Bayermapper - pks_by_table should store keys in order even...
2006-01-05  Mike Bayeradded compare function to the more basic expression...
2006-01-05  Mike Bayerbetter exception catch
2006-01-05  Mike Bayeradded support for foreign keys to work across schemas
2006-01-04  Mike Bayerouterjoin onclause is optional
2006-01-04  Mike Bayeredits
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...
next