summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Support get_schema_names for SQLitepr/198Brian Van Klaveren2015-09-091-0/+5
* - 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
* | | - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-1/+11
* | | - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-29/+46
* | | - flake8Mike Bayer2015-02-091-74/+99
* | | - cx_Oracle.makedsn can now be passed service_name; squashSławek Ehlert2014-04-021-0/+20
* | | - make even more tablesMike Bayer2015-02-071-27/+30
* | | - break up the tables here to avoid the error we're gettingMike Bayer2015-02-061-15/+24
* | | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-052-29/+133
* | | - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-6/+28
* | | Merge remote-tracking branch 'origin/pr/68' into pr68Mike Bayer2015-02-011-0/+13
|\ \ \
| * | | Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* | | | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-7/+20
* | | | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-262-17/+19
* | | | 78-char widthShaun Stanworth2015-01-262-2/+4
* | | | Added psycopg2cffi dialectShaun Stanworth2015-01-263-4/+6
| |_|/ |/| |
* | | - rework assertsql system, fixes #3293Mike Bayer2015-01-183-145/+227