| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [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 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -1/+1 |
| * | - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com... | Mike Bayer | 2010-11-29 | 1 | -0/+42 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | - mssql+pymssql dialect now honors the "port" portion | Mike Bayer | 2010-10-24 | 1 | -4/+22 |
| * | - Rewrote the reflection of indexes to use sys. | Mike Bayer | 2010-10-23 | 1 | -17/+59 |
| * | - Fixed bug where aliasing of tables with "schema" would | Mike Bayer | 2010-10-20 | 1 | -2/+14 |
| * | - Fixed MSSQL reflection bug which did not properly handle | Mike Bayer | 2010-10-16 | 1 | -2/+15 |
| * | test/dialect | Mike Bayer | 2010-07-11 | 1 | -350/+576 |
| * | - If server_version_info is outside the usual | Mike Bayer | 2010-07-02 | 1 | -1/+9 |
| * | mssql+mxodbc should use executedirect for all selects and execute for insert/... | Mike Bayer | 2010-03-26 | 1 | -2/+1 |
| * | try < 0 | Mike Bayer | 2010-03-19 | 1 | -1/+0 |
| * | just mark this test as crashing for now | Mike Bayer | 2010-03-19 | 1 | -1/+2 |
| * | - the string approach appears to be necessary for large numbers, however. | Mike Bayer | 2010-03-19 | 1 | -3/+3 |
| * | Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc... | Brad Allen | 2010-03-17 | 1 | -3/+0 |
| * | Merged from main tip, and resolved conflicts in mxodbc dialect and connector. | Brad Allen | 2010-03-17 | 1 | -9/+46 |
| |\ |
|
| | * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -9/+46 |
| * | | Disabling tests for mssql+mxodbc where mxODBC cursor.execute chokes on invali... | Brad Allen | 2010-03-16 | 1 | -1/+4 |
| |/ |
|
| * | Added decorators to suppress unwanted warning messages during testing (not wo... | Brad Allen | 2010-03-11 | 1 | -5/+5 |
| * | Improved the docstring of test_fetchid_trigger | Brad Allen | 2010-03-09 | 1 | -11/+20 |
| * | Added docstring & comments explaining test_fetchid_trigger | Brad Allen | 2010-03-08 | 1 | -1/+27 |
| * | some ms/odbc fixes | Mike Bayer | 2010-02-28 | 1 | -6/+11 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -9/+15 |
| * | Match tests have been completely wrong. | Michael Trier | 2010-02-26 | 1 | -2/+2 |
| * | Corrected a lot of mssql test issues related to Binary being deprecated and r... | Michael Trier | 2010-02-25 | 1 | -4/+4 |
| * | Copy paste fail. | Michael Trier | 2010-02-25 | 1 | -0/+1 |
| * | Fixed binary tests for mssql based on how the new types are being used. | Michael Trier | 2010-02-24 | 1 | -6/+13 |
| * | - The Boolean type, when used on a backend that doesn't | Mike Bayer | 2009-12-06 | 1 | -1/+1 |
| * | Removed references to sequence in MSSQL | Michael Trier | 2009-10-22 | 1 | -3/+4 |
| * | Corrected problem with a Trusted Connection under MSSQL 2008 native driver. | Michael Trier | 2009-10-05 | 1 | -2/+2 |
| * | o don't need to str() Jython arrays twice | Philip Jenvey | 2009-09-12 | 1 | -7/+10 |
| * | don't assume dict ordering | Philip Jenvey | 2009-09-11 | 1 | -1/+4 |
| * | clean up the way we detect MSSQL's form of RETURNING | Mike Bayer | 2009-08-08 | 1 | -0/+14 |