| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | | Fix innodb autoinc constraint (double)quoting | Jeff Dairiki | 2012-04-06 | 1 | -1/+1 |
| * | | most of the drizzle docs are copy/pasta, let's just point users to the mysql ... | Diana Clarke | 2012-04-02 | 1 | -3/+3 |
| |/ |
|
| * | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -13/+49 |
| * | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -1/+2 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -1/+50 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -2/+2 |
| * | - [bug] fixed regexp that filters out warnings | Mike Bayer | 2012-01-17 | 1 | -3/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 8 | -8/+8 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -1/+3 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 2 | -20/+23 |
| * | cleanup | Mike Bayer | 2011-11-21 | 1 | -2/+3 |
| * | passes for all three, includes multi col system with mysql | Mike Bayer | 2011-11-21 | 1 | -2/+2 |
| * | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -15/+12 |
| * | - [bug] Unicode adjustments allow latest pymysql | Mike Bayer | 2011-11-02 | 1 | -0/+1 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -0/+50 |
| * | undo that change with the _, it doesn't break round trips | Mike Bayer | 2011-10-03 | 1 | -1/+1 |
| * | - a CREATE TABLE will put the COLLATE option | Mike Bayer | 2011-10-03 | 1 | -22/+32 |
| * | add a document note regarding CAST and the workaround in [ticket:2242] | Mike Bayer | 2011-09-21 | 1 | -0/+29 |
| * | - Fixed OurSQL dialect to use ansi-neutral | Mike Bayer | 2011-07-24 | 1 | -6/+7 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -12/+17 |
| * | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -2/+0 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -1/+1 |
| * | - oursql dialect accepts the same "ssl" arguments in | Mike Bayer | 2011-02-10 | 1 | -0/+10 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -0/+7 |