You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
Unreleased
4
4
==========
5
5
6
+
* Add Beta version of websocket based dialect
7
+
8
+
**🚨 Attention:**
9
+
10
+
This feature is currently in Beta, therefore it should not be used in production.
11
+
We also recommend to have a look into the known issues, before you start using it.
12
+
13
+
If you encounter any problem, please `create an issue <https://github.com/exasol/sqlalchemy-exasol/issues/new?assignees=&labels=bug&projects=&template=bug.md&title=%F0%9F%90%9E+%3CInsert+Title%3E>`_.
14
+
With your feedback, we will be able stabilize this feature more quickly.
- you can even use the MERGE statement (see unit tests for examples)
124
124
125
125
Notes
126
126
+++++
@@ -139,3 +139,95 @@ Development & Testing
139
139
`````````````````````
140
140
See `developer guide`_
141
141
142
+
Websocket support
143
+
-----------------
144
+
145
+
.. attention::
146
+
147
+
The Websocket support is currently in Beta, therefore it should not be used in production.
148
+
We also recommend to have a look into the known issues, before you start using it.
149
+
150
+
If you encounter any issue, please `create an issue <https://github.com/exasol/sqlalchemy-exasol/issues/new?assignees=&labels=bug&projects=&template=bug.md&title=%F0%9F%90%9E+%3CInsert+Title%3E>`_.
151
+
With your feedback, we will be able to stabilize this feature more quickly.
152
+
153
+
What is Websocket support?
154
+
``````````````````````````
155
+
In the context of SQLA and Exasol, Websocket support means that an SQLA dialect
156
+
supporting the `Exasol Websocket Protocol <https://github.com/exasol/websocket-api>`_
157
+
is provided.
158
+
159
+
Using the websocket based protocol instead over ODBC will provide various advantages:
160
+
161
+
* Less System Dependencies
162
+
* Easier to use than ODBC based driver(s)
163
+
* Lock free metadata calls etc.
164
+
165
+
For further details `Why a Websockets API <https://github.com/exasol/websocket-api#why-a-websockets-api>`_.
0 commit comments