]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-04-16  Mike Bayertry a between here since 'in' looks for exact matches...
2011-04-16  Mike Bayermerge tip + tidy
2011-04-16  Mike Bayersome font changes to match the site style
2011-04-15  Michael TrierExclude test on MySQL 5.1.49 - 5.1.52.
2011-04-15  Mike Bayerno idea what "auto-commit" means here. some reorg.
2011-04-15  Mike Bayer - fixed bug where "from" clause gathering from an
2011-04-15  Mike Bayerfix for pdf
2011-04-15  Mike Bayer- add a new "documentation overview" page. rip off...
2011-04-14  Mike Bayer- Fixed support for precision numerics when using
2011-04-14  Philip Jenveyexplicitly disable the cextension on Python 3 until...
2011-04-14  Philip Jenveyenable the cextension by default, falling back to pure...
2011-04-13  Philip Jenveyminor cleanup
2011-04-13  Mike Bayer- a "having" clause would be copied from the
2011-04-11  Mike Bayertest only runs on sqlite
2011-04-11  Mike Bayer- Added checks inside the UOW to detect the unusual
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-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
next