github sqlalchemy/sqlalchemy rel_1_1_1
v1.1.1

latest releases: rel_2_0_29, rel_2_0_28, rel_1_4_52...
4 years ago

1.1.1

Released: October 7, 2016

mssql

  • [mssql] [bug] The "SELECT SERVERPROPERTY"
    query added in #3810 and #3814 is failing on unknown
    combinations of Pyodbc and SQL Server. While failure of this function
    was anticipated, the exception catch was not broad enough so it now
    catches all forms of pyodbc.Error.

    References: #3820

misc

  • [bug] [core] Changed the CompileError raised when various primary key missing
    situations are detected to a warning. The statement is again
    passed to the database where it will fail and the DBAPI error (usually
    IntegrityError) raises as usual.

    References: #3216

Don't miss a new sqlalchemy release

NewReleases is sending notifications on new releases.