| Commit message (Expand) | Author | Age | Files | Lines |
| * | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 1 | -2/+24 |
| * | mssql test fixes | Mike Bayer | 2013-05-26 | 1 | -6/+6 |
| * | merge default | Mike Bayer | 2013-05-15 | 1 | -0/+11 |
| |\ |
|
| | * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 1 | -0/+11 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+15 |
| |/ |
|
| * | - this pymssql test needs to be against the pymssql dialect | Mike Bayer | 2013-04-18 | 1 | -1/+1 |
| * | - test all pymssql messages here | Mike Bayer | 2013-03-29 | 1 | -7/+23 |
| * | Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47) | Mike Bayer | 2013-03-29 | 1 | -0/+6 |
| |\ |
|
| | * | cleaned up errors, only check for connection timeout for now | John Anderson | 2013-03-18 | 1 | -2/+2 |
| | * | Added disconnect checks for timeout, unable to read, and unable to write | John Anderson | 2013-03-18 | 1 | -0/+6 |
| * | | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have | Marc Abramowitz | 2013-03-20 | 1 | -1/+2 |
| * | | Make MonkeyPatchedBinaryTest only run when using mssql. Prevents failed | Marc Abramowitz | 2013-03-18 | 1 | -0/+2 |
| * | | Add a test for http://www.sqlalchemy.org/trac/ticket/2683 | Marc Abramowitz | 2013-03-18 | 1 | -0/+13 |
| |/ |
|
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -3/+2 |
| * | The :meth:`.ColumnOperators.in_` operator will now coerce | Mike Bayer | 2013-02-02 | 1 | -0/+4 |
| * | - replace mssql_ordering with generalized #695 solution | Mike Bayer | 2013-01-20 | 1 | -1/+1 |
| * | Add mssql_include option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+18 |
| * | Add mssql_ordering option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+9 |
| * | Add mssql_clustered option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+9 |
| * | Added a py3K conditional around unnecessary .decode() | Mike Bayer | 2013-01-12 | 1 | -0/+7 |
| * | - changelog for pullreq 32 | Mike Bayer | 2013-01-12 | 1 | -203/+241 |
| * | Add several MSSQL dialect tests for sequence declarations | Derek Harland | 2012-12-04 | 1 | -0/+24 |
| * | - [bug] Fixed compiler bug whereby using a correlated | Mike Bayer | 2012-09-30 | 1 | -0/+21 |
| * | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+3 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+4 |
| * | test fixes | Mike Bayer | 2012-09-22 | 1 | -4/+5 |
| * | - further mxodbc tweaks affecting other test suites | Mike Bayer | 2012-09-02 | 1 | -9/+0 |
| * | - [bug] Fixed compiler bug whereby a given | Mike Bayer | 2012-08-12 | 1 | -8/+11 |
| * | - adjustments for py3.3 unit tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -2/+3 |
| * | - [feature] SQL Server dialect can be given | Mike Bayer | 2012-08-07 | 1 | -0/+35 |
| * | - more import cleanup for MSSQL | Mike Bayer | 2012-08-07 | 1 | -1/+2 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -25/+25 |
| * | - [bug] removed legacy behavior whereby | Mike Bayer | 2012-04-24 | 1 | -6/+5 |
| * | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -1/+1 |
| * | - [bug] Repaired the use_scope_identity | Mike Bayer | 2012-04-05 | 1 | -1/+23 |
| * | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -0/+90 |
| * | - [bug] Adjusted the regexp used in the | Mike Bayer | 2012-01-22 | 1 | -0/+17 |
| * | - [bug] repaired the with_hint() feature which | Mike Bayer | 2011-12-03 | 1 | -0/+29 |
| * | - The behavior of =/!= when comparing a scalar select | Mike Bayer | 2011-09-23 | 1 | -4/+5 |
| * | - Query will convert an OFFSET of zero when | Mike Bayer | 2011-08-06 | 1 | -3/+28 |
| * | add test for [ticket:2159]rel_0_7_1 | Mike Bayer | 2011-06-05 | 1 | -2/+4 |
| * | - Fixed bug in MSSQL dialect whereby the aliasing | Mike Bayer | 2011-05-19 | 1 | -57/+74 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -12/+12 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+5 |
| * | whoops, only on SQL server | Mike Bayer | 2011-03-18 | 1 | -0/+2 |
| * | - Rewrote the query used to get the definition of a view, | Mike Bayer | 2011-03-16 | 1 | -1/+35 |
| * | - mssql VARBINARY emits 'max' for length when no length specified, as is | Mike Bayer | 2011-02-10 | 1 | -3/+3 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -43/+43 |
| * | - MSSQL - the String/Unicode types, and their counterparts VARCHAR/ | Mike Bayer | 2010-12-16 | 1 | -7/+7 |