]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-03-17  Brad AllenTiny wording fix in a comment
2011-03-17  Brad AllenSlight sanity/clarity improvement to the way VisitableT...
2011-03-15  Brad AllenDocstring for TypeDecorator.__init__
2011-03-14  Brad AllenAdded TypeDecorator documentation to the Sphinx page...
2011-03-14  Michael TrierFixed doc problem. Thanks Toby Ho.
2011-03-14  Michael TrierAssociated was spelled wrong.
2011-03-13  Mike Bayer- Updated the association, association proxy examples
2011-03-10  Mike Bayer- Changed the underlying approach to query.count().
2011-03-09  Michael TrierModifications for PyPy support from Alex Gaynor.
2011-03-06  Mike Bayer- A tweak to the unit of work causes it to order
2011-03-05  Mike Bayer0.6.7 changelog message
2011-03-05  Mike Bayer - some changes to the identity map regarding
2011-02-28  Mike Bayer- Added a fully descriptive error message for the
2011-02-25  Mike Bayer- establish an "insert" option for events to control...
2011-02-19  Mike BayerAdded tag rel_0_7b2 for changeset e6d00f8234d6f31113447...
2011-02-19  Mike Bayer0.7b2 rel_0_7b2
2011-02-19  Mike Bayermerge everything all over again...
2011-02-19  Mike Bayer - Fix error message referencing old @classproperty
2011-02-19  Mike Bayer- pulling out the PG type impls in create table knocked...
2011-02-18  Mike Bayer-adjust the fix for [ticket:2065] to not rely upon...
2011-02-18  Mike Bayer- use easy to recognize names for backref events [ticke...
2011-02-18  Mike Bayer- Fixed regression from 0.6 where SMALLINT and
2011-02-18  Mike Bayer- The Column.references() method now returns True
2011-02-18  Mike Bayer- changelog for [ticket:2059]
2011-02-18  Mike Bayer- rename EngineEvents to ConnectionEvents
2011-02-17  Mike Bayer- the dictionary at the end of the __table_args__
2011-02-14  Mike Bayeradd a close to this as PG appears to be hanging
2011-02-14  Mike Bayer- Fixed regression whereby composite() with
2011-02-14  Mike Bayer- Beaker example now takes into account 'limit'
2011-02-14  Mike Bayerfix arg in ddl events
2011-02-14  Mike Bayer- Association proxy now has correct behavior for
2011-02-14  Mike Bayer- The Sequence() construct, when passed a MetaData()
2011-02-13  Mike Bayerfix this directive for py3k
2011-02-13  Mike Bayer- Fixed bug whereby Session.merge() would call the
2011-02-12  Mike BayerAdded tag rel_0_7b1 for changeset 53aab63b6c24dfdcc249a...
2011-02-12  Mike Bayer- remove some remaining sys.modules shenanigans rel_0_7b1
2011-02-12  Mike Bayer- Added an explicit check for the case that the name
2011-02-12  Mike Bayer0.7 will be beta classifier to start
2011-02-12  Mike Bayerweird non-ascii char
2011-02-11  Mike Bayerugh. OK let is_modified accept true/false
2011-02-11  Mike Bayer- fix long lines in test_attributes
2011-02-11  Mike Bayer- replace all usage of True and False for passive with...
2011-02-11  Mike Bayer- Additional tuning to "many-to-one" relationship
2011-02-11  Mike Bayermake it more explicit in tests which dialect we want...
2011-02-11  Mike Bayer- need to limit the list of oracle fn's that don't...
2011-02-11  Mike Bayerfix sqlite test
2011-02-11  Mike Bayerfix some tests
2011-02-11  Mike Bayer- The concept of associating a ".bind" directly with a
2011-02-11  Mike Bayerfix some really egregious long lines
2011-02-11  Mike Bayer- Added over() function, method to FunctionElement
2011-02-10  Mike Bayer- oursql dialect accepts the same "ssl" arguments in
2011-02-10  Mike Bayer- typo fix [ticket:2017]
2011-02-10  Mike Bayer- mssql VARBINARY emits 'max' for length when no length...
2011-02-10  Mike Bayer- The path given as the location of a sqlite database...
2011-02-10  Mike Bayer- Query.distinct() now accepts column expressions
2011-02-10  Mike Bayerformatting fix
2011-02-10  Mike Bayer- An exception is raised in the unusual case that an
2011-02-10  Mike Bayer- py3k fix regarding new exception system
2011-02-09  Mike Bayer- Non-DBAPI errors which occur in the scope of an ...
2011-02-09  Mike Bayer- figured out the ::autodata directive, can move the...
2011-02-09  Mike Bayer- The compiler extension now supports overriding the...
2011-02-09  Mike Bayer- Fixed bug where a column with a SQL or server side...
2011-02-09  Mike Bayer- add connection and cursor to is_disconnect(). We...
2011-02-09  Mike Bayer- Added an additional libpq message to the list of...
2011-02-07  Mike Bayer- Adjusted flush accounting step to occur before
2011-02-07  Mike Bayer- Session constructor emits a warning when autoflush...
2011-02-05  Mike Bayershow sequence members
2011-02-05  Mike Bayertypo
2011-02-05  Mike Bayer - Session weak_instance_dict=False is deprecated.
2011-02-05  Mike Bayer- use proper directive here
2011-02-05  Mike Bayer- A single contains_eager() call across
2011-02-04  Mike Bayer- apply optimizations to alternate row proxies, [ticket...
2011-02-04  Mike Bayer- When explicit sequence execution derives the name
2011-02-03  Mike Bayer- Also emits the correct WHERE criterion
2011-02-02  Mike Bayer- Fixed bug where "middle" class in a polymorphic hierarchy
2011-02-01  Mike Bayer- Some adjustments so that Interbase is supported as...
2011-02-01  Mike Bayerdocuemnt args for before_parent_attach, after_parent_attach
2011-02-01  Mike Bayer- schema.copy() functions will copy dispatch, but only...
2011-01-31  Mike Bayer- SchemaItem, SchemaType now descend from common type
2011-01-30  Mike Bayer - Added some defs to the resultproxy.c extension...
2011-01-30  Mike Bayer - A warning is emitted when a joined-table inheriting...
2011-01-30  Mike Bayeryikes, change that name on the Alias class too
2011-01-30  Mike Bayer- Added a `name` argument to `Query.subquery()`, to...
2011-01-30  Mike Bayer - Column.copy(), as used in table.tometadata(), copie...
2011-01-26  Mike Bayerfix this to work on 2.4
2011-01-26  Mike Bayer- New DBAPI support for pymysql, a pure Python port
2011-01-26  Mike Bayer- new dialect for Drizzle [ticket:2003]
2011-01-26  Mike Bayer- fix oracle tests
2011-01-25  Mike Bayercallcount
2011-01-23  Mike Bayeradd example usage for shard_id in context feature ...
2011-01-23  Mike Bayer- Horizontal shard query places 'shard_id' in
2011-01-21  Mike Bayerfix some formatting here
2011-01-20  Mike Bayerand try that again.....
2011-01-20  Mike Bayer- use types.MethodType here for python3 compat
2011-01-20  Mike Bayerrename 'frozendict' to 'immutabledict', since 'frozen...
2011-01-18  Mike Bayertypos
2011-01-18  Mike Bayer- Session.connection(), Session.execute() accept 'bind',
2011-01-18  Mike Bayer- Session.merge() will check the version id of the...
2011-01-18  Mike Bayer- move maxdb notes from wiki to the maxdb module
2011-01-18  Mike Bayer- tests for hybrid
next