]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-03-16  Mike Bayer- Added accessors to ResultProxy "returns_rows", "is_in...
2011-03-16  Mike Bayerblow away some globals in the search for what makes...
2011-03-16  Taavi BurnsFix 3 errors in py32, from patch from lsblakk. There...
2011-03-16  Mike Bayer- adjust gc_collect for pypy
2011-03-16  Mike Bayer- qualify the use of locals() based on python version...
2011-03-16  Mike Bayerchange TypeError test to not care about string message
2011-03-15  Mike Bayer- merge
2011-03-15  Taavi Burnsmerge
2011-03-15  Michael TrierMerge
2011-03-15  Michael TrierMerge
2011-03-15  Denise GovindarajanMerge
2011-03-15  Taavi BurnsPulling 32d2b5d1962961b4134463becdd988888f797e90 onto...
2011-03-15  Denise Govindarajanpsycopg2 2.4 no longer accepts % in bind place holders
2011-03-15  Taavi BurnsAdded required import (somehow we never seem to hit...
2011-03-15  Mike Bayer- add tests, CHANGES for [ticket:2095]
2011-03-15  Jim PharesInformix and postgresql reserved words changes -- almos...
2011-03-15  Taavi BurnsRemoving unused symbol import
2011-03-14  Mike Bayerinitial work on column reflect
2011-03-14  Mike Bayermerge
2011-03-14  Mike Bayer- Arguments in __mapper_args__ that aren't "hashable"
2011-03-14  Taavi BurnsTests for unicode columns with non-unicode defaults...
2011-03-14  Diana ClarkeWarn about unicode column having non-unicode default...
2011-03-14  Michael TrierMerge
2011-03-14  Jim PharesFixed order_by in test.orm.test_froms.MixedEntitiesTest...
2011-03-14  Denise GovindarajanCorrected order by in test joins.
2011-03-14  Mike Bayerfix "associated" at the source too
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  Diana ClarkeCorrected a bunch of spelling typos
2011-02-28  Diana Clarkecorrected a bunch of spelling typos
2011-03-14  Michael TrierAdded changes information for #2060.
2011-03-01  Diana Clarkesee #2060
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
next