| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update base.pypr/208 | Peter Demin | 2015-10-07 | 1 | -1/+1 |
| * | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 1 | -67/+37 |
| * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 1 | -1/+1 |
| * | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -2/+20 |
| * | Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176 | Allen, Timothy | 2015-05-28 | 1 | -2/+6 |
| * | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 1 | -0/+4 |
| * | - Added a new dialect flag to the MSSQL dialect | Mike Bayer | 2015-05-24 | 1 | -28/+107 |
| * | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -1/+0 |
| * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -2/+3 |
| * | - pymssql has PEP249 Binary contructor since 2.1.1pr/166 | Ramiro Morales | 2015-04-05 | 1 | -4/+5 |
| * | - Turned off the "simple order by" flag on the MSSQL dialect; this | Mike Bayer | 2015-03-24 | 1 | -0/+1 |
| * | - add a note that we aren't really doing zxjdbc right now even though | Mike Bayer | 2015-03-20 | 1 | -0/+2 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 8 | -8/+8 |
| * | - rename _select_wraps | Mike Bayer | 2015-03-08 | 1 | -1/+1 |
| * | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -1/+2 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -40/+42 |
| * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -9/+96 |
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+1 |
| * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+2 |
| * | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
| * | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 1 | -53/+34 |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -1/+17 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 8 | -296/+354 |
| * | - Fixed a regression from 0.9.5 caused by :ticket:`3025` where the | Mike Bayer | 2014-07-14 | 1 | -0/+3 |
| * | - Added statement encoding to the "SET IDENTITY_INSERT" | Mike Bayer | 2014-07-14 | 1 | -6/+12 |
| * | - In the SQL Server pyodbc dialect, repaired the implementation | Mike Bayer | 2014-07-14 | 1 | -1/+2 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 8 | -8/+16 |
| * | Merge pull request #98 from abbec/mssql2008-multivalues-insert | mike bayer | 2014-07-06 | 1 | -0/+2 |
| |\ |
|
| | * | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98 | Albert Cervin | 2014-06-16 | 1 | -0/+2 |
| * | | - write some really complete docs on MSSQL autoincrement, fixes #3094 | Mike Bayer | 2014-06-24 | 1 | -10/+132 |
| |/ |
|
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -17/+34 |
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -3/+4 |
| * | - Revised the query used to determine the current default schema name | Mike Bayer | 2014-04-17 | 1 | -14/+8 |
| * | take out the support paragraph and just put a basic intro | Mike Bayer | 2014-03-09 | 1 | -9/+3 |
| * | dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75 | Marc Abramowitz | 2014-03-03 | 1 | -9/+0 |
| * | Update pymssql dialect description, remove "limitations" section | Marc Abramowitz | 2014-02-27 | 1 | -9/+16 |
| * | Update URL for pymssql | Marc Abramowitz | 2014-02-27 | 1 | -1/+1 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -7/+18 |
| * | - changelog for pullreq:11 | Mike Bayer | 2014-01-18 | 1 | -1/+1 |
| * | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given | donkopotamus | 2014-01-17 | 1 | -0/+2 |
| * | Support mssql_clustered option on UniqueConstraint (plus docs and test) | donkopotamus | 2014-01-17 | 1 | -4/+29 |
| * | Remove support for mssql_clustered on Table | donkopotamus | 2014-01-17 | 1 | -15/+5 |
| * | Support mssql_clustered option in mssql dialect for both Table and PrimaryKey... | donkopotamus | 2014-01-14 | 1 | -8/+54 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 8 | -8/+8 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -3/+9 |
| * | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 1 | -0/+1 |
| * | 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 |