| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | Remove quote on first DATEPART paramater | Guillaume DOUMENC | 2016-01-12 | 1 | -1/+1 |
| | * | | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -2/+2 |
| | * | | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -5/+13 |
| | * | | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+1 |
| | * | | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 1 | -0/+2 |
| | * | | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 9 | -191/+218 |
| | * | | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 4 | -1488/+1534 |
| | |/ |
|
| | * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
| | * | Add new reserved words for MySQL 5.7.pr/222 | Hanno Schlichting | 2015-12-14 | 1 | -0/+2 |
| | * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -0/+5 |
| | * | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| | * | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| | |\ |
|
| | | * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 1 | -1/+1 |
| | * | | Merge remote-tracking branch 'origin/pr/215' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -1/+1 |
| | | |/ |
|
| | * | | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -2/+10 |
| | |/ |
|
| | * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+6 |
| | * | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -5/+21 |
| | * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -2/+2 |
| | * | Pass precision value to mssql.DATETIME2 when it is 0pr/213 | Jacobo de Vera | 2015-11-13 | 1 | -1/+1 |
| | * | Updated PostgreSQL links to point to "current" rather than hardcoded version | Jeff Widman | 2015-11-05 | 1 | -2/+2 |
| | * | Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra... | Jeff Widman | 2015-11-04 | 1 | -2/+2 |
| | * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+5 |
| | * | Merge remote-tracking branch 'origin/pr/208' | Mike Bayer | 2015-10-08 | 1 | -1/+1 |
| | |\ |
|
| | | * | Update base.pypr/208 | Peter Demin | 2015-10-07 | 1 | -1/+1 |
| | * | | - for DB's w/o a real "autoincrement", reflection should be returning | Mike Bayer | 2015-10-07 | 3 | -3/+3 |
| | |/ |
|
| | * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 2 | -38/+15 |
| | * | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+3 |
| | * | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -6/+20 |
| | * | Merge remote-tracking branch 'origin/pr/198' into pr198 | Mike Bayer | 2015-09-28 | 1 | -0/+7 |
| | |\ |
|
| | | * | Support get_schema_names for SQLite | Brian Van Klaveren | 2015-09-09 | 1 | -0/+7 |
| | * | | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 1 | -67/+37 |
| | * | | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` | Mike Bayer | 2015-09-19 | 1 | -1/+1 |
| | * | | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 1 | -1/+14 |
| | * | | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 4 | -4/+24 |
| | * | | - consolidate "constraints.py" into the more general "ext.py", | Mike Bayer | 2015-08-27 | 3 | -100/+92 |
| | * | | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 3 | -1/+71 |
| | * | | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 3 | -192/+48 |
| | * | | - forgot to implement py3k logic for JSON.NULL | Mike Bayer | 2015-08-18 | 1 | -23/+21 |
| | * | | - as the Concatenable mixin was changed to support calling down to | Mike Bayer | 2015-08-18 | 1 | -1/+4 |
| | * | | - document workaround type for ARRAY of ENUM, fixes #3467 | Mike Bayer | 2015-08-18 | 2 | -0/+45 |
| | * | | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 1 | -1/+58 |
| | * | | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 6 | -707/+756 |
| | |/ |
|
| | * | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 1 | -6/+9 |
| | * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 1 | -1/+1 |
| | * | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 1 | -2/+5 |
| | * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 1 | -1/+3 |
| | * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -1/+1 |
| | * | - add a note, references #3487 | Mike Bayer | 2015-07-15 | 1 | -0/+10 |
| | * | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -2/+20 |