Skip to content

Commit

Permalink
[DOP-16270] Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed May 28, 2024
1 parent 6157170 commit fd6c112
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.11.1.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.11.1 (2024-05-27)
0.11.1 (2024-05-28)
===================

Features
Expand Down
6 changes: 5 additions & 1 deletion onetl/connection/db_connection/mssql/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ class MSSQL(JDBCConnection):
host : str
Host of MSSQL database. For example: ``test.mssql.domain.com`` or ``192.168.1.14``
port : int, default: ``1433``
port : int, default: ``None``
Port of MSSQL database
.. versionchanged:: 0.11.1
Default value was changed from ``1433`` to ``None``,
to allow automatic port discovery with ``instanceName``.
user : str
User, which have proper access to the database. For example: ``some_user``
Expand Down

0 comments on commit fd6c112

Please sign in to comment.