summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - 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
| | |\
| | * | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-22/+11
| | * | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-141-0/+66
| | |\ \
| | * | | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-1/+101
* | | | | - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-161-0/+20
|/ / / /
* | | | - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-1/+22
* | | | - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-031-6/+20
* | | | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-013-4/+4
* | | | - these tests were squashing deprecation warnings all along...Mike Bayer2014-08-311-5/+8
| |_|/ |/| |
* | | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-22/+73
* | | Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
* | | quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-0/+5
* | | Adding oids and on_commit table optionsMalik Diarra2014-08-171-0/+22
* | | Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-0/+6
| |/ |/|
* | Merge branch 'pr126'Mike Bayer2014-08-131-0/+66
|\ \ | |/ |/|
| * - public method name is get_enums()Mike Bayer2014-08-131-12/+57
| * Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-0/+21
* | - add tests for the savepoint recipeMike Bayer2014-08-091-0/+78
* | - oursql doesn't pass this consistently, not sure what the issue isMike Bayer2014-08-081-6/+12
* | oursql seems to handle this? unclear, might be dependent on mysql versionMike Bayer2014-08-081-7/+1
|/
* -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-5/+98
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-0/+10
* - add support for tags, including include/exclude support.Mike Bayer2014-07-272-2/+2
* - scale up for mysql, sqliteMike Bayer2014-07-261-59/+84
* - Fixed bug in :class:`.postgresql.array` object where comparisonMike Bayer2014-07-252-0/+29
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-255-758/+995
* - Fixed bug in oracle dialect test suite where in one test,Mike Bayer2014-07-181-4/+5
* - determine the root cause of the mysqlconnector issue, reportMike Bayer2014-07-101-5/+4
* - mark tests failing for mysqlconnector, oursqlMike Bayer2014-07-101-3/+10
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-6/+1
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-094-3/+9
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-0/+81
* Merge pull request #101 from ddimmich/mastermike bayer2014-07-071-2/+49
|\