File tree Expand file tree Collapse file tree 4 files changed +24
-22
lines changed
Expand file tree Collapse file tree 4 files changed +24
-22
lines changed Original file line number Diff line number Diff line change 1212
1313.. changelog ::
1414 :version: 1.3.10
15- :include_notes_from: unreleased_13
15+ :released: October 9, 2019
16+
17+ .. change ::
18+ :tags: bug, mssql
19+ :tickets: 4857
20+
21+ Fixed bug in SQL Server dialect with new "max_identifier_length" feature
22+ where the mssql dialect already featured this flag, and the implementation
23+ did not accommodate for the new initialization hook correctly.
24+
25+
26+ .. change ::
27+ :tags: bug, oracle
28+ :tickets: 4898, 4857
29+
30+ Fixed regression in Oracle dialect that was inadvertently using max
31+ identifier length of 128 characters on Oracle server 12.2 and greater even
32+ though the stated contract for the remainder of the 1.3 series is that
33+ this value stays at 30 until version SQLAlchemy 1.4. Also repaired issues
34+ with the retrieval of the "compatibility" version, and removed the warning
35+ emitted when the "v$parameter" view was not accessible as this was causing
36+ user confusion.
1637
1738.. changelog ::
1839 :version: 1.3.9
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 109109# The short X.Y version.
110110version = "1.3"
111111# The full version, including alpha/beta/rc tags.
112- release = "1.3.9 "
112+ release = "1.3.10 "
113113
114- release_date = "October 4 , 2019"
114+ release_date = "October 9 , 2019"
115115
116116site_base = os .environ .get ("RTD_SITE_BASE" , "http://www.sqlalchemy.org" )
117117site_adapter_template = "docs_adapter.mako"
You can’t perform that action at this time.
0 commit comments