| Commit message (Expand) | Author | Age | Files | Lines |
| * | - there was a DATEPART test after all, fix format | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
| * | - changelog for pr bitbucket:70, fixes #3624 | Mike Bayer | 2016-01-12 | 1 | -0/+12 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+18 |
| * | - add a few JSON tests specific to MySQL, including basic reflection | Mike Bayer | 2016-01-06 | 1 | -1/+45 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -84/+32 |
| * | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 1 | -1/+2 |
| * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -0/+31 |
| * | - fix changelog for #3602 | Mike Bayer | 2015-12-08 | 1 | -1/+6 |
| * | - make this DROP conditional, attempting to isolate why jenkins has | Mike Bayer | 2015-12-08 | 1 | -1/+1 |
| * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -2/+8 |
| * | - flake8 test_reflection and rework the type-based tests into | Mike Bayer | 2015-12-07 | 1 | -87/+196 |
| * | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 1 | -0/+16 |
| |\ |
|
| | * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 1 | -0/+16 |
| * | | Merge remote-tracking branch 'origin/pr/215' | Mike Bayer | 2015-11-30 | 1 | -0/+13 |
| |\ \ |
|
| | * | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -0/+13 |
| | |/ |
|
| * | | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -3/+33 |
| |/ |
|
| * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+18 |
| * | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -0/+10 |
| * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -1/+87 |
| * | Pass precision value to mssql.DATETIME2 when it is 0pr/213 | Jacobo de Vera | 2015-11-13 | 1 | -0/+2 |
| * | - modernize some very old global-engine tests w/ bad teardowns | Mike Bayer | 2015-10-11 | 1 | -238/+260 |
| * | - repair flake8 issues | Mike Bayer | 2015-10-11 | 1 | -44/+49 |
| * | - repair laziness about setting time zone here, which is leaking | Mike Bayer | 2015-10-11 | 1 | -9/+17 |
| * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 4 | -52/+95 |
| * | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+26 |
| * | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -23/+17 |
| * | Merge remote-tracking branch 'origin/pr/198' into pr198 | Mike Bayer | 2015-09-28 | 1 | -0/+5 |
| |\ |
|
| | * | Support get_schema_names for SQLitepr/198 | Brian Van Klaveren | 2015-09-09 | 1 | -0/+5 |
| * | | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 3 | -12/+10 |
| * | | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 1 | -0/+26 |
| * | | - The :class:`.TypeDecorator` type extender will now work in conjunction | Mike Bayer | 2015-08-27 | 1 | -0/+28 |
| * | | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 1 | -0/+11 |
| * | | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 1 | -1/+45 |
| * | | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 2 | -7/+7 |
| * | | - Added support for the SQL-standard function :class:`.array_agg`, | Mike Bayer | 2015-08-26 | 1 | -0/+27 |
| * | | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 2 | -7/+156 |
| * | | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-18 | 2 | -4/+4 |
| * | | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 1 | -0/+55 |
| * | | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 2 | -27/+274 |
| |/ |
|
| * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 1 | -4/+30 |
| * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 1 | -0/+1 |
| * | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -67/+92 |
| * | Fix typopr/183 | Pete Hollobon | 2015-06-22 | 1 | -1/+1 |
| * | - for #3455 | Mike Bayer | 2015-06-19 | 2 | -28/+41 |
| * | Merge remote-tracking branch 'origin/pr/179' into pr179 | Mike Bayer | 2015-06-19 | 2 | -0/+63 |
| |\ |
|
| | * | Add reflection of PostgreSQL index access methods (USING clause)pr/179 | Pete Hollobon | 2015-06-04 | 1 | -0/+19 |
| | * | Add reflection of PostgreSQL index storage options | Pete Hollobon | 2015-06-04 | 1 | -0/+20 |
| | * | Add support for PostgreSQL index storage parameters | Pete Hollobon | 2015-06-03 | 1 | -0/+24 |
| * | | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 1 | -3/+43 |
| * | | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 4 | -38/+37 |
| |/ |
|