| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 3 | -4/+10 |
| * | merge tip | Mike Bayer | 2010-09-19 | 1 | -1/+2 |
| |\ |
|
| | * | - Fixed FB bug whereby a column default would fail to | Mike Bayer | 2010-09-06 | 1 | -1/+2 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -2/+2 |
| |/ |
|
| * | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 2 | -44/+82 |
| * | - Firebird dialect adds CHAR, VARCHAR types which | Mike Bayer | 2010-06-19 | 1 | -2/+39 |
| * | - Fixed incorrect signature in do_execute() for firebird, access, error | Mike Bayer | 2010-06-09 | 1 | -1/+1 |
| * | - Added 'connection shutdown' to the list of exception strings | Mike Bayer | 2010-05-08 | 1 | -1/+2 |
| * | - Added integer coercion to the "type_conv" attribute when | Mike Bayer | 2010-04-26 | 1 | -2/+4 |
| * | - Added a label to the query used within has_table() and | Mike Bayer | 2010-04-26 | 1 | -2/+2 |
| * | further testing reveals that cursor.rowcount is only called with update/delet... | Mike Bayer | 2010-04-12 | 1 | -10/+14 |
| * | - The functionality of result.rowcount is now disabled | Mike Bayer | 2010-04-11 | 1 | -9/+34 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -5/+2 |
| * | - get firebird on board | Mike Bayer | 2010-03-19 | 1 | -3/+22 |
| * | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -1/+1 |
| * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 1 | -3/+3 |
| * | Fix #1663: the whitespace after DEFAULT may start with a newline | Lele Gaifax | 2010-01-28 | 1 | -9/+10 |
| * | - oracle + firebird: "case sensitivity" feature will detect an all-lowercase | Mike Bayer | 2010-01-24 | 1 | -1/+5 |
| * | happy new year | Mike Bayer | 2010-01-07 | 2 | -2/+2 |
| * | Recognize more Firebird disconnection cases, fixing #1646 on trunk | Lele Gaifax | 2009-12-27 | 1 | -4/+3 |
| * | - The Boolean type, when used on a backend that doesn't | Mike Bayer | 2009-12-06 | 1 | -23/+4 |
| * | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -1/+1 |
| * | - The "start" and "increment" attributes on Sequence now | Mike Bayer | 2009-11-03 | 1 | -1/+8 |
| * | add "dialect" to the __all__ of each root dialect package | Mike Bayer | 2009-11-01 | 1 | -2/+4 |
| * | - Corrected the "has_sequence" query to take current schema, | Mike Bayer | 2009-10-21 | 1 | -1/+1 |
| * | Fix reST markup | Lele Gaifax | 2009-10-19 | 1 | -3/+3 |
| * | Modernise doc about returning() support | Lele Gaifax | 2009-10-19 | 1 | -12/+17 |
| * | - DefaultRunner and subclasses have been removed. The job | Mike Bayer | 2009-10-15 | 2 | -13/+11 |
| * | export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ... | Mike Bayer | 2009-10-10 | 1 | -1/+12 |
| * | Fix #1560 revisiting Firebird dialect docs | Lele Gaifax | 2009-10-03 | 2 | -11/+35 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -1/+1 |
| * | Fix #1185: better way of checking already initialized kinterbasdb backend | Lele Gaifax | 2009-09-15 | 1 | -5/+9 |
| * | Revisited Firebird's keywords set | Lele Gaifax | 2009-09-15 | 1 | -43/+42 |
| * | close cursors: mostly fetchone -> first | Philip Jenvey | 2009-09-11 | 1 | -2/+1 |
| * | Fix #1451: take into account the actual coding system when determining the fi... | Lele Gaifax | 2009-08-07 | 1 | -1/+2 |
| * | Fix #1429: take into account possible spurious spaces around the DEFAULT keyword | Lele Gaifax | 2009-08-07 | 1 | -3/+8 |
| * | M-x whitespace-cleanup | Lele Gaifax | 2009-08-07 | 1 | -6/+6 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 3 | -0/+699 |