| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -3/+8 |
| | | | | | | | | VARBINARY(max) for large text/binary types. The MSSQL dialect will now respect this based on version detection, as well as the new ``deprecate_large_types`` flag. fixes #3039 | ||||
| * | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -2/+2 |
| | | | | | | | | | | | | anonymous bound parameter names within expressions, to match the existing use of this value as the key when rendered in an INSERT or UPDATE statement. This allows :attr:`.Column.key` to be used as a "substitute" string to work around a difficult column name that doesn't translate well into a bound parameter name. Note that the paramstyle is configurable on :func:`.create_engine` in any case, and most DBAPIs today support a named and positional style. fixes #3245 | ||||
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 1 | -0/+236 |
