summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Added tests for new error message on bad date/time values from MSSQL; changed...pr/206Ed Avis2015-10-051-0/+24
* MSDateTypeTest: basic tests added for _MSDate.Ed Avis2015-10-051-1/+13
* - 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
* | Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalch...Mike Bayer2015-03-101-1/+22
|\ \
| * | Test for partial index support in sqlite dialects.Kai Groner2015-01-261-1/+22
* | | - fix some more result_map callsMike Bayer2015-03-083-14/+14
* | | - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-072-4/+28
* | | - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlierMike Bayer2015-03-021-0/+1
* | | Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-021-3/+6
|\ \ \ | |_|/ |/| |
| * | pg8000 client_encoding in create_engine()Tony Locke2014-12-161-3/+6
* | | - additional mysql cast-related test fixesMike Bayer2015-02-091-0/+1