We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c05b0 commit c8ca76eCopy full SHA for c8ca76e
vscode-dbclient-jdbc/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+# 1.4.0 2024-3-16
4
+- Automatically load drivers through service discovery.
5
+- Support loading drivers through folders and compressed files.
6
+
7
# 1.3.9 2024-12-6
8
- Support parsing date and time.
9
vscode-dbclient-jdbc/package.json
@@ -2,7 +2,7 @@
"name": "dbclient-jdbc",
"displayName": "Database Client JDBC",
"description": "JDBC Adapter For Database Client",
- "version": "1.3.9",
+ "version": "1.4.0",
"icon": "icon.png",
"publisher": "cweijan",
"repository": {
0 commit comments