| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 | 3 | -86/+92 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 4 | -4/+8 |
| * | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -5/+4 |
| |\ |
|
| | * | 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 |
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| |/ |
|
| * | - 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 | 4 | -4/+4 |
| * | - 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 |
| * | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 1 | -1/+8 |
| * | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 3 | -46/+83 |
| * | Type lookup when reflecting the Firebird types LONG and | Mike Bayer | 2013-06-28 | 1 | -7/+6 |
| * | - fdb is now official, [ticket:2504] | Mike Bayer | 2013-06-03 | 2 | -5/+5 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
| * | formatting | Mike Bayer | 2013-02-02 | 1 | -1/+2 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 4 | -4/+4 |
| * | Added missing import for "fdb" to the experimental | Mike Bayer | 2012-11-29 | 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 | 3 | -4/+2 |
| * | just a pep8 pass | Diana Clarke | 2012-11-20 | 2 | -15/+14 |
| * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 3 | -0/+5 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 3 | -36/+14 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 3 | -11/+28 |
| * | - fix fb function thing here, need **kw to break the loop | Mike Bayer | 2012-09-23 | 1 | -2/+2 |
| * | - [feature] An experimental dialect for the fdb | Mike Bayer | 2012-09-23 | 2 | -10/+82 |
| * | - 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 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 2 | -21/+21 |
| * | 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 | 3 | -3/+3 |
| * | - 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 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - Some adjustments so that Interbase is supported as well. | Mike Bayer | 2011-02-01 | 2 | -9/+22 |
| * | 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 | 2 | -3/+4 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 3 | -16/+16 |