]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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()
2006-02-01  Mike Bayeradded doc for ProxyEngine
2006-02-01  Mike Bayerunit tests for proxy engine
2006-02-01  Mike Bayerinit
2006-02-01  Mike Bayermight add scalar() to select which does limit=1
2006-02-01  Mike Bayernew ProxyEngine dispatches to multiple engines; contrib...
2006-02-01  Mike Bayerunit tests for merged cylical code
2006-02-01  Mike Bayermerged new cyclical dependency code
2006-02-01  Mike Bayermoved dict init to setattr for auto-__init__ thing
2006-02-01  Mike Bayerdev on uow docs
2006-01-31  Mike Bayermerged fix that insures unrealized connections dont...
2006-01-31  Mike Bayerfixed code error
2006-01-29  Mike Bayeradded to trunk
2006-01-29  Robert LeftwichTabs to spaces
2006-01-29  Robert LeftwichReworked RowProxy to restore column order preservation...
2006-01-29  Robert LeftwichAdded __len__ to RowProxy to allow len(r) and test...
2006-01-28  Robert LeftwichRowProxy changes - added keys(), used keys() to add...
2006-01-28  Mike Bayertook out print statement
2006-01-28  Mike Bayertopological sort can detect cycles, and assemble them...
2006-01-28  Mike Bayerworking on representing longer circular relationships
2006-01-27  Mike Bayer2nd scalar fix
2006-01-27  Mike Bayerscalar() returns None if no rows
2006-01-27  Mike Bayerstarting uow doc....
2006-01-27  Mike Bayerconverted LEFT,RIGHT, CENTER to more reasonable names
2006-01-27  Mike Bayertask dump checks for None
2006-01-27  Mike Bayerrefactoring to allow column.label() to work in selects...
2006-01-26  Mike Bayertest for inheritance, tests objectstore post_exec works...
2006-01-26  Mike Bayerrefactoring of objectstore to handle cleaning up after...
2006-01-26  Mike Bayerai more reasonable hash_key that works across serializa...
2006-01-26  Mike Bayeradded __repr__ to HashSet
2006-01-26  Mike Bayerfix to inheritance example
2006-01-25  Robert LeftwichAdded column accessor to RowProxy, tests and note in...
2006-01-24  Mike Bayeradds a traversed list to the list of things to clean up
2006-01-22  Mike Bayerpostgres checks for string/int port ID, converts to...
2006-01-22  Robert Leftwichorder_by and group_by being output in wrong order....
2006-01-21  Mike Bayeradded some echo arguments for uow, pool, propigated...
2006-01-21  Mike Bayeradjustment to dependencies+childtasks attached to circu...
2006-01-21  Mike Bayerrewrote objectstore logging
2006-01-20  Mike Bayercomment out dump, reverse check for self-ref task/delet...
2006-01-20  Mike Bayerwhen breaking a circular task into child tasks, propiga...
2006-01-20  Mike Bayerformatting?
2006-01-20  Mike Bayersome docstrings
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...
next