| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix MSSQL dialects visit_drop_index to use the correct DDL | donkopotamus | 2013-12-05 | 1 | -5/+3 |
* | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -1/+1 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -2/+2 |
* | - we dont actually need this unicode cast, on py3k + linux it seems the | Mike Bayer | 2013-07-09 | 1 | -7/+1 |
* | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is really | Mike Bayer | 2013-06-03 | 1 | -0/+1 |
* | merge default | Mike Bayer | 2013-05-15 | 1 | -0/+6 |
|\ |
|
| * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 1 | -0/+6 |
* | | plugging away | Mike Bayer | 2013-04-27 | 1 | -3/+3 |
* | | work through dialects | Mike Bayer | 2013-04-27 | 1 | -4/+4 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -10/+10 |
|/ |
|
* | - replace mssql_ordering with generalized #695 solution | Mike Bayer | 2013-01-20 | 1 | -10/+52 |
* | Merged in dharland/sqlalchemy (pull request #35) | Mike Bayer | 2013-01-20 | 1 | -0/+37 |
|\ |
|
| * | Add mssql_include option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+10 |
| * | Add mssql_ordering option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -3/+10 |
| * | Add mssql_clustered option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+20 |
* | | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -3/+2 |
|/ |
|
* | - changelog for pullreq 32 | Mike Bayer | 2013-01-12 | 1 | -124/+10 |
* | 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 | 1 | -1/+1 |
|/ |
|
* | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -40/+36 |
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -2/+1 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+27 |
* | 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 | 1 | -1/+3 |
* | - 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 |
* | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -4/+1 |
* | - 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 | 1 | -11/+11 |
* | - another import fix | Mike Bayer | 2012-08-07 | 1 | -1/+1 |
* | - fixes | Mike Bayer | 2012-08-07 | 1 | -6/+7 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -64/+64 |
* | - 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 |
* | - [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 | 1 | -10/+15 |
|/ |
|
* | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 1 | -2/+2 |