| Commit message (Expand) | Author | Age | Files | Lines |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -4/+4 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Port lower case quoted name fix to firebird | Mike Bayer | 2016-11-16 | 1 | -0/+3 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - for DB's w/o a real "autoincrement", reflection should be returning | Mike Bayer | 2015-10-07 | 1 | -1/+1 |
* | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -2/+0 |
* | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -4/+4 |
* | Update base.pypr/168 | effem-git | 2015-04-23 | 1 | -2/+2 |
* | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 1 | -0/+2 |
* | - 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 |