summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-0/+16
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+18
* - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-0/+10
* - 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 0pr/213Jacobo de Vera2015-11-131-0/+2
* - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-238/+260
* - repair flake8 issuesMike Bayer2015-10-111-44/+49
* - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-074-52/+95
* - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+26
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-23/+17
* Merge remote-tracking branch 'origin/pr/198' into pr198Mike Bayer2015-09-281-0/+5
|\
| * Support get_schema_names for SQLitepr/198Brian Van Klaveren2015-09-091-0/+5
* | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-193-12/+10
* | - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-0/+26
* | - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-271-0/+28
* | - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+11
* | - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-1/+45
* | - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-262-7/+7
* | - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+27
* | - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-252-7/+156
* | - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-182-4/+4
* | - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+55
* | - merge of ticket_3499 indexed access branchMike Bayer2015-08-172-27/+274
|/
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-301-4/+30
* - 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
* Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-0/+10
|\
| * Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-0/+10