]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-04-25  Mike Bayermerge stuff
2011-04-25  Michael TrierExclude serializer test on pypy. Problem in pickle.
2011-04-23  Mike Bayerextra change note
2011-04-23  Mike Bayer- added Query.with_session() method, switches
2011-04-23  Philip Jenveyupdate warnings per zxjdbc
2011-04-23  Philip Jenveyutilize the zxjdbc PostgresqlHandler for better Decimal...
2011-04-23  Mike Bayermark all aaa_profiling tests with __requires__ = 'cpython',
2011-04-23  Mike Bayer- close the result here for non refcounting gcs
2011-04-23  Mike Bayer- add test for [ticket:2142]
2011-04-23  Mike Bayer- metadata.reflect() and reflection.Inspector()
2011-04-23  Mike Bayer- Fixed bug whereby if FetchedValue was passed
2011-04-23  Mike Bayer- this passes --mockpool for test_execute 100% with...
2011-04-23  Mike Bayer- ensure test_execute passes with --mockpool
2011-04-23  Philip Jenveymight as well explicitly disable the cext on Jython too
2011-04-23  Mike Bayergrumpy fix
2011-04-22  Mike Bayerdocument the behavior of get() regarding invalid usages...
2011-04-22  Mike Bayer- It is an error to call query.get() when the
2011-04-20  Mike Bayerremove erroneously committed pdb
2011-04-20  Mike Bayer- Added explicit check for when Column .name
2011-04-19  Mike Bayermerge tip
2011-04-18  Mike Bayer- Fixed the psycopg2_version parsing in the
2011-04-18  Mike Bayercss fix
2011-04-18  Mike Bayer- Fixed regression introduced in 0.7b4 (!) whereby
2011-04-17  Mike BayerAdded tag rel_0_7b4 for changeset 4dd69ff878b2b7fe60a48...
2011-04-17  Mike Bayer- remove obsolete test regarding PG server side cursors... rel_0_7b4
2011-04-17  Mike Bayer- move documentation of available execution options...
2011-04-17  Mike Bayer- Added explicit true()/false() constructs to expression
2011-04-17  Mike Bayercallcount update for cext + 2.7
2011-04-17  Mike Bayer- Before/after attach events for PrimaryKeyConstraint
2011-04-17  Mike Bayer- Fixed incorrect usage of "," in over() clause
2011-04-17  Mike Bayer- rework setup.py script to work with:
2011-04-16  Mike Bayera crapload of doc tweaks including [ticket:1666], thank...
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
next