summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+25
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+25
* - backport changes to SQLite attached DB tests so thatMike Bayer2016-02-091-28/+10
* - add missing __backend__ directives so that oracle tests actually run with -...Mike Bayer2016-02-081-0/+17
* - detect "Enterprise" and assume compression stuff isn't availableMike Bayer2016-02-081-0/+6
* - adjust the MultiSchemaTest to handle multiple test_schemas / processes at theMike Bayer2016-02-081-5/+6
* - adjust to allow dblink tests to work with multiprocess users.Mike Bayer2016-02-081-9/+3
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-1/+9
* - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
* - move out match compiler test to test_compilerMike Bayer2016-01-232-22/+9
* - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
* Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-0/+12
* - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+31
* - fix changelog for #3602Mike Bayer2015-12-081-1/+6
* - make this DROP conditional, attempting to isolate why jenkins hasMike Bayer2015-12-081-1/+1
* - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-2/+8
* - flake8 test_reflection and rework the type-based tests intoMike Bayer2015-12-071-87/+196
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"Diana Clarke2015-11-301-0/+16
* fix postgresql exclude contraint to check when= against None rather than __bo...aisch2015-11-301-0/+13
* - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-3/+33
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+18
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-1/+87
* Pass precision value to mssql.DATETIME2 when it is 0Jacobo de Vera2015-11-141-0/+2
* - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-236/+258
* - repair flake8 issuesMike Bayer2015-10-111-43/+49
* - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
* - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+26
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-0/+1
* - 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
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-3/+43
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-054-38/+37
|/
* - fix this test to not require pyodbc installedMike Bayer2015-06-031-1/+2
* - Fixed bug where known boolean values used byMike Bayer2015-05-262-0/+27
* - 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-241-12/+37
* - autopep8Mike Bayer2015-05-242-234/+270
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-10/+50
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-0/+1
* - totally skip on mysqlconnector for nowMike Bayer2015-03-211-0/+1
* - oursql is unsupported on thisMike Bayer2015-03-211-0/+1
* - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-0/+3
* - test fixMike Bayer2015-03-201-0/+1
* - add a test for #2771, fixes #2771Mike Bayer2015-03-201-0/+8
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-111-0/+99