| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merged in dharland/sqlalchemy (pull request #32: Allow the MSSQL dialect to s... | Mike Bayer | 2013-01-12 | 1 | -12/+11 |
| |\ |
|
| | * | MSSQL Dialect should set sequence columns to be non null | Derek Harland | 2012-12-04 | 1 | -1/+2 |
| | * | Allow the MSSQL dialect to support identity columns that are not part of the ... | Derek Harland | 2012-12-04 | 1 | -11/+9 |
| * | | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 8 | -8/+8 |
| |/ |
|
| * | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 6 | -51/+46 |
| * | just a pep8 pass | Diana Clarke | 2012-11-20 | 5 | -8/+6 |
| * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 7 | -0/+37 |
| * | Fixed bug whereby using "key" with Column | Mike Bayer | 2012-11-13 | 1 | -2/+1 |
| * | Support for reflection of the "name" of primary key | Mike Bayer | 2012-11-10 | 1 | -2/+5 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 6 | -63/+39 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -4/+0 |
| * | mssql: - [bug] Fixed bug where reflection of primary key constraint | Mike Bayer | 2012-09-30 | 1 | -0/+1 |
| * | - [bug] Fixed compiler bug whereby using a correlated | Mike Bayer | 2012-09-30 | 1 | -4/+4 |
| * | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 2 | -8/+15 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 3 | -9/+24 |
| * | - get all tests within -w engine + pyodbc:mssql on windows to pass | Mike Bayer | 2012-09-01 | 1 | -5/+4 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -7/+7 |
| * | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -20/+11 |
| * | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -4/+4 |
| * | - [bug] Fixed compiler bug whereby a given | Mike Bayer | 2012-08-12 | 1 | -4/+5 |
| * | - [feature] SQL Server dialect can be given | Mike Bayer | 2012-08-07 | 1 | -71/+86 |
| * | - more import cleanup for MSSQL | Mike Bayer | 2012-08-07 | 6 | -28/+28 |
| * | - 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 |