summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/pr/230'Mike Bayer2016-03-301-3/+34
|\
| * sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-3/+34
* | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+27
* | - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-23/+24
* | Merge branch 'master' into pr157Mike Bayer2016-03-1518-1003/+2694
|\ \
| * | - update the mssql autoincrement reflection test to accommodateMike Bayer2016-02-201-27/+23
| * | - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+25
| * | - add missing __backend__ directives for SQL serverMike Bayer2016-02-082-0/+6
| * | - add missing __backend__ directives so that oracle tests actually run with -...Mike Bayer2016-02-081-0/+17
| * | - detect "Enterprise" and assume compression stuff isn't availableMike Bayer2016-02-081-0/+6
| * | - adjust the MultiSchemaTest to handle multiple test_schemas / processes at theMike Bayer2016-02-081-5/+6
| * | - adjust to allow dblink tests to work with multiprocess users.Mike Bayer2016-02-081-9/+3
| * | - test fixes for metadata.enums value now being a listMike Bayer2016-02-022-24/+20
| * | - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-9/+9
| * | - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-0/+9
| * | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-291-0/+10
| |/
| * - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
| * - move out match compiler test to test_compilerMike Bayer2016-01-232-23/+11
| * - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-201-3/+11
| * - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
| * - changelog for pr bitbucket:70, fixes #3624Mike Bayer2016-01-121-0/+12
| * - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+18
| * - add a few JSON tests specific to MySQL, including basic reflectionMike Bayer2016-01-061-1/+45
| * - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-84/+32
| * - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-041-1/+2
| * - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+31
| * - fix changelog for #3602Mike Bayer2015-12-081-1/+6
| * - make this DROP conditional, attempting to isolate why jenkins hasMike Bayer2015-12-081-1/+1
| * - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-2/+8
| * - flake8 test_reflection and rework the type-based tests intoMike Bayer2015-12-071-87/+196
| * Merge remote-tracking branch 'origin/pr/216'Mike Bayer2015-11-301-0/+16
| |\
| | * - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-0/+16
| * | Merge remote-tracking branch 'origin/pr/215'Mike Bayer2015-11-301-0/+13
| |\ \
| | * | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215aisch2015-11-231-0/+13
| | |/
| * | - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-3/+33
| |/
| * - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+18
| * - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-0/+10
| * - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-1/+87
| * Pass precision value to mssql.DATETIME2 when it is 0pr/213Jacobo de Vera2015-11-131-0/+2
| * - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-238/+260
| * - repair flake8 issuesMike Bayer2015-10-111-44/+49
| * - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
| * - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-074-52/+95
| * - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+26
| * - 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