| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update base.pypr/208 | Peter Demin | 2015-10-07 | 1 | -1/+1 |
| * | - 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 |
| * | - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffi | Mike Bayer | 2015-06-22 | 1 | -1/+1 |
| * | - for #3455 | Mike Bayer | 2015-06-19 | 1 | -4/+17 |
| * | Merge remote-tracking branch 'origin/pr/179' into pr179 | Mike Bayer | 2015-06-19 | 1 | -3/+36 |
| |\ |
|
| | * | Add reflection of PostgreSQL index access methods (USING clause)pr/179 | Pete Hollobon | 2015-06-04 | 1 | -3/+13 |
| | * | Add reflection of PostgreSQL index storage options | Pete Hollobon | 2015-06-04 | 1 | -3/+9 |
| | * | Add support for PostgreSQL index storage parameters | Pete Hollobon | 2015-06-03 | 1 | -0/+17 |
| * | | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 2 | -11/+36 |
| * | | - add test cases for pullreq github:182, where we add a new | Mike Bayer | 2015-06-14 | 1 | -2/+11 |
| * | | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 2 | -5/+30 |
| * | | - document SQlite dotted name issue, fixes #3441 | Mike Bayer | 2015-06-05 | 1 | -0/+101 |
| |/ |
|
| * | Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176 | Allen, Timothy | 2015-05-28 | 1 | -2/+6 |
| * | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 2 | -0/+8 |
| * | - Added a new dialect flag to the MSSQL dialect | Mike Bayer | 2015-05-24 | 1 | -28/+107 |
| * | - document fully how to use autoincrement w/ SQLite including | Mike Bayer | 2015-05-22 | 1 | -7/+67 |
| * | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 1 | -0/+17 |
| * | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 3 | -4/+0 |
| * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 5 | -10/+12 |
| * | Update base.pypr/168 | effem-git | 2015-04-23 | 1 | -2/+2 |
| * | - pymssql has PEP249 Binary contructor since 2.1.1pr/166 | Ramiro Morales | 2015-04-05 | 1 | -4/+5 |
| * | - Fixed a long-standing bug where the :class:`.Enum` type as used | Mike Bayer | 2015-04-04 | 1 | -1/+1 |
| * | - Fixed bug where updated PG index reflection as a result of | Mike Bayer | 2015-04-01 | 1 | -31/+53 |
| * | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 3 | -0/+5 |
| * | - Turned off the "simple order by" flag on the MSSQL dialect; this | Mike Bayer | 2015-03-24 | 1 | -0/+1 |
| * | - Fixed unicode support for PyMySQL when using an "executemany" | Mike Bayer | 2015-03-22 | 1 | -0/+5 |
| * | - more updates to the unicode mess to frame this in | Mike Bayer | 2015-03-22 | 5 | -75/+63 |