summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-0/+1
* | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-1/+53
* | - this is passing, no idea whyMike Bayer2015-01-041-3/+0
* | - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-8/+112
* | - clean up SET testsMike Bayer2015-01-031-95/+135
* | - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-123/+291
* | - add test_get_unnamed_unique_constraints to SQLite reflection testsJon Nelson2014-12-131-0/+18
* | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-063-14/+71
* | pep8Mike Bayer2014-12-061-106/+141
* | - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-0/+57
* | - pep8Mike Bayer2014-12-051-191/+232
* | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-1/+92
* | - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-0/+45
* | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-042-6/+39
* | - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-0/+12
* | - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* | - this test passes now in more recent mysqlconnectorMike Bayer2014-10-131-4/+2
* | - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-111-0/+22
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-042-42/+71
* | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-042-2/+66
|\ \
| * | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-172-2/+66
* | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-36/+102
* | | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-0/+17
|/ /
* | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-0/+18
|\ \
| * | Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-0/+18
* | | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-17/+0
* | | Merge branch 'pr128'Mike Bayer2014-09-171-1/+116
|\ \ \ | |/ / |/| |
| * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+22
| * | - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
| * | - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
| * | Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-161-1/+101
| |\ \
| | * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-0/+6
| | * | Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-6/+11
| | * | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-261-0/+84
| | |\ \