summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initial stab at pygresql dialect based on psycopg2pr/172Kaolin Imago Fire2015-05-152-1/+80
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-159-5/+155
* - The "lightweight named tuple" used when a :class:`.Query` returnsMike Bayer2015-05-142-0/+12
* - Fixed bug where in the case that a pool checkout event handler is usedMike Bayer2015-05-143-18/+75
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-083-1/+64
* - start 1.0.5Mike Bayer2015-05-082-1/+4
* 1.0.4rel_1_0_4Mike Bayer2015-05-072-2/+3
* - plead with RTD to please please use the correct versionMike Bayer2015-05-071-1/+1
* RTD doesn't seem to want to refresh on a git tag so go back to usingMike Bayer2015-05-071-1/+1
* - re-tag zzzeeksphinx w/ new version supporting sphinx 1.3Mike Bayer2015-05-071-1/+1
* - bump zs version due to not yet diagnosed errorMike Bayer2015-05-071-1/+1
* - fix for py3kMike Bayer2015-05-071-1/+2
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-065-4/+112
* - appease oracle's anger (no sequence defined for these PKs)Mike Bayer2015-05-051-0/+2
* - 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-023-1/+149
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-024-9/+186
* - start qualifying some regressions as "unexpected use"Mike Bayer2015-05-021-7/+9
* - update 3.4 callcountsMike Bayer2015-05-011-81/+105
* - 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-013-150/+327
* - turn sessions in ResultTest to autocommit=True just to get themMike Bayer2015-05-011-7/+7
* - Fixed an import that prevented "pypy setup.py test" from workingMike Bayer2015-05-012-0/+9
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-014-5/+48
* 1.0.3rel_1_0_3Mike Bayer2015-04-302-2/+3
* - Fixed regression from 0.9.10 prior to release due to :ticket:`3349`Mike Bayer2015-04-302-9/+19
* - revise the last commit with a more traditional approachMike Bayer2015-04-302-35/+15
* - work the wrapping of the "creator" to be as resilient toMike Bayer2015-04-303-9/+87
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-309-22/+475
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-304-1/+34
* - Added a placeholder method :meth:`.TypeEngine.compare_against_backend`Mike Bayer2015-04-302-0/+35
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-293-7/+53
* - 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-283-8/+47
* - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-283-23/+58
* Merge pull request #170 from eronisko/fix_typomike 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-273-19/+154
* - replace old crufty ddl event test fixture with mockMike Bayer2015-04-272-97/+166
* - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-273-8/+85
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-266-25/+110
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-264-6/+39
* - try pinning a tag here to for RTD to please build correctlyMike Bayer2015-04-251-1/+1
* 1.0.2rel_1_0_2Mike Bayer2015-04-242-2/+3
* - reword the notes hereMike Bayer2015-04-241-8/+12
* - fix linkMike Bayer2015-04-241-1/+1
* - tag declarative as "orm declarative"Mike Bayer2015-04-241-6/+6
* - add a note about that resolutionMike Bayer2015-04-241-0/+3
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-247-7/+47