| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - another import fix | Mike Bayer | 2012-08-07 | 1 | -1/+1 |
| * | - fixes | Mike Bayer | 2012-08-07 | 1 | -6/+7 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 5 | -18/+18 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 2 | -66/+66 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -4/+4 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -2/+2 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -1/+4 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -2/+2 |
| * | | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -1/+4 |
| * | | - [bug] removed legacy behavior whereby | Mike Bayer | 2012-04-24 | 1 | -48/+1 |
| * | | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -0/+16 |
| * | | - [bug] Repaired the use_scope_identity | Mike Bayer | 2012-04-05 | 2 | -11/+17 |
| |/ |
|
| * | - sql | Mike Bayer | 2012-04-01 | 1 | -0/+25 |
| * | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 2 | -3/+3 |
| * | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -0/+3 |
| * | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 1 | -0/+7 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -2/+2 |
| * | - [bug] Dropped the "30 char" limit on pymssql, | Mike Bayer | 2012-01-22 | 1 | -1/+0 |
| * | - [bug] Adjusted the regexp used in the | Mike Bayer | 2012-01-22 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 8 | -8/+8 |
| * | - enable SAVEPOINT support fully, remove warning, [ticket:822]. | Mike Bayer | 2011-12-06 | 1 | -3/+6 |
| * | - [bug] Decode incoming values when retrieving | Mike Bayer | 2011-12-06 | 1 | -2/+9 |
| * | - [bug] don't cast "table name" as NVARCHAR | Mike Bayer | 2011-12-06 | 1 | -1/+7 |
| * | update pyodbc/SQL server connection strings, [ticket:2217] | Mike Bayer | 2011-12-06 | 1 | -8/+12 |
| * | - [bug] pyodbc-based dialects now parse the | Mike Bayer | 2011-12-04 | 1 | -1/+1 |
| * | - [bug] repaired the with_hint() feature which | Mike Bayer | 2011-12-03 | 1 | -2/+1 |
| * | - The behavior of =/!= when comparing a scalar select | Mike Bayer | 2011-09-23 | 1 | -1/+28 |
| * | - Changes to attempt support of FreeTDS 0.91 with | Mike Bayer | 2011-09-18 | 1 | -4/+3 |
| * | undo accidental patch commit | Mike Bayer | 2011-08-18 | 1 | -3/+1 |
| * | document autocommit when using the compiler extension, update the "understand... | Mike Bayer | 2011-08-18 | 1 | -1/+3 |
| * | - Query will convert an OFFSET of zero when | Mike Bayer | 2011-08-06 | 1 | -2/+2 |
| * | - document that pysqlite does not share temporary tables | Mike Bayer | 2011-06-29 | 1 | -0/+3 |
| * | - Fixed bug in MSSQL dialect whereby the aliasing | Mike Bayer | 2011-05-19 | 1 | -1/+0 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -7/+3 |
| * | - add a note about snapshot isolation [ticket:2078] | Mike Bayer | 2011-03-27 | 1 | -0/+17 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -1/+1 |
| * | - Rewrote the query used to get the definition of a view, | Mike Bayer | 2011-03-16 | 1 | -10/+21 |
| * | - mssql VARBINARY emits 'max' for length when no length specified, as is | Mike Bayer | 2011-02-10 | 1 | -0/+6 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 2 | -2/+2 |
| * | crappy docs, lets try that again | Mike Bayer | 2011-01-08 | 1 | -4/+5 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 1 | -0/+26 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 6 | -82/+82 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 8 | -1/+47 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -1/+1 |
| * | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 4 | -10/+6 |
| * | merge tip | Mike Bayer | 2010-12-17 | 1 | -6/+11 |
| |\ |
|
| | * | - MSSQL - the String/Unicode types, and their counterparts VARCHAR/ | Mike Bayer | 2010-12-16 | 1 | -6/+11 |
| * | | merge tip | Mike Bayer | 2010-12-15 | 1 | -4/+8 |
| |\ \
| |/ |
|
| | * | - fix mssql index bug, regression post 0.6.4 | Mike Bayer | 2010-12-15 | 1 | -11/+18 |