| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix easy miss | Hajime Nakagami | 2013-03-01 | 1 | -0/+1 |
| * | fix easy miss | Hajime Nakagami | 2013-03-01 | 1 | -4/+4 |
| * | cython's result_processor() | Hajime Nakagami | 2013-03-01 | 1 | -0/+29 |
| * | return erro_code cymysql dialects | Hajime Nakagami | 2013-02-26 | 1 | -4/+5 |
| * | fix cymysql's _extact_error_code() for py3 | Hajime Nakagami | 2013-02-26 | 1 | -1/+4 |
| * | cython's _extract_error_code() | Hajime Nakagami | 2013-02-25 | 1 | -1/+3 |
| * | add cymysql dialect | Hajime Nakagami | 2013-02-17 | 2 | -1/+30 |
| * | more egregious long lines | Mike Bayer | 2013-02-02 | 1 | -37/+68 |
| * | Added a conditional import to the ``gaerdbms`` dialect which attempts | Mike Bayer | 2013-02-02 | 1 | -6/+22 |
| * | Added a new argument to :class:`.Enum` and its base | Mike Bayer | 2013-02-01 | 1 | -0/+1 |
| * | fix incorrect quoting in mysql indexes | Mike Bayer | 2013-01-17 | 1 | -3/+1 |
| * | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -6/+8 |
| * | remove all specifics from the "supported features" section as this | Mike Bayer | 2013-01-12 | 1 | -21/+3 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 9 | -9/+9 |
| * | Fixes issue where GAE error handling can cause AttributeError: 'NoneType' obj... | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| * | GAE dialect now supports the use of credentials | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
| * | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+1 |
| * | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -4/+4 |
| * | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 4 | -55/+60 |
| * | just a pep8 pass | Diana Clarke | 2012-11-20 | 4 | -12/+5 |
| * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 7 | -2/+42 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 8 | -125/+48 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 8 | -5/+43 |
| * | python 3 division | Mike Bayer | 2012-10-10 | 1 | -2/+2 |
| * | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -19/+11 |
| * | - [feature] Added TIME type to mysql dialect, | Mike Bayer | 2012-10-10 | 1 | -6/+39 |
| * | - [feature] Added "raise_on_warnings" flag to OurSQL | Mike Bayer | 2012-10-10 | 1 | -0/+1 |
| * | - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions, | Mike Bayer | 2012-09-23 | 1 | -1/+8 |
| * | removed outdated reference to TINYINT(1) => BOOLEAN reflection in mysql dialect | Paul Butler | 2012-08-27 | 1 | -4/+0 |
| * | things should work fine without this | Mike Bayer | 2012-08-15 | 1 | -7/+0 |
| * | - also, this seems like a bug in any case. | Mike Bayer | 2012-08-15 | 1 | -0/+3 |
| * | Updated mysqlconnector to support client flags and added character set inform... | David McNelis | 2012-08-15 | 1 | -2/+2 |
| * | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 1 | -2/+3 |
| * | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -4/+6 |
| * | more import cleanups | Mike Bayer | 2012-08-07 | 9 | -41/+32 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 4 | -64/+64 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 2 | -12/+12 |
| * | - [bug] Added gaerdbms import to mysql/__init__.py, | Mike Bayer | 2012-07-24 | 1 | -1/+2 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -2/+2 |
| * | - rewrite rowcount documentation to be as absolutely clear as possible | Mike Bayer | 2012-06-12 | 1 | -0/+18 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -1/+1 |
| * | - add new google app engine DBAPI, [ticket:2484] | Mike Bayer | 2012-05-26 | 1 | -0/+61 |
| * | - [bug] Dialect no longer emits expensive server | Mike Bayer | 2012-05-24 | 1 | -2/+0 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -4/+4 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -4/+4 |
| * | | - mysql [bug] Fixed bug whereby if cast() is used | Mike Bayer | 2012-04-16 | 1 | -2/+2 |
| * | | - test explicitly for 'VIEW', 'SYSTEM VIEW' | Mike Bayer | 2012-04-12 | 1 | -1/+1 |
| * | | Modified MySQLDialect.get_view_names() to also return system views such as th... | elazar | 2012-04-11 | 1 | -2/+1 |
| * | | - adjust mysql patch a bit so that we use | Mike Bayer | 2012-04-08 | 1 | -2/+6 |