]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-06-17  Mike Bayer- merged last_inserted_ids() fix from trunk [changeset...
2007-06-16  Jason Kirtland- Eh, dummy_threading trick didn't actually work for...
2007-06-16  Jason Kirtland- Put a mutex around the QueuePool's overflow handlings
2007-06-15  Jason Kirtland- Added testbase.Table and testbase.Column, interceptor...
2007-06-15  Mike Bayerunit test fix
2007-06-15  Mike Bayer- added "explcit" create/drop/execute support for sequences
2007-06-14  Mike Bayer- merged trunk 2629-2730
2007-06-14  Mike Bayer - result sets from CRUD operations close their underly...
2007-06-14  Mike Bayerfixed up really old tests to work without legacy engine...
2007-06-12  Jonathan Ellisr/m psycopg1 support
2007-06-12  Jonathan Ellisadd explanation of prefab db connections
2007-06-12  Jonathan Ellisfix apparent typo
2007-06-12  Jonathan Ellismerge 2684-2686 from trunk
2007-06-12  Jason Kirtland- Faster FOR UPDATE tests
2007-06-12  Jason Kirtland- Added tests for SELECT ... FOR UPDATE
2007-06-11  Mike Bayer - result.last_inserted_ids() should return a list...
2007-06-11  Mike Bayer- MetaData loses 'name' attribute
2007-06-11  Mike Bayeradded separate test for metadata
2007-06-10  Mike Bayer- added "aliased joins" feature to query.filter_by()
2007-06-09  Mike Bayermerged StaticPool implementation
2007-06-09  Mike Bayerversion number
2007-06-08  Mike Bayeradded test for testing against "outerjoin"
2007-06-08  Mike Bayer- added a third layer of inheritance to polymorph test
2007-06-06  Mike Bayer- fixed bug where selectable.corresponding_column(selec...
2007-06-05  Mike Bayer- moved another chunk of mapper.py tests to query.py...
2007-06-05  Mike BayerQuery refactoring is complete. just needs filter_by...
2007-06-05  Mike Bayer- added 'fields' to reserved words [ticket:590]
2007-06-05  Mike Bayer- long-identifier detection fixed to use > rather than...
2007-06-05  Mike Bayermore paring down...
2007-06-04  Mike Bayerrefactoring step 2. all deprecated functions now expre...
2007-06-04  Mike Bayermigrating all the "deprecated" methods away from the...
2007-06-04  Mike Bayer- added all(), first(), and one()
2007-06-04  Mike Bayerjoin() will check existing objects in the FROM clause...
2007-06-04  Mike Bayer- interfaces lib in docstrings
2007-06-02  Mike Bayer- removed cascade_mappers(). long overdue.
2007-05-31  Mike Bayeradded a self-creating dict that takes advantage of...
2007-05-31  Mike Bayer- added undefer_group() MapperOption, sets a set of...
2007-05-31  Jason KirtlandAdded util.defaultdict for ticket #582
2007-05-31  Mike Bayerremove func call for getting at result proxy dialect...
2007-05-31  Mike BayerResultProxy pre-caches the dialect_impl()s for each...
2007-05-27  Mike Bayerself-referential refs in this test work just fine
2007-05-27  Mike Bayer- most of the __init__ decoration has been removed...
2007-05-26  Mike Bayer- merged "find the equivalent columns" logic together...
2007-05-26  Mike Bayeri just re-took 7th grade, helped a million
2007-05-26  Mike Bayermore speed improvements, built hotshot prof into massea...
2007-05-26  Mike Bayer- merged trunk r2653
2007-05-26  Mike Bayerfurther minute speedups
2007-05-26  Mike Bayerattempting to cut down on function call overhead
2007-05-26  Mike Bayersome change to populate_instance etc., allows poly...
2007-05-26  Mike Bayer- refactor ! MapperProperty now has create_row_process...
2007-05-23  Mike Bayer- added 'fetchmode' capability to deferred polymorphic...
2007-05-21  Mike Bayer- redefined how the mapper determines primary keys...
2007-05-20  Mike Bayer- factored some fixes from trunk to lazyloader use_get...
2007-05-20  Mike Bayerseparate package for inheritance tests, renamed files
2007-05-20  Mike Bayer0.4 dev branch
2007-05-18  Mike Bayer- removed "no group by's in a select thats part of...
2007-05-18  Gaëtan de Mentencorrect typo
2007-05-17  Mike Bayer- the "primary_key" argument to mapper() is propigated...
2007-05-17  Mike Bayer- fix to select_by(<propname>=<object instance>) -style...
2007-05-17  Mike Bayeradded test for "assign a list of objects", ensure casca...
2007-05-15  Mike Bayerfixed LoggingClauseVisitor
2007-05-15  Mike Bayerrestored outerjoin test
2007-05-15  Mike Bayer- fix to polymorphic query which allows the original...
2007-05-14  Mike Bayer- parenthesis are applied to clauses via a new _Groupin...
2007-05-11  Mike Bayer- _Label propigates "_hide_froms()" so that scalar...
2007-05-10  Mike Bayerpropigated detach() and invalidate() methods to Connection.
2007-05-09  Jason Kirtland- Connections can be detached from their pool, closing...
2007-05-08  Mike Bayer- set max identifier length to 31
2007-05-07  Mike Bayer- fix to long name generation when using oid_column...
2007-05-07  Mike Bayer- session.get() and session.load() propigate **kwargs...
2007-05-04  Mike Bayer- many-to-many relationships properly set the type...
2007-05-04  Mike Bayer- shored up DBAPI descriptions
2007-05-04  Mike Bayerclarifying some cascade-based unit tests, adding a...
2007-05-03  Mike Bayer- "delete-orphan" no longer implies "delete". ongoing...
2007-05-03  Mike Bayer- _Label class overrides compare_self to return its...
2007-05-03  Jason KirtlandOops, Python 2.5 ternary operator snuck in.
2007-05-03  Jason Kirtland- Test assoc proxy lazy loads, fixed __set__ race on...
2007-05-03  Jason Kirtland- New association proxy implementation, implementing...
2007-05-02  Mike Bayer- Aliasizer removed. hooray !
2007-05-02  Jason Kirtland- added sqlalchemy.ext.orderinglist, a custom list...
2007-05-02  Jason Kirtland- Use Python 2.5's built-in ElementTree if possible
2007-05-02  Jason Kirtland- Expanded on the MySQL ENUM 'strict' documentation...
2007-05-02  Jason Kirtland- MySQL ENUM types can now optionally ensure that value...
2007-05-02  Jason KirtlandRemoved an unneeded and troublesome subquery test.
2007-05-01  Mike Bayersome notes on a labeling issue that arises when label...
2007-05-01  Jason Kirtland- allow MySQL column-level CHARACTER SET and COLLATE...
2007-04-30  Mike Bayer- applied YAGNI to supports_autoclose_results (this...
2007-04-30  Mike Bayer - small fix to SelectResultsExt to not bypass itself...
2007-04-30  Gaëtan de Menten- docstring improvements in query
2007-04-29  Mike Bayer0.3.7... rel_0_3_7
2007-04-29  Mike Bayer- adapted gaetan's eager load adaption code for non...
2007-04-29  Mike Bayer- restored old "column_property()" ORM function (used...
2007-04-29  Mike Bayer- the label() method on ColumnElement will properly...
2007-04-29  Mike Bayeradded orig_set colleciton to Select when its declared...
2007-04-29  Mike Bayer- fix to using distinct() or distinct=True in combinati...
2007-04-29  Mike Bayer- mysql uses "DESCRIBE [<schemaname>].<tablename>"...
2007-04-29  Rick Morrison- mssql: replace "select @@identity" with "select ...
2007-04-29  Mike Bayerdocument the 'echo' property
2007-04-29  Mike Bayer- added 'url' attribute to Engine
2007-04-29  Mike Bayerdocstring tweaks
next