author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
141,908
29.04.2020 22:09:41
-28,800
d39713d4adf42c28f554567ed10bb7a5fed6bf7f
support export data
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"@types/node\": \"*\"\n}\n},\n+ \"@types/xlsx\": {\n+ \"version\": \"0.0.36\",\n+ \"resolved\": \"https://registry.npm.taobao.org/@types/xlsx/download/@types/xlsx-0.0.36.tgz\",\n+ \"integrity\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
support export data
141,908
29.04.2020 23:12:03
-28,800
466d0c852992bf217ce6a38539368b52e74104e2
update to 1.9.5
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"1.9.4\",\n+ \"version\": \"1.9.5\",\n\"publisher\": \"cweijan\",\n\"icon\": \"l...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.9.5
141,908
30.04.2020 12:22:30
-28,800
478a18b3ab7f72afc8f0f44f65b6522d96f77f81
support show buffer data
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "},\ndataformat0(origin) {\nif (origin == null) return null;\n- // bit\n-\nif (origin.hasOwnProperty('type')) {\n- return origin.data[0];\n+ return Str...
TypeScript
MIT License
cweijan/vscode-database-client
support show buffer data
141,908
30.04.2020 12:24:57
-28,800
05bc6c4a4dbee52d3f630a01f7b9a6c143847490
support binary type
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "case \"varchar\": case \"char\": case \"date\": case \"time\": case \"timestamp\": case \"datetime\": case \"set\": case \"json\":\nreturn `'${value}'...
TypeScript
MIT License
cweijan/vscode-database-client
support binary type
141,908
30.04.2020 21:19:52
-28,800
eeb11f882092e51c81c83c8eddc3c7fa057b5819
add new keyword
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/keywordChain.ts", "new_path": "src/provider/Complection/chain/keywordChain.ts", "diff": "@@ -3,7 +3,7 @@ import { ComplectionChain, ComplectionContext } from \"../complectionContext\";\nexport class KeywordChain implements Comple...
TypeScript
MIT License
cweijan/vscode-database-client
add new keyword
141,908
30.04.2020 21:36:36
-28,800
19b1f8da0d2eb896f6dcdbd8d4eb83a5e76c2efa
keyword column wrap quote
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "for (const key in this.update.currentNew) {\nconst newEle = this.update.currentNew[key];\nif (newEle) {\n- columns += `${key},`;\n+ columns += `${this...
TypeScript
MIT License
cweijan/vscode-database-client
keyword column wrap quote
141,908
30.04.2020 21:51:12
-28,800
56dcf4c88dfc665c8e23f4b7278edf617b8dd933
change connection when single db
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -98,13 +98,18 @@ export class ConnectionNode extends Node {\nconst key = `${lcp.getConnectId()}`;\nawait FileManager.show(`${key}.sql`);\nconst dbNameList = ...
TypeScript
MIT License
cweijan/vscode-database-client
change connection when single db
141,908
30.04.2020 22:33:07
-28,800
1de1ba70d494c98df80695faf8aa1cc6998756e3
notice when connect fail
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -12,6 +12,7 @@ import { Node } from \"../interface/node\";\nimport { InfoNode } from \"../other/infoNode\";\nimport { DatabaseNode } from \"./databaseNode\";...
TypeScript
MIT License
cweijan/vscode-database-client
notice when connect fail
141,908
30.04.2020 23:38:39
-28,800
12b5a08b9b6c7690ac04898ba553b135503a24e8
support load next page data
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "database: null,\ntable: null\n},\n+ page: {\n+ pageNum: 1,\n+ pageSize: -1,\n+ isEnd: false,\n+ lock: false\n+ },\ntable: {\nsearch: '',\nloading: tru...
TypeScript
MIT License
cweijan/vscode-database-client
support load next page data
141,908
01.05.2020 00:24:24
-28,800
bd6c95d87da73992cbb626fd54f7e2af3cb31a83
support create new sql file
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -21,11 +21,12 @@ import { Console } from \"./common/outputChannel\";\n// Don't change last order, it will occur circular reference\nimport { ServiceManager } from \"./service/serviceManager\";\nimp...
TypeScript
MIT License
cweijan/vscode-database-client
support create new sql file
141,908
01.05.2020 00:25:08
-28,800
71a07da1a079b9358c9fc77d5de99c81950af240
update to 1.9.6
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"1.9.5\",\n+ \"version\": \"1.9.6\",\n\"publisher\": \"cweijan\",\n\"icon\": \"l...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.9.6
141,908
01.05.2020 00:53:41
-28,800
bcb3412556ed2c6793fd37f0e428a04fb88f9be5
highlight active database
[ { "change_type": "ADD", "old_path": null, "new_path": "resources/icon/database-active.svg", "diff": "+<?xml version=\"1.0\" standalone=\"no\"?><!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg t=\"1588265263529\" class=\"icon\" viewBox=\"0 0 1...
TypeScript
MIT License
cweijan/vscode-database-client
highlight active database
141,908
01.05.2020 01:08:50
-28,800
b7e3a4843363993e8c937b58d5269b2615adb5b4
change table and column node comment show
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -18,7 +18,8 @@ export class TableNode extends Node implements CopyAble {\npublic primaryKey: string;\nconstructor(public readonly table: string, readonly comment: string, read...
TypeScript
MIT License
cweijan/vscode-database-client
change table and column node comment show
141,908
01.05.2020 01:32:37
-28,800
d5f6c34d6cbaa42f0fd4e22790bab31ee00f65c8
highlight active database when change query file
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -22,7 +22,7 @@ import { Console } from \"./common/outputChannel\";\nimport { ServiceManager } from \"./service/serviceManager\";\nimport { QueryUnit } from \"./service/queryUnit\";\nimport { FileMa...
TypeScript
MIT License
cweijan/vscode-database-client
highlight active database when change query file
141,908
01.05.2020 20:14:20
-28,800
89c5d2f65e7278a5da8090ab1d034c40678ee49c
init monitor page
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/status/index.html", "new_path": "resources/webview/pages/status/index.html", "diff": "<div id=\"container\">\n<el-tabs v-model=\"activePanel\" @tab-click=\"changePannel\">\n<el-tab-pane label=\"dashBoard\" name=\"dashBoard\">\n+ <el-row...
TypeScript
MIT License
cweijan/vscode-database-client
init monitor page
141,908
01.05.2020 20:39:31
-28,800
5a8042cc27334b2515f8309152f1320bb5442344
fix run mock fail
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -10,12 +10,12 @@ import { CopyAble } from \"../interface/copyAble\";\nimport { Node } from \"../interface/node\";\nimport { ColumnNode } from \"../other/columnNode\";\nimport ...
TypeScript
MIT License
cweijan/vscode-database-client
fix run mock fail
141,908
02.05.2020 14:06:16
-28,800
d9e9ba82499926b80f618cea15593fe990846ce4
update dashboard layout
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/status/index.html", "new_path": "resources/webview/pages/status/index.html", "diff": "<el-tabs v-model=\"activePanel\" @tab-click=\"changePannel\">\n<el-tab-pane label=\"dashBoard\" name=\"dashBoard\">\n<el-row style=\"height:45vh\">\n-...
TypeScript
MIT License
cweijan/vscode-database-client
update dashboard layout
141,899
05.05.2020 20:14:19
18,000
4d44c952c1716501e0726dd8281f7bd452c1c6f9
correct typo in header, "mock date"
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -17,7 +17,7 @@ MySQL Client For Visual Studio Code\n- [Connect](#connect)\n- [View Tables](#view-tables)\n- [Execute Sql](#execute-sql)\n- - [Generate Mock Date](#generate-mock-date)\n+ - [Generate Mock Data](#g...
TypeScript
MIT License
cweijan/vscode-database-client
correct typo in header, "mock date"
141,899
05.05.2020 20:20:32
18,000
28661ae8438b4acf4323259046889d62d345ea32
Clean up the grammatical phrasing in a few sentences
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "MySQL Client For Visual Studio Code\n-> This plugin inspired for [MySQL](https://github.com/formulahendry/vscode-mysql)\n+> This plugin was inspired by [MySQL](https://github.com/formulahendry/vscode-mysql).\n>\n->...
TypeScript
MIT License
cweijan/vscode-database-client
Clean up the grammatical phrasing in a few sentences
141,908
06.05.2020 22:17:43
-28,800
c9e470bcfb22bd67f4ea59fd2390c21b87a50925
support open in new panel
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Show Table Source\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.table.show\",\n+ \"title\": \"Open In New Panel\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.column....
TypeScript
MIT License
cweijan/vscode-database-client
support open in new panel
141,901
09.05.2020 16:17:29
-7,200
55ad84fd80062cd348714cd0fffa23ef0d860684
Fix can't drop database with dash in its name
[ { "change_type": "MODIFY", "old_path": "src/model/database/databaseNode.ts", "new_path": "src/model/database/databaseNode.ts", "diff": "@@ -53,7 +53,7 @@ export class DatabaseNode extends Node implements CopyAble {\nvscode.window.showInputBox({ prompt: `Are you want to Delete Database ${this.databas...
TypeScript
MIT License
cweijan/vscode-database-client
Fix can't drop database with dash in its name
141,908
11.05.2020 16:42:28
-28,800
d0748a9e51152e30acd5689b5a07f9ab72cca979
fix load not select sql page data
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "},\nnextPage() {\nif (this.page.isEnd || this.page.lock) return;\n+\n+ if (!this.result.sql.match(/^\\s*select/i)) {\n+ return;\n+ }\n+\nvscode.postMe...
TypeScript
MIT License
cweijan/vscode-database-client
fix load not select sql page data
141,908
14.05.2020 15:39:32
-28,800
a99495f8614f818eff9f9adc24ba41c69bd7c3ed
scroll editor to end when open history
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -21,7 +21,7 @@ MySQL Client For Visual Studio Code\n- [History](#history)\n- [Backup/Import](#backupimport)\n- [Setting](#setting)\n- - [Suprise](#suprise)\n+ - [Other](#other)\n## Connect\n@@ -73,7 +73,7 @@ MyS...
TypeScript
MIT License
cweijan/vscode-database-client
scroll editor to end when open history
141,908
14.05.2020 15:48:00
-28,800
86e42d96bfe4569dc3dafdd6db0a09a7492585f2
change active connection when query
[ { "change_type": "MODIFY", "old_path": "src/service/queryUnit.ts", "new_path": "src/service/queryUnit.ts", "diff": "@@ -42,7 +42,7 @@ export class QueryUnit {\nif (!connectionNode) {\nconnectionNode = ConnectionManager.getLastConnectionOption();\n}\n- const connection = await ConnectionManager.getCo...
TypeScript
MIT License
cweijan/vscode-database-client
change active connection when query
141,908
14.05.2020 15:48:40
-28,800
0d1e0ebad7b370b6ea7391a0c556673e462fa586
change active text
[ { "change_type": "MODIFY", "old_path": "src/model/database/databaseNode.ts", "new_path": "src/model/database/databaseNode.ts", "diff": "@@ -30,7 +30,7 @@ export class DatabaseNode extends Node implements CopyAble {\nconst lcp = ConnectionManager.getLastConnectionOption(false);\nif (lcp.getConnectId(...
TypeScript
MIT License
cweijan/vscode-database-client
change active text
141,908
14.05.2020 15:57:04
-28,800
3e9dd4e1d911a69248a2c940ddd54c76cb86c1b4
update mock tips
[ { "change_type": "MODIFY", "old_path": "images/mockData.png", "new_path": "images/mockData.png", "diff": "Binary files a/images/mockData.png and b/images/mockData.png differ\n" }, { "change_type": "MODIFY", "old_path": "src/service/mock/mockRunner.ts", "new_path": "src/service/mock/m...
TypeScript
MIT License
cweijan/vscode-database-client
update mock tips
141,908
14.05.2020 16:15:07
-28,800
7ab25d65ae97e13abc10063ad09a2ad4e1c5748f
detech common column mock value
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -14,6 +14,7 @@ import { InfoNode } from \"../other/infoNode\";\nimport { MockRunner } from \"../../service/mock/mockRunner\";\nimport { QueryPage } from \"../../view/result/qu...
TypeScript
MIT License
cweijan/vscode-database-client
detech common column mock value
141,908
14.05.2020 18:49:54
-28,800
ca28244659d22efc1d192fa51b234b9bd5310bb7
update result page
[ { "change_type": "MODIFY", "old_path": "resources/webview/css/result.css", "new_path": "resources/webview/css/result.css", "diff": "@@ -60,6 +60,18 @@ body {\n}\n.el-textarea__inner,.el-input__inner,\n-.el-table, .el-table tr, .el-table th{\n+.el-table, .el-table tr, .el-table th,\n+.el-dialog__head...
TypeScript
MIT License
cweijan/vscode-database-client
update result page
141,908
16.05.2020 00:42:45
-28,800
a02042ee430230330858ce95d7e6ce62213036c6
update result layout
[ { "change_type": "MODIFY", "old_path": "resources/webview/css/result.css", "new_path": "resources/webview/css/result.css", "diff": "@@ -55,8 +55,8 @@ body {\n-.el-table .edit-row {\n- background: oldlace;\n+.el-table .edit-row td{\n+ background: oldlace !important;\n}\n.el-textarea__inner,\n@@ -66,8...
TypeScript
MIT License
cweijan/vscode-database-client
update result layout
141,908
17.05.2020 18:01:53
-28,800
e6be19a7c43b6c7f55f9459176160803e0e5eac2
update webview api
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"vscode-mysql-client2\",\n- \"version\": \"1.9.4\",\n+ \"version\": \"2.1.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"@types/node\": \"*\"\n}\n},\n- \"@t...
TypeScript
MIT License
cweijan/vscode-database-client
update webview api
141,908
19.05.2020 11:50:54
-28,800
40a105ae71b8dc593a67d4d1fcdbd297400a591f
fix read mock fail
[ { "change_type": "MODIFY", "old_path": "src/service/mock/mockRunner.ts", "new_path": "src/service/mock/mockRunner.ts", "diff": "@@ -35,16 +35,19 @@ export class MockRunner {\nconst mockPath = `mock/${tableNode.database}/${tableNode.table}/mock.json`;\nconst mockFullPath = `${FileManager.storagePath}...
TypeScript
MIT License
cweijan/vscode-database-client
fix read mock fail
141,908
20.05.2020 11:28:17
-28,800
07fed6f33017309d46bfd521c4f7d5e7ce7b3e2e
fix connect by ssh tunnel fail
[ { "change_type": "MODIFY", "old_path": "src/service/common/sshTunnelService.ts", "new_path": "src/service/common/sshTunnelService.ts", "diff": "@@ -49,7 +49,7 @@ export class SSHTunnelService {\ndelete this.tunelMark[key]\nerrorCallback(error)\n}\n- resolve({ ...connectionNode, port } as Node)\n+ re...
TypeScript
MIT License
cweijan/vscode-database-client
fix connect by ssh tunnel fail
141,908
20.05.2020 12:13:31
-28,800
2759644fca510e3197242177083ea9cd0b93c86f
close tunnel when connect fail
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -99,6 +99,7 @@ export class ConnectionManager {\nresolve(this.activeConnection[key].connection);\n} else {\nthis.activeConnection[key] = null;\n+ this.tunnelService....
TypeScript
MIT License
cweijan/vscode-database-client
close tunnel when connect fail
141,908
21.05.2020 12:44:02
-28,800
e073d6efa345960fe9cd72c7336537ec7d4fe24a
hide users for no root user
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -47,7 +47,11 @@ export class ConnectionNode extends Node {\n}).map<DatabaseNode>((database) => {\nreturn new DatabaseNode(database.Database, this);\n});\n+\n...
TypeScript
MIT License
cweijan/vscode-database-client
hide users for no root user
141,908
21.05.2020 12:49:37
-28,800
2a0559cbbbc7b7da87d193efce5cb2a94e7d49c4
fix db node null point
[ { "change_type": "MODIFY", "old_path": "src/model/database/databaseNode.ts", "new_path": "src/model/database/databaseNode.ts", "diff": "@@ -28,7 +28,7 @@ export class DatabaseNode extends Node implements CopyAble {\nthis.info = NodeUtil.of({ ...info, database: name } as Node)\nthis.init(this.info)\n...
TypeScript
MIT License
cweijan/vscode-database-client
fix db node null point
141,908
21.05.2020 13:34:23
-28,800
bf8fdf4cb44c3b46b66eb9b3f2042e1178967ce6
fix get active node null point
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -138,7 +138,10 @@ export class ConnectionManager {\n}\n}\nif (host != null && port != null && user != null) {\n- return NodeUtil.of({ host, port: parseInt(port), use...
TypeScript
MIT License
cweijan/vscode-database-client
fix get active node null point
141,908
21.05.2020 13:50:41
-28,800
e1038862d93d5c5245204533f54b97a18715f364
fix connect using ssh tunnel bug
[ { "change_type": "MODIFY", "old_path": "src/service/common/sshTunnelService.ts", "new_path": "src/service/common/sshTunnelService.ts", "diff": "@@ -20,7 +20,7 @@ export class SSHTunnelService {\nconst ssh = connectionNode.ssh\nconst key = connectionNode.getConnectId();\nif (this.tunelMark[key]) {\n-...
TypeScript
MIT License
cweijan/vscode-database-client
fix connect using ssh tunnel bug
141,908
21.05.2020 15:04:14
-28,800
6100e5194e6b10ba71ce836ee59841aacf7658a4
add setting to enable lazy mode
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -68,6 +68,9 @@ MySQL Client For Visual Studio Code\n// open query result as full screen.\n\"vscode-mysql.fullQueryScreen\":false,\n+ // Load database meta info when connected, If your machine's performance is lo...
TypeScript
MIT License
cweijan/vscode-database-client
add setting to enable lazy mode
141,908
21.05.2020 15:05:15
-28,800
12d86274060759b93821fca3c662f0fc89d7f175
update to 2.1.5
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.1.4\",\n+ \"version\": \"2.1.5\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.1.5
141,901
22.05.2020 18:45:36
-7,200
f2d96adc32999ab33dc2f8d8fc85db3af5eec62a
Fix wrong dump file path on Ubuntu
[ { "change_type": "MODIFY", "old_path": "src/service/dump/mysqlDumpService.ts", "new_path": "src/service/dump/mysqlDumpService.ts", "diff": "@@ -6,6 +6,7 @@ import { TableNode } from \"../../model/main/tableNode\";\nimport { NodeUtil } from \"../../model/nodeUtil\";\nimport { AbstractDumpService } fr...
TypeScript
MIT License
cweijan/vscode-database-client
Fix wrong dump file path on Ubuntu
141,908
27.05.2020 15:21:33
-28,800
852c4c4ffa4cda783a37ea49c2b596b50b001e70
auto detech query page
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -65,9 +65,6 @@ MySQL Client For Visual Studio Code\n// enable delimiter when import data\n\"vscode-mysql.enableDelimiter\": false,\n- // open query result as full screen.\n- \"vscode-mysql.fullQueryScreen\":fals...
TypeScript
MIT License
cweijan/vscode-database-client
auto detech query page
141,908
30.05.2020 02:40:42
-28,800
78313e9ce9669e57954d6356d08771082e22dfee
update to 2.1.9
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.1.8\",\n+ \"version\": \"2.1.9\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.1.9
141,908
06.06.2020 15:03:37
-28,800
799b9a9b1048660cf4bccf5d0c04396dccafe2e9
add node support
[ { "change_type": "MODIFY", "old_path": "webpack.config.js", "new_path": "webpack.config.js", "diff": "@@ -3,6 +3,7 @@ const path = require('path');\nconst { CleanWebpackPlugin } = require('clean-webpack-plugin')\nmodule.exports = {\n+ target: \"node\",\nnode: {\nfs: 'empty', net: 'empty', tls: 'empt...
TypeScript
MIT License
cweijan/vscode-database-client
add node support
141,908
07.06.2020 14:09:39
-28,800
b5b972a3749938d8e1da713270aa1c1892eeac7a
fix debug No effect
[ { "change_type": "MODIFY", "old_path": "webpack.config.js", "new_path": "webpack.config.js", "diff": "@@ -15,7 +15,9 @@ module.exports = [\noutput: {\npath: path.resolve(__dirname, 'out'),\nfilename: 'extension.js',\n- libraryTarget: 'commonjs2'\n+ libraryTarget: 'commonjs2',\n+ // config source map...
TypeScript
MIT License
cweijan/vscode-database-client
fix debug No effect
141,908
07.06.2020 14:23:34
-28,800
778453b8ebcd64853c67b5354db66dec13163a3e
fix page loading bug
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -79,7 +79,7 @@ export class QueryPage {\nprivate static isActiveSql(): boolean {\n- if (!window.activeTextEditor || !window.activeTextEditor.document) return false;\n+ if (!window.a...
TypeScript
MIT License
cweijan/vscode-database-client
fix page loading bug
141,908
07.06.2020 14:58:48
-28,800
68899f594914516c239839ee0955e4def8112767
trim dependency
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"tslib\": \"^1.10.0\"\n}\n},\n- \"@babel/code-frame\": {\n- \"version\": \"7.8.3\",\n- \"resolved\": \"https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.8.3.tgz?cache=0...
TypeScript
MIT License
cweijan/vscode-database-client
trim dependency
141,908
07.06.2020 17:23:22
-28,800
78c9f2e0e2b64240211a46226a507abe378a4ecc
add export service
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"integrity\": \"sha1-Ux5Yuj9RudrLmmZGyk3r9bFMpHQ=\",\n\"dev\": true\n},\n+ \"adler-32\": {\n+ \"version\": \"1.2.0\",\n+ \"resolved\": \"https://registry.npm.taobao.org/adler-32/download/adler-32-1...
TypeScript
MIT License
cweijan/vscode-database-client
add export service
141,908
10.06.2020 19:49:10
-28,800
3af3ee0b49da7a3f17ee064d4762dd66e1e8d404
fix view load bug
[ { "change_type": "MODIFY", "old_path": "src/view/viewManager.ts", "new_path": "src/view/viewManager.ts", "diff": "@@ -54,16 +54,18 @@ export class ViewManager {\nconst currentStatus = this.viewStatu[viewOption.title]\nif (viewOption.singlePage && currentStatus) {\n+ if (viewOption.killHidden && curr...
TypeScript
MIT License
cweijan/vscode-database-client
fix view load bug
141,908
13.06.2020 11:01:28
-28,800
4703b60f839a17a1b5a162ad72303f2f437da9fb
add exclude db
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/App.vue", "new_path": "src/vue/connect/App.vue", "diff": "password: '',\ndatabase: null,\nusingSSH: false,\n- excludeDatabases: 'mysql,performance_schema,information_schema',\n+ excludeDatabases: 'mysql,performance_schema,information_schema,sys...
TypeScript
MIT License
cweijan/vscode-database-client
add exclude db
141,908
24.06.2020 09:25:22
-28,800
ab96c8d658090bd0167f19689c786f55e31fd46a
trigger filter only when enter press
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<!-- data -->\n<el-table-column :label=\"field.name\" v-for=\"(field,index) in result.fields\" :key=\"index\" align=\"center\" sortable v-if=\"result.fields && field.name && toolbar.showCo...
TypeScript
MIT License
cweijan/vscode-database-client
trigger filter only when enter press
141,908
24.06.2020 09:50:04
-28,800
22db82e4467c83118c6aa2f81c2b75b3f676a75e
support config connection name
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -21,6 +21,9 @@ export class ConnectionNode extends Node {\nconstructor(readonly id: string, readonly parent: Node) {\nsuper(id)\nthis.init(parent)\n+ if (par...
TypeScript
MIT License
cweijan/vscode-database-client
support config connection name
141,908
24.06.2020 09:57:09
-28,800
1a73fd9a7006b2536ccb569a1dac419ac1ebe57f
add copy host
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"dark\": \"resources/dark/refresh.svg\"\n}\n},\n+ {\n+ \"command\": \"mysql.host.copy\",\n+ \"title\": \"Copy Host\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.name.copy\",\n\"title\": \"Copy...
TypeScript
MIT License
cweijan/vscode-database-client
add copy host
141,908
24.06.2020 10:10:49
-28,800
5a86765995991d21caae873c1f09f398ebe41e4f
update to 2.2.3
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.2.0\",\n+ \"version\": \"2.2.3\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.2.3
141,908
01.07.2020 17:32:10
-28,800
a48c1fec11b8c7c7417b554e320d37a3128426b2
support set value as null
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -315,6 +315,9 @@ export default {\nthis.update.currentNew = {};\n},\nwrapQuote(columnName, value) {\n+ if(value==\"\"){\n+ return \"null\";\n+ }\nif (typeof value == \"string\") {\nvalu...
TypeScript
MIT License
cweijan/vscode-database-client
support set value as null
141,908
01.07.2020 17:52:03
-28,800
e40705014d19e750c4e8e62605f70606b912e5fc
update to 2.2.6
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.2.4\",\n+ \"version\": \"2.2.6\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.2.6
141,908
04.07.2020 12:05:26
-28,800
d11be96b807fc6119e2e679885f6350846e0da12
2.2.7: fix bugs
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.2.6\",\n+ \"version\": \"2.2.7\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
2.2.7: fix bugs
141,908
07.07.2020 10:29:34
-28,800
b252e1e63afde066d9820d199dd242dbe9580c10
update to 2.2.8
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.2.8 - 2020/7/7\n+- Add count button in view.\n+\n+## 2.2.4~2.2.7\n+- Fix bugs and adjust result view.\n+\n## 2.2.3 - 2020/6/24\n- Add copy host feature.\n- Support add name prefix to connec...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.2.8
141,908
08.07.2020 21:23:29
-28,800
7aa14dca4bac312583503f55faf371cbda6eb168
add theme select, update to 2.3.0
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.3.0 - 2020/7/8\n+- Add dark theme.\n+\n## 2.2.8 - 2020/7/7\n- Add count button in view.\n" }, { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.jso...
TypeScript
MIT License
cweijan/vscode-database-client
add theme select, update to 2.3.0
141,908
10.07.2020 17:26:23
-28,800
0eb42810ce851bd59210d533a610d0c29df5f3df
fix view path error
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.3.1\",\n+ \"version\": \"2.3.2\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
fix view path error
141,908
13.07.2020 15:26:58
-28,800
e65d473a98657869b775f6fe6bc3dd7bfc17f307
history not record repeat sql
[ { "change_type": "MODIFY", "old_path": "src/service/common/historyRecorder.ts", "new_path": "src/service/common/historyRecorder.ts", "diff": "@@ -2,6 +2,8 @@ import { TextEditor, Selection } from \"vscode\";\nimport { FileManager } from \"../../common/filesManager\";\nexport class HistoryRecorder {\...
TypeScript
MIT License
cweijan/vscode-database-client
history not record repeat sql
141,908
14.07.2020 11:13:25
-28,800
26cade031d33e0ba0ca3f75592bf12f338a34e4b
change default charset to utf8mb4
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -92,7 +92,7 @@ export class ConnectionNode extends Node implements CopyAble {\npublic createDatabase() {\nvscode.window.showInputBox({ placeHolder: 'Input yo...
TypeScript
MIT License
cweijan/vscode-database-client
change default charset to utf8mb4
141,908
14.07.2020 11:24:17
-28,800
c32bf87f5feeb07baec54ac7956361d743494b7c
Add count sql.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Show Table Source\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.count.sql\",\n+ \"title\": \"Show Count\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.table.show\",\n...
TypeScript
MIT License
cweijan/vscode-database-client
Add count sql.
141,908
14.07.2020 12:40:52
-28,800
420f929da268f0d9bf56b8690abf74859c21bbd6
support query in new panel
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -28,6 +28,7 @@ export class QueryPage {\nprivate static exportService: ExportService = new MysqlExportService()\nprivate static pageService: PageService = new MysqlPageSerivce()\n+ ...
TypeScript
MIT License
cweijan/vscode-database-client
support query in new panel
141,908
14.07.2020 12:42:01
-28,800
f36bf661a0f24623fd541356efc9313f81b66cea
update to 2.3.3
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.3.3 - 2020/7/14\n+- Not record repeat history.\n+- Support query in new panel.\n+- Add count query to content menu of table node.\n+\n## 2.3.0 - 2020/7/10\n- Update result view.\n" }, {...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.3.3
141,908
14.07.2020 14:29:57
-28,800
ca5e9152826779d1580d58cdd417a5dea63838f9
add database truncate
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"category\": \"MySQL\"\n},\n{\n- \"command\": \"mysql.deleteDatabase\",\n+ \"command\": \"mysql.db.drop\",\n\"title\": \"Drop Database\",\n\"category\": \"MySQL\"\n},\n\"title\": \"Truncate Table\",\n\"categ...
TypeScript
MIT License
cweijan/vscode-database-client
add database truncate
141,908
15.07.2020 14:25:56
-28,800
21eb47b47d90ef6ea35d59bc0b41fc93b962ae08
update edit dialog in result view
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "</el-table-column>\n</el-table>\n<el-dialog ref=\"editDialog\" :title=\"editorTilte\" :visible.sync=\"editor.visible\" width=\"90%\" top=\"3vh\" size=\"small\">\n- <el-form ref=\"infoForm\...
TypeScript
MIT License
cweijan/vscode-database-client
update edit dialog in result view
141,908
15.07.2020 14:26:03
-28,800
0483e3fd3b3ebc048d7eb6edebe811107f4f71dd
update to 2.3.6
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.3.6 - 2020/7/15\n+- Support edit date in result view.\n+\n## 2.3.5 - 2020/7/14\n- Not record repeat history.\n- Support query in new panel.\n" }, { "change_type": "MODIFY", "old...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.3.6
141,908
20.07.2020 09:20:09
-28,800
c86d59215f01009f52619607d47629742ea0cab5
Support config default limit of query.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.3.7 - 2020/7/20\n+- Support config default limit of query.\n+\n## 2.3.6 - 2020/7/15\n- Support edit date in result view.\n" }, { "change_type": "MODIFY", "old_path": "README.md"...
TypeScript
MIT License
cweijan/vscode-database-client
Support config default limit of query.
141,908
20.07.2020 09:35:23
-28,800
f8b656d52d2b2586bfc21986ad1b90da0e39939d
change default size
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n\"vscode-mysql.defaultLimit\": {\n\"type\": \"integer\",\n- \"default\": \"100\",\n+ \"default\": 30,\n\"description\": \"Default limit of query sql.\"\n},\n\"vscode-mysql.resultTheme\": {\n" } ]
TypeScript
MIT License
cweijan/vscode-database-client
change default size
141,920
25.07.2020 14:38:31
14,400
d5d95380d1f718234f0fee8dcd916aa9906ea84c
Update README.md MySQL 8.0 _does_ work, but currently the `mysqljs/mysql` dependency doesn't support the newer authentication methods.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -9,7 +9,16 @@ MySQL Client For Visual Studio Code\n>\n> Give [project](https://github.com/cweijan/vscode-mysql) a star to keep me motivated to keep updating.\n-**Note: This plugin does not support MySql 8.0!**\n...
TypeScript
MIT License
cweijan/vscode-database-client
Update README.md MySQL 8.0 _does_ work, but currently the `mysqljs/mysql` dependency doesn't support the newer authentication methods.
141,908
30.07.2020 09:51:35
-28,800
6ef9ab3f8f5acac8005d7b43bfb3def5414c9355
fix update keyword column fail
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -385,7 +385,7 @@ export default {\nfor (const key in this.update.currentNew) {\nconst newEle = this.update.currentNew[key];\nif (newEle != null) {\n- columns += `${this.wrap(key)},`;\n+...
TypeScript
MIT License
cweijan/vscode-database-client
fix update keyword column fail
141,908
30.07.2020 09:58:01
-28,800
73ed921a284f12e25e8bd2835058a875edb71d37
change active show full
[ { "change_type": "MODIFY", "old_path": "src/provider/treeDataProvider.ts", "new_path": "src/provider/treeDataProvider.ts", "diff": "@@ -94,9 +94,10 @@ export class DbTreeDataProvider implements vscode.TreeDataProvider<Node> {\nconst dbIdList: string[] = [];\nconst dbIdMap = new Map<string, DatabaseN...
TypeScript
MIT License
cweijan/vscode-database-client
change active show full
141,908
30.07.2020 09:58:19
-28,800
0343e8ad2a6cdbf02fa6e6679bad4d2a683e3cb6
update to 2.3.9
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.3.8\",\n+ \"version\": \"2.3.9\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.3.9
141,908
02.08.2020 21:03:44
-28,800
6b305a19f706413410396e2021fdb11c35934823
update active icon
[ { "change_type": "ADD", "old_path": null, "new_path": "resources/icon/connection-active.svg", "diff": "+<svg id=\"Layer_1\" enable-background=\"new 0 0 494.9 494.9\" height=\"512\" viewBox=\"0 0 494.9 494.9\" width=\"512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m286.95 59.76v.24c-.29 30.58-5...
TypeScript
MIT License
cweijan/vscode-database-client
update active icon
141,908
02.08.2020 21:40:38
-28,800
ab650291ad2a04ee152b9226a838f9264d0207e0
add default value show
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -39,7 +39,7 @@ export class TableNode extends Node implements CopyAble {\nif (columnNodes && !isRresh) {\nreturn columnNodes;\n}\n- return QueryUnit.queryPromise<ColumnMeta[]>...
TypeScript
MIT License
cweijan/vscode-database-client
add default value show
141,908
02.08.2020 22:02:46
-28,800
ddae208855b1ef39114a18b5c59b749ecfffbeda
update edit panel
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<span style=\"color: red;\">{{column.key}}{{column.nullable=='YES'?'':' NOT NULL'}}</span>&nbsp;\n<span>{{column.defaultValue?` Default : ${column.defaultValue}`:\"\"}}</span>\n</span>\n- ...
TypeScript
MIT License
cweijan/vscode-database-client
update edit panel
141,908
02.08.2020 22:03:34
-28,800
fffcba78c59438426b28e859275273542672d89e
update to 2.3.10
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.3.9\",\n+ \"version\": \"2.3.10\",\n\"publisher\": \"cweijan\",\n\"icon\": \...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.3.10
141,908
02.08.2020 22:16:00
-28,800
3e34144dc6e03eb38239b07b7041c188034edbcd
support show auto_increment
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -39,7 +39,7 @@ export class TableNode extends Node implements CopyAble {\nif (columnNodes && !isRresh) {\nreturn columnNodes;\n}\n- return QueryUnit.queryPromise<ColumnMeta[]>...
TypeScript
MIT License
cweijan/vscode-database-client
support show auto_increment
141,908
02.08.2020 22:54:20
-28,800
3597eceae61e87db37bd7be8d825affdf341095d
add type tooltip
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<el-table-column fixed=\"left\" type=\"index\" :index=\"0\" width=\"50\" align=\"center\">\n</el-table-column>\n<!-- data -->\n- <el-table-column :label=\"field.name\" v-for=\"(field,index...
TypeScript
MIT License
cweijan/vscode-database-client
add type tooltip
141,908
02.08.2020 23:02:21
-28,800
6c60e89f6a08d9320f0bdef6fd03d079664c82e5
fix cannot paste
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -261,6 +261,12 @@ export default {\n}\n});\npostMessage({ type: \"init\" });\n+ window.addEventListener(\"keyup\", event => {\n+ if (event.key == \"c\" && event.ctrlKey) {\n+ console.lo...
TypeScript
MIT License
cweijan/vscode-database-client
fix cannot paste
141,908
02.08.2020 23:03:09
-28,800
14375cea47f506fb9a0c189f7b0399429ecdd7e7
update to 2.3.11
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.3.11 - 2020/8/2\n+- Hight light active connection.\n+- Show more info when open edit panel.\n+- Add column type tooltip in result panel.\n+- Fix copy fail.\n+\n## 2.3.7 - 2020/7/20\n- Suppo...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.3.11
141,908
02.08.2020 23:55:19
-28,800
9dd70b51d6675baaaa761d5f42a1692298686292
fix freeze when execute sql
[ { "change_type": "MODIFY", "old_path": "src/service/queryUnit.ts", "new_path": "src/service/queryUnit.ts", "diff": "@@ -107,6 +107,10 @@ export class QueryUnit {\nreturn;\n}\nif (Array.isArray(data)) {\n+ if (data[1] && data[1].__proto__.constructor.name == \"OkPacket\") {\n+ QueryPage.send({ type: ...
TypeScript
MIT License
cweijan/vscode-database-client
fix freeze when execute sql
141,908
03.08.2020 11:12:18
-28,800
bb64217482710300f024110e2a07f7c5434b93c0
add connection name as parent name
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -24,6 +24,7 @@ export class ConnectionNode extends Node implements CopyAble {\nthis.init(parent)\nif (parent.name) {\nthis.label = `${parent.name}_${id}`\n+ ...
TypeScript
MIT License
cweijan/vscode-database-client
add connection name as parent name
141,908
03.08.2020 15:42:08
-28,800
0b40b1f33a2874a1cf8520c8fe05fe86e1d915ce
auto add limit for select
[ { "change_type": "MODIFY", "old_path": "src/service/queryUnit.ts", "new_path": "src/service/queryUnit.ts", "diff": "@@ -31,8 +31,9 @@ export class QueryUnit {\n});\n}\n- private static ddlPattern = /^(alter|create|drop)/ig;\n- private static dmlPattern = /^(insert|update|delete)/ig;\n+ private stati...
TypeScript
MIT License
cweijan/vscode-database-client
auto add limit for select
141,908
03.08.2020 16:40:01
-28,800
7390c9e638c4a2e86bebb57fe5b7d420ecbb836c
init delete icon
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"command\": \"mysql.table.drop\",\n\"title\": \"Drop table\",\n- \"category\": \"MySQL\"\n+ \"category\": \"MySQL\",\n+ \"icon\": \"resources/icon/criss-cross.svg\"\n},\n{\n\"command\": \"mysql.mock.run\"...
TypeScript
MIT License
cweijan/vscode-database-client
init delete icon
141,908
03.08.2020 17:10:35
-28,800
6110db00bc202b695ff192621d8a21a83de7d02b
enhance dump speed.
[ { "change_type": "MODIFY", "old_path": "src/service/dump/mysqlDumpService.ts", "new_path": "src/service/dump/mysqlDumpService.ts", "diff": "@@ -10,15 +10,21 @@ import path = require('path');\nexport class MysqlDumpService extends AbstractDumpService {\nprotected dumpData(node: Node, exportPath: stri...
TypeScript
MIT License
cweijan/vscode-database-client
enhance dump speed.
141,908
03.08.2020 17:13:34
-28,800
443a365c7fb2be1e3ad7d7b5445ebdb3b67a393d
update to 2.3.13
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.3.13 - 2020/8/3\n+- Enhance dump performance.\n+\n## 2.3.12 - 2020/8/3\n- Auto add limit for select statement.\n" }, { "change_type": "MODIFY", "old_path": "package.json", "...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.3.13
141,908
03.08.2020 19:01:15
-28,800
19b678d35d6e0b404bdac75cd7687682121b5c27
refactor data import and support source command
[ { "change_type": "MODIFY", "old_path": "src/common/outputChannel.ts", "new_path": "src/common/outputChannel.ts", "diff": "\"user strict\";\nimport * as vscode from \"vscode\";\n+import format = require('date-format');\nexport class Console {\npublic static log(value: any) {\n@@ -7,7 +8,8 @@ export c...
TypeScript
MIT License
cweijan/vscode-database-client
refactor data import and support source command
141,908
04.08.2020 18:54:10
-28,800
d7f5f4b950861a995c0937daf6c0b612c1b4d771
init diagram
[ { "change_type": "MODIFY", "old_path": "src/model/diagram/diagramGroup.ts", "new_path": "src/model/diagram/diagramGroup.ts", "diff": "@@ -7,10 +7,35 @@ import { InfoNode } from \"../other/infoNode\";\nimport { Node } from \"../interface/node\";\nimport { DiagramNode } from \"./diagramNode\";\nimport...
TypeScript
MIT License
cweijan/vscode-database-client
init diagram
141,908
04.08.2020 22:28:38
-28,800
59df9070343f9fc95033a98301dca5db1514a836
2.4.1: fix limit bug
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.4.0\",\n+ \"version\": \"2.4.1\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
2.4.1: fix limit bug
141,908
06.08.2020 16:34:23
-28,800
5bb1c938031bd91837caf585529577e8cf3d57d3
init diagram logic
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Open Diagram\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.diagram.drop\",\n+ \"title\": \"Drop Diagram\",\n+ \"category\": \"MySQL\",\n+ \"icon\": \"resources/icon/criss-cross.svg...
TypeScript
MIT License
cweijan/vscode-database-client
init diagram logic
141,908
06.08.2020 18:28:00
-28,800
7a12380bd60f721cb9967701b1e59a3c8d9194e6
adjust diagram layout
[ { "change_type": "MODIFY", "old_path": "src/model/diagram/diagramGroup.ts", "new_path": "src/model/diagram/diagramGroup.ts", "diff": "@@ -49,7 +49,7 @@ export class DiagramGroup extends Node {\nvar colors = {\nred: \"#be4b15\",\ngreen: \"#52ce60\",\n- blue: \"#6ea5f8\",\n+ int: \"#6ea5f8\",\nlightre...
TypeScript
MIT License
cweijan/vscode-database-client
adjust diagram layout
141,908
06.08.2020 21:46:21
-28,800
5aa27ea4ac1775911d83a8108624152263b591b2
import vue router
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"portfinder\": \"^1.0.26\",\n\"sql-formatter\": \"^2.3.3\",\n\"tunnel-ssh\": \"^4.1.4\",\n- \"vue\": \"^2.6.11\"\n+ \"vue\": \"^2.6.11\",\n+ \"vue-router\": \"^3.4.1\"\n},\n\"__metadata\": {\n\"id\": \"38c08...
TypeScript
MIT License
cweijan/vscode-database-client
import vue router
141,908
06.08.2020 23:19:31
-28,800
35743104472b0d8ec12cfc66150bef094db7ff3e
support select tables
[ { "change_type": "MODIFY", "old_path": "src/model/diagram/diagramGroup.ts", "new_path": "src/model/diagram/diagramGroup.ts", "diff": "@@ -18,9 +18,9 @@ export class DiagramGroup extends Node {\niconPath: Global.getExtPath(\"resources\", \"icon\", \"diagram.svg\"),\nsplitView: false, eventHandler: (h...
TypeScript
MIT License
cweijan/vscode-database-client
support select tables
141,908
07.08.2020 00:23:07
-28,800
e4f135830b601255e94bec765ef6c2b799301edd
extra connect page
[ { "change_type": "MODIFY", "old_path": "src/model/diagram/diagramGroup.ts", "new_path": "src/model/diagram/diagramGroup.ts", "diff": "@@ -14,7 +14,7 @@ import { Global } from \"../../common/global\";\nexport class DiagramGroup extends Node {\npublic openAdd() {\nViewManager.createWebviewPanel({\n- p...
TypeScript
MIT License
cweijan/vscode-database-client
extra connect page
141,908
07.08.2020 10:33:23
-28,800
b41485b2592c3e1c69b1509cda9c4a3f362eaa7b
merge diagram and connect
[ { "change_type": "MODIFY", "old_path": "src/model/diagram/diagramGroup.ts", "new_path": "src/model/diagram/diagramGroup.ts", "diff": "@@ -14,12 +14,12 @@ import { Global } from \"../../common/global\";\nexport class DiagramGroup extends Node {\npublic openAdd() {\nViewManager.createWebviewPanel({\n-...
TypeScript
MIT License
cweijan/vscode-database-client
merge diagram and connect
141,908
07.08.2020 10:56:46
-28,800
1f0269152b40057180a631d64004064ae927a719
merge status and other
[ { "change_type": "MODIFY", "old_path": "src/view/status/abstractStatusService.ts", "new_path": "src/view/status/abstractStatusService.ts", "diff": "@@ -10,11 +10,14 @@ export abstract class AbstractStatusService implements StatusService {\npublic show(connectionNode: ConnectionNode): void | Promise<...
TypeScript
MIT License
cweijan/vscode-database-client
merge status and other
141,908
07.08.2020 13:58:48
-28,800
6bb479abd2c80b746cb0d034af13f29d906757ca
init overview
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.db.overview\",\n+ \"title\": \"Overview\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.db.drop\",\n\"title\": \"Drop Database\",\n\"w...
TypeScript
MIT License
cweijan/vscode-database-client
init overview
141,908
07.08.2020 15:21:20
-28,800
d85b634019235f5b6d403f2a4464e47049467ace
fix id duplicate bug
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL Client for vscode\",\n- \"version\": \"2.4.3\",\n+ \"version\": \"2.4.4\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
fix id duplicate bug
141,908
10.08.2020 20:40:56
-28,800
7d91b023d532742eb247407e6406b3db8681f3d9
update to 2.4.5
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.4.5 - 2020/8/10\n+- Support big number type.\n+\n## 2.4.3 - 2020/8/7\n- Add database overview.\n- Add diagram design.\n" }, { "change_type": "MODIFY", "old_path": "package.json"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.4.5