summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
...
* | | - 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
|\ \
| * | jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-0/+19
| * | it's OK to pass a dict in - it does the right thing, no need to quote itDamian Dimmich2014-06-281-1/+1
| * | minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-1/+15
| * | and tests for JSONB - as this is a superset of JSON i've subclassedDamian Dimmich2014-06-281-1/+15
* | | - add a test to confirm #3096, we definitely get a timedeltaMike Bayer2014-06-251-0/+10
|/ /