| Commit message (Expand) | Author | Age | Files | Lines |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -10/+10 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -66/+66 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
* | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -4/+4 |
* | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -3/+3 |
* | - 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 |