We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183a088 commit eb09184Copy full SHA for eb09184
1 file changed
docs/changes/newsfragments/6942.breaking
@@ -0,0 +1,4 @@
1
+The QCoDeS dataset sqlite connection class `ConnectionPlus` has been deprecated and replace with `AtomicConnection`.
2
+Unlike `ConnectionPlus` `AtomicConnection` is a direct subclass of `sqlite3.Connection` which enables better type checking
3
+and will allow QCoDeS to drop the dependency on `wrapt`. The function `make_connection_plus_from` is also deprecated and
4
+it is no longer supported to convert a connection from a sqlite3 connection to a QCoDeS specific connection.
0 commit comments