summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-6/+5
* - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-111-2/+6
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-1/+2
* - Fixed an internal "memoization" routine for method types suchMike Bayer2015-06-081-21/+9
* - start 1.0.6Mike Bayer2015-06-081-1/+1
* - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-062-0/+18
* - Repaired some typing and test issues related to the pypyMike Bayer2015-06-052-5/+30
* - document SQlite dotted name issue, fixes #3441Mike Bayer2015-06-051-0/+101
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-6/+3
* baked: Support initial args for cache keyINADA Naoki2015-06-021-2/+2
* Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176Allen, Timothy2015-05-281-2/+6
* - Fixed bug where known boolean values used byMike Bayer2015-05-264-9/+16
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-242-28/+118
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-232-6/+13
* - Adjustments to the engine plugin hook, such that theMike Bayer2015-05-222-9/+12
* - document fully how to use autoincrement w/ SQLite includingMike Bayer2015-05-221-7/+67
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-213-3/+71
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-152-0/+10
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-157-5/+85
* - The "lightweight named tuple" used when a :class:`.Query` returnsMike Bayer2015-05-141-0/+2
* - Fixed bug where in the case that a pool checkout event handler is usedMike Bayer2015-05-141-1/+7
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-1/+15
* - start 1.0.5Mike Bayer2015-05-081-1/+1
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-063-4/+19
* - fix typo MANYTOONE -> MANYTOMANY, fixes #3415Mike Bayer2015-05-051-1/+1
* Mark tests that they require OFFSET support in databasepr/171Peter Hoffmann2015-05-051-1/+4
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-1/+5
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-8/+16
* - move away from explicit raises of SkipTest, instead call aMike Bayer2015-05-016-17/+36
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-1/+8
* - Fixed an import that prevented "pypy setup.py test" from workingMike Bayer2015-05-011-0/+1
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-012-5/+14
* - Fixed regression from 0.9.10 prior to release due to :ticket:`3349`Mike Bayer2015-04-301-8/+8
* - revise the last commit with a more traditional approachMike Bayer2015-04-301-29/+14
* - work the wrapping of the "creator" to be as resilient toMike Bayer2015-04-301-8/+31
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-305-17/+194
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-1/+1
* - Added a placeholder method :meth:`.TypeEngine.compare_against_backend`Mike Bayer2015-04-301-0/+27
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-5/+4
* - add boldface for "viable" plus a note describing that thisMike Bayer2015-04-291-1/+7
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-6/+10
* - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-281-1/+1
* Fix typo in 'Relationships API' docspr/170Ernest Walzel2015-04-281-1/+1
* - altered part of the use contract first set up in #2992; weMike Bayer2015-04-271-1/+4
* - replace old crufty ddl event test fixture with mockMike Bayer2015-04-271-2/+2
* - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-271-6/+13
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-263-23/+22
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-262-2/+2
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-245-7/+14
* - add the "strict" version of this lookup for __abstract__ as well,Mike Bayer2015-04-241-2/+2