| Commit message (Expand) | Author | Age | Files | Lines |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -0/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Changed the queries used by Firebird to list table and view names | Mike Bayer | 2013-12-27 | 1 | -5/+21 |
* | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
* | - Fixed bug in Firebird index reflection where the columns within the | Mike Bayer | 2013-12-27 | 1 | -1/+1 |
* | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 1 | -12/+0 |
* | Type lookup when reflecting the Firebird types LONG and | Mike Bayer | 2013-06-28 | 1 | -7/+6 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+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 | 1 | -1/+1 |
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -14/+13 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+2 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -11/+2 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -5/+14 |
* | - fix fb function thing here, need **kw to break the loop | Mike Bayer | 2012-09-23 | 1 | -2/+2 |
* | - got firebird running | Mike Bayer | 2012-09-23 | 1 | -4/+20 |
* | - [bug] CompileError is raised when VARCHAR with | Mike Bayer | 2012-09-10 | 1 | -0/+4 |
* | - [feature] Reworked the startswith(), endswith(), | Mike Bayer | 2012-08-27 | 1 | -2/+18 |
* | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -6/+2 |
* | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 1 | -5/+3 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -9/+9 |
* | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -3/+4 |
* | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 1 | -2/+2 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Firebird - the "implicit_returning" flag on create_engine() is | Mike Bayer | 2011-03-16 | 1 | -3/+3 |
* | - need to limit the list of oracle fn's that don't get parens to a | Mike Bayer | 2011-02-11 | 1 | -0/+4 |
* | - Some adjustments so that Interbase is supported as well. | Mike Bayer | 2011-02-01 | 1 | -3/+9 |
* | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 1 | -1/+2 |
* | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -2/+2 |
* | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -2/+3 |
* | - Firebird numeric type now checks for Decimal explicitly, | Mike Bayer | 2011-01-03 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
* | 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 | 1 | -32/+63 |
* | - 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 a label to the query used within has_table() and | Mike Bayer | 2010-04-26 | 1 | -2/+2 |
* | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -5/+2 |
* | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | - 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 |