]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-04-10  Mike Bayer- Fixed bug where reflection of foreign key
2011-04-09  Mike Bayer- adjust this to work normally with current logging...
2011-04-08  Mike Bayerchangelog
2011-04-08  Mike Bayer- callcounts
2011-04-08  Mike Bayer- no encoding with arrays
2011-04-08  Mike Bayer- more liberal check here
2011-04-08  Mike Bayer- assume in py3k that description encoding is None...
2011-04-07  Mike Bayer- Some fixes to the state handling regarding
2011-04-07  Mike Bayerfix tests so that document related is in a separate...
2011-04-07  Mike Bayer- The limit/offset keywords to select() as well
2011-04-07  Mike Bayer- Some fixes to "evaulate" and "fetch" evaluation
2011-04-06  Mike Bayer - Still more wording adjustments when a query option
2011-04-05  Mike Bayer- add link to concrete base declarative recipe
2011-04-05  Mike Bayerchangelog
2011-04-05  Mike Bayer- The "pool.manage" feature doesn't use pickle
2011-04-05  Mike Bayer- REAL has been added to the core types. Supported
2011-04-05  Mike Bayer- The 'useexisting' flag on Table has been superceded
2011-04-02  Mike Bayer- add some function examples, [ticket:2107]
2011-04-02  Mike Bayer- Fixed mutable extension docs to show the
2011-04-02  Mike Bayer- Added @event.listens_for() decorator, given
2011-03-30  Mike Bayersome additional clarification on typeengine docs
2011-03-30  Mike Bayer- beef up the "augmenting existing types" section
2011-03-30  Mike Bayer- AssertionPool now stores the traceback indicating
2011-03-28  Mike Bayer- and fix the message that was the actual subject of...
2011-03-28  Mike Bayer- Reworded the exception raised when a flush
2011-03-28  Mike Bayer- add a note about snapshot isolation [ticket:2078]
2011-03-28  Mike Bayer- Documented SQLite DATE/TIME/DATETIME types.
2011-03-27  Mike Bayer- Using column names that would require quotes
2011-03-27  Mike Bayer- do a close() here so that objects are guaranteed...
2011-03-27  Mike Bayer- fix a callcount
2011-03-27  Mike Bayer- reorganizing the test modules and fixtures, but keepi...
2011-03-27  Mike Bayer- dont clear the classes collection here either...
2011-03-27  Mike Bayer- move all the comments that got shoved below the fixtu...
2011-03-27  Mike Bayer- remove test.sql._base, test.engine._base, test.orm...
2011-03-27  Mike Bayer- move all the setup_classes(cls) and setup_mappers...
2011-03-27  Mike Bayerfixes for savepoint test
2011-03-27  Mike Bayer- convert @provide_metadata to use self access
2011-03-27  Mike Bayer- move _fixtures to work via the normal methods of...
2011-03-26  Mike Bayer- move _fixtures into the traditional FixtureTest form...
2011-03-26  Mike Bayer- remove @testing.resolve_artifact_names, replace with...
2011-03-26  Mike Bayerindent the string here
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-17  Brad AllenTiny wording fix in a comment
2011-03-17  Brad AllenSlight sanity/clarity improvement to the way VisitableT...
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  Brad AllenDocstring for TypeDecorator.__init__
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  Brad AllenAdded TypeDecorator documentation to the Sphinx page...
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.
next