| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -1/+2 |
| * | Allow creating explicit non-clustered keys and indexes MS SQL. | Saulius Žemaitaitis | 2016-06-06 | 1 | -0/+38 |
| * | Use new mxODBC 3.3.4 varbinary null symbol | Sheila Allen | 2016-05-31 | 1 | -1/+3 |
| * | Fix label referencing in SQL Server OFFSET logic | Mike Bayer | 2016-05-10 | 1 | -0/+25 |
| * | - update the mssql autoincrement reflection test to accommodate | Mike Bayer | 2016-02-20 | 1 | -27/+23 |
| * | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 1 | -1/+25 |
| * | - add missing __backend__ directives for SQL server | Mike Bayer | 2016-02-08 | 2 | -0/+6 |
| * | - there was a DATEPART test after all, fix format | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
| * | - changelog for pr bitbucket:70, fixes #3624 | Mike Bayer | 2016-01-12 | 1 | -0/+12 |
| * | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -3/+33 |
| * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -1/+87 |
| * | Pass precision value to mssql.DATETIME2 when it is 0pr/213 | Jacobo de Vera | 2015-11-13 | 1 | -0/+2 |
| * | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 3 | -12/+10 |
| * | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-18 | 1 | -3/+1 |
| * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 1 | -4/+30 |
| * | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -67/+92 |
| * | - fix this test to not require pyodbc installed | Mike Bayer | 2015-06-03 | 1 | -1/+2 |
| * | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 1 | -0/+10 |
| * | - Added a new dialect flag to the MSSQL dialect | Mike Bayer | 2015-05-24 | 2 | -41/+171 |
| * | - break out binary insert against None, disable for freetds for now | Mike Bayer | 2015-05-24 | 1 | -12/+37 |
| * | - autopep8 | Mike Bayer | 2015-05-24 | 2 | -234/+270 |
| * | - fix some more result_map calls | Mike Bayer | 2015-03-08 | 2 | -8/+8 |
| * | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -1/+17 |
| * | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 1 | -15/+61 |
| * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 3 | -14/+71 |
| * | pep8 | Mike Bayer | 2014-12-06 | 1 | -106/+141 |
| * | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -2/+2 |
| * | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -0/+20 |
| * | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 1 | -6/+20 |
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -6/+6 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | Support mssql_clustered option on UniqueConstraint (plus docs and test) | donkopotamus | 2014-01-17 | 1 | -0/+12 |
| * | Remove support for mssql_clustered on Table | donkopotamus | 2014-01-17 | 1 | -12/+1 |
| * | Support mssql_clustered option in mssql dialect for both Table and PrimaryKey... | donkopotamus | 2014-01-14 | 1 | -0/+22 |
| * | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -1/+2 |
| * | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 1 | -3/+4 |
| * | - changelog + test for pullreq #7, MSSQL dialect for DROP INDEX | Mike Bayer | 2013-12-05 | 1 | -0/+11 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+10 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 6 | -0/+2145 |