summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-0/+6
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-0/+12
* add MAXVALUE support to Sequence()jakeogh2015-06-271-1/+8
* add MINVALUE support to Sequence()jakeogh2015-06-271-0/+5
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-272-1/+66
* - add autoinc marker for oracleMike Bayer2015-06-251-2/+6
* - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-241-0/+134
* - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-06-221-67/+92
* Fix typopr/183Pete Hollobon2015-06-221-1/+1
* - for #3455Mike Bayer2015-06-192-28/+41
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-192-0/+63
|\
| * Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-0/+19
| * Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-0/+20
| * Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+24
* | - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-0/+25
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-3/+43
* | - remove the redundant non-max-row-buffer test from the max_row_bufferMike Bayer2015-06-141-12/+0
* | Merge branch 'pr182'Mike Bayer2015-06-142-49/+114
|\ \
| * | - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-142-49/+114
* | | - revert this change which was inadvertently included in theMike Bayer2015-06-131-2/+1
* | | - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe...Mike Bayer2015-06-132-1/+23
* | | Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-4/+34
|/ /
* | - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-113-0/+21
* | - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-0/+21
* | - Fixed an internal "memoization" routine for method types suchMike Bayer2015-06-081-1/+2
* | - repair these tests to use the global manager_of_class fn,Mike Bayer2015-06-071-6/+7
* | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-061-0/+26
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-055-42/+62
|/
* - fix this test to not require pyodbc installedMike Bayer2015-06-031-1/+2
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-0/+20
* - Fixed bug where known boolean values used byMike Bayer2015-05-263-0/+44
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-242-41/+171
* - break out binary insert against None, disable for freetds for nowMike Bayer2015-05-242-13/+41
* - autopep8Mike Bayer2015-05-242-234/+270
* - liberalize list.remove() regexp as recent Pypy versionsMike Bayer2015-05-241-1/+1
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-231-0/+4
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-213-20/+174
* flake8 some testsMike Bayer2015-05-212-226/+294
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-151-0/+4
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+57
* - Fixed bug where in the case that a pool checkout event handler is usedMike Bayer2015-05-141-17/+48
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-0/+35
* - fix for py3kMike Bayer2015-05-071-1/+2
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-061-0/+81
* - appease oracle's anger (no sequence defined for these PKs)Mike Bayer2015-05-051-0/+2
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-0/+134
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-0/+59
* - update 3.4 callcountsMike Bayer2015-05-011-81/+105
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-149/+309
* - turn sessions in ResultTest to autocommit=True just to get themMike Bayer2015-05-011-7/+7