| Commit message (Expand) | Author | Age | Files | Lines |
| * | ReST fix: missing backtick | Marius Gedminas | 2016-03-21 | 1 | -1/+1 |
| * | - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re: | Mike Bayer | 2016-03-15 | 2 | -13/+27 |
| * | - add notes for pyodbc limitations with rowcount fixes #3675 | Mike Bayer | 2016-03-15 | 2 | -0/+41 |
| * | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A... | Carlos Rivas | 2016-02-02 | 1 | -2/+1 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 48 | -48/+48 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -2/+14 |
| * | - update oracle JDBC driver URL, fixes #3554 | Mike Bayer | 2016-01-20 | 1 | -2/+1 |
| * | Fix ArrayOfEnum's handling of empty arrays. | Chase | 2016-01-20 | 1 | -1/+1 |
| * | Remove quote on first DATEPART paramater | Guillaume DOUMENC | 2016-01-12 | 1 | -1/+1 |
| * | - 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. | Hanno Schlichting | 2015-12-22 | 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 |
| * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>" | Diana Clarke | 2015-11-30 | 1 | -1/+1 |
| * | fix postgresql exclude contraint to check when= against None rather than __bo... | aisch | 2015-11-30 | 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 |
| * | - 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 0 | Jacobo de Vera | 2015-11-14 | 1 | -1/+1 |
| * | Updated PostgreSQL links to point to "current" rather than hardcoded version | Jeff Widman | 2015-11-10 | 1 | -2/+2 |
| * | Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra... | Jeff Widman | 2015-11-10 | 1 | -2/+2 |
| * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+5 |
| * | Update base.py | Peter Demin | 2015-10-08 | 1 | -1/+1 |
| * | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+3 |
| * | - document workaround type for ARRAY of ENUM, fixes #3467 | Mike Bayer | 2015-08-18 | 1 | -0/+45 |
| * | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 1 | -6/+9 |
| * | - 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 |