| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |