summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+11
* | - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-1/+45
* | - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-262-7/+7
* | - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+27
* | - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-252-7/+156
* | - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-182-4/+4
* | - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+55
* | - merge of ticket_3499 indexed access branchMike Bayer2015-08-172-27/+274
|/
* - 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
|/