]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-03-26  Mike Bayer- changes to CHANGES
2011-03-23  Mike Bayer- adjust the previous checkin a bit. need to transfer...
2011-03-23  Mike Bayer- Fixed regression whereby MetaData() coming
2011-03-23  Mike Bayer- Fixed bug in QueuePool, SingletonThreadPool whereby
2011-03-21  Mike Bayer- Restored the "catchall" constructor on the base
2011-03-20  Mike BayerAdded tag rel_0_7b3 for changeset b6423d26280cac2ff74ab...
2011-03-20  Mike Bayer- remove all the fanfare from dynamic_loader() and... rel_0_7b3
2011-03-20  Mike Bayer- add attrstrings for all the important mapper() attrbu...
2011-03-20  Mike Bayer- Added new generic function "next_value()", accepts
2011-03-20  Michael TrierAdded docs requirements
2011-03-18  Mike Bayerwhoops, only on SQL server
2011-03-18  Mike Bayer- some doc reorg
2011-03-17  Mike Bayerchangelog update with 0.6 message
2011-03-17  Mike Bayer- Fixed bug in query.options() whereby a path
2011-03-16  Mike Bayer- merge
2011-03-16  Mike Bayer- Fixed AssertionPool regression bug. A replacement...
2011-03-16  Alex Gaynormerged upstream
2011-03-16  Alex Gaynorthis test fails on PyPy because it checks for a lastrow...
2011-03-16  Mike Bayer- Rewrote the query used to get the definition of a...
2011-03-16  Alex Gaynormerged upstream
2011-03-16  Mike Bayer- alex gaynor's latest batch of pypy test fixes
2011-03-16  Alex Gaynorpypy fixes.
2011-03-16  Mike Bayer- The horizontal_shard ShardedSession class accepts...
2011-03-16  Mike Bayer- Improvements to the error messages emitted when
2011-03-16  Mike Bayer- Firebird - the "implicit_returning" flag on create_en...
2011-03-16  Mike Bayer- Fixed the BIT type to allow a "length" parameter...
2011-03-16  Mike Bayerdouble quote these
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
next