| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 1 | -1/+4 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -5/+7 |
| * | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] | Mike Bayer | 2013-10-18 | 1 | -2/+9 |
| * | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -2/+1 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -0/+56 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -2/+3 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+4 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 3 | -11/+11 |
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -2/+2 |
| * | Merge pull request #26 from hackop/ticket_2819 | mike bayer | 2013-09-29 | 1 | -1/+1 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 2 | -0/+4 |
| * | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 1 | -0/+10 |
| * | doc fix | Mike Bayer | 2013-07-12 | 1 | -1/+1 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -0/+6 |
| * | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -2/+4 |
| * | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 3 | -45/+80 |
| * | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 1 | -22/+0 |
| * | Type lookup when reflecting the Firebird types LONG and | Mike Bayer | 2013-06-28 | 1 | -7/+6 |
| * | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -3/+3 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -6/+2 |
| * | need the defaultdict import here | Mike Bayer | 2013-06-26 | 1 | -0/+1 |
| * | Merge pull request #13 from malor/fix_indexes_reflection | mike bayer | 2013-06-26 | 1 | -14/+18 |
| * | 2.5ism | Mike Bayer | 2013-06-23 | 1 | -7/+7 |
| * | versionadds | Mike Bayer | 2013-06-22 | 1 | -6/+33 |
| * | - 0.8 changelog | Mike Bayer | 2013-06-22 | 1 | -11/+11 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 4 | -2/+246 |
| * | fix up the isolation level docs which were a mess | Mike Bayer | 2013-06-17 | 2 | -25/+58 |
| * | - changelog | Mike Bayer | 2013-06-15 | 2 | -3/+8 |
| * | Merge pull request #7 from malor/psycopg2_execution_options | mike bayer | 2013-06-15 | 1 | -0/+1 |
| * | Merge pull request #3 from bslatkin/master | mike bayer | 2013-06-08 | 1 | -7/+16 |
| * | - changelog for [ticket:2704] | Mike Bayer | 2013-06-08 | 1 | -9/+13 |
| * | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -7/+25 |
| * | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 1 | -2/+16 |
| * | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+2 |
| * | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 1 | -0/+1 |
| * | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -1/+6 |
| * | Unicode support for psycopg2 native hstore implementation | Dmitry Mugtasimov | 2013-05-29 | 1 | -1/+2 |
| * | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 |
| * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 1 | -0/+6 |
| * | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -1/+2 |
| * | - fix long-outdated documentation for sql_mode/ansiquotes, | Mike Bayer | 2013-04-29 | 1 | -26/+15 |
| * | oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goes | Mike Bayer | 2013-04-26 | 1 | -0/+6 |
| * | need to test for (list, tuple) here and not hasattr("__iter__") | Mike Bayer | 2013-04-26 | 1 | -1/+4 |
| * | - only search in the exception before the first newline, to avoid | Mike Bayer | 2013-04-23 | 1 | -2/+3 |
| * | Opened up the checking for "disconnect" with psycopg2/libpq | Mike Bayer | 2013-04-22 | 1 | -18/+21 |
| * | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -5/+3 |
| * | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -16/+6 |
| * | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -1/+13 |
| * | - changelog | Mike Bayer | 2013-04-21 | 1 | -1/+1 |
| * | merge cymysql branch | Mike Bayer | 2013-04-21 | 2 | -1/+2 |
| |\ |
|