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
11.08.2020 11:22:02
-28,800
26da45b62c058480462d04a9eb70f6d2ea51f14c
update to 2.4.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.4.5\",\n+ \"version\": \"2.4.6\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.4.6
141,908
13.08.2020 23:19:34
-28,800
71ce4a810dd806ae93e4b994fb5d056482d35c26
update to 2.4.7
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.4.7 - 2020/8/13\n+- Fix overview render bug.\n+\n+## 2.4.6 - 2020/8/11\n+- Add more keyword.\n+\n## 2.4.5 - 2020/8/10\n- Support big number type.\n" }, { "change_type": "MODIFY", ...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.4.7
141,908
14.08.2020 18:40:48
-28,800
0ca04f36ace2eaaf837b8d0ae9e6737fd79c3b53
fix new panel bug
[ { "change_type": "MODIFY", "old_path": "src/service/queryUnit.ts", "new_path": "src/service/queryUnit.ts", "diff": "@@ -86,7 +86,7 @@ export class QueryUnit {\nconst isMulti = sql.match(Pattern.MULTI_PATTERN);\nif (!isMulti) {\n- if(sql.match(this.selectPattern) && !sql.match(/\\blimit\\b/i) && !sql...
TypeScript
MIT License
cweijan/vscode-database-client
fix new panel bug
141,908
17.08.2020 15:02:11
-28,800
601ec80251bc10924693abda34b55a965bc9cc3e
add new panel button
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"command\": \"mysql.table.show\",\n\"title\": \"Open In New Panel\",\n- \"category\": \"MySQL\"\n+ \"category\": \"MySQL\",\n+ \"icon\": \"resources/icon/analysis.svg\"\n},\n{\n\"command\": \"mysql.column...
TypeScript
MIT License
cweijan/vscode-database-client
add new panel button
141,908
17.08.2020 18:10:08
-28,800
550d458cf524ca9c845018d17489ae4bda9152bf
using umy-ui as table render, and support batch delete
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"pretty-bytes\": \"^5.3.0\",\n\"sql-formatter\": \"^2.3.3\",\n\"tunnel-ssh\": \"^4.1.4\",\n+ \"umy-ui\": \"^1.0.4\",\n\"vue\": \"^2.6.11\",\n\"vue-router\": \"^3.4.1\"\n},\n" }, { "change_type": "MOD...
TypeScript
MIT License
cweijan/vscode-database-client
using umy-ui as table render, and support batch delete
141,908
17.08.2020 18:47:57
-28,800
c019d37d91be02b1b0f1695eaf638afa59b1070b
init dark theme
[ { "change_type": "MODIFY", "old_path": "src/vue/result/theme/dark/dark-custom.css", "new_path": "src/vue/result/theme/dark/dark-custom.css", "diff": ".hint {\ncolor: #eee !important;\n}\n+\n+.plx-table.border--full .plx-table--header-wrapper{\n+ background: #222933 !important;\n+}\n+\n+.plx-table .p...
TypeScript
MIT License
cweijan/vscode-database-client
init dark theme
141,908
17.08.2020 23:05:27
-28,800
d7da8cc9e538f833edff78425039f95c3c104874
update limit setting name
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"default\": true,\n\"description\": \"Load database meta info when connected, If your machine's performance is low, turn it off.\"\n},\n- \"vscode-mysql.defaultLimit\": {\n+ \"vscode-mysql.defaultSelectLimit...
TypeScript
MIT License
cweijan/vscode-database-client
update limit setting name
141,908
25.08.2020 13:50:11
-28,800
757851ca1f0f60d873d5f9abbc522e333b624bd2
adjust result page
[ { "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.5.2\",\n+ \"version\": \"2.5.3\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
adjust result page
141,908
25.08.2020 21:44:08
-28,800
87a249dbed5e34d2f793e57a2e8d6bb2ff8d13fa
update to 2.5.4
[ { "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.5.3\",\n+ \"version\": \"2.5.4\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.5.4
141,908
06.09.2020 19:40:57
-28,800
37e1ee6a4f13a6f7b3048b23e85b5617b81bdc52
init quick edit
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "</template>\n<el-tag type=\"success\">CostTime :</el-tag>\n<span v-text=\"toolbar.costTime\"></span>ms\n- <span v-if=\"result.table\">, <el-tag type=\"warning\">Row :</el-tag>{{ result.dat...
TypeScript
MIT License
cweijan/vscode-database-client
init quick edit
141,908
06.09.2020 20:01:52
-28,800
ba18b4854d8f6d44afb3c161ac93a393649c6cb1
adjust interactive
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "</el-button>\n</template>\n</div>\n- <ux-grid ref=\"dataTable\" v-loading='table.loading' size='small' :cell-style=\"{height: '30px'}\" @sort-change=\"sort\" @table-body-scroll=\"(_,e)=>sc...
TypeScript
MIT License
cweijan/vscode-database-client
adjust interactive
141,908
06.09.2020 20:02:36
-28,800
61ca0751c2a5158612015bdfeb26b77ce217a953
update to 2.5.5
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.5.5 - 2020/9/6\n+- Change update as edit in same view.\n+\n## 2.5.0 - 2020/8/17\n- Improvement query result render performance.\n" }, { "change_type": "MODIFY", "old_path": "pac...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.5.5
141,908
21.09.2020 15:45:46
-28,800
3ea8fd2702f58a46917f413042a4cc3305bfd670
init export panel
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "</ux-table-column>\n</ux-grid>\n<!-- talbe result -->\n-\n<el-dialog ref=\"editDialog\" :title=\"editorTilte\" :visible.sync=\"editor.visible\" width=\"90%\" top=\"3vh\" size=\"small\">\n<...
TypeScript
MIT License
cweijan/vscode-database-client
init export panel
141,908
21.09.2020 16:20:17
-28,800
a11760b87b21d84e6951b163e1cfe1b482337b2c
refactor export flow
[ { "change_type": "MODIFY", "old_path": "src/service/export/abstractExportService.ts", "new_path": "src/service/export/abstractExportService.ts", "diff": "@@ -3,18 +3,23 @@ import { ExportService } from \"./exportService\";\nimport { FieldInfo } from \"mysql\";\nimport * as fs from \"fs\";\nimport { ...
TypeScript
MIT License
cweijan/vscode-database-client
refactor export flow
141,908
21.09.2020 16:29:57
-28,800
3b5b077ba8c23327eb07d01b0737732e15b791a3
update to 2.5.7
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.5.7 - 2020/9/21\n+- Refacotr export panel.\n+\n## 2.5.5 - 2020/9/6\n- Change update as edit in same view.\n" }, { "change_type": "MODIFY", "old_path": "package.json", "new_p...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.5.7
141,908
22.09.2020 23:09:38
-28,800
d26f4c6b4009786213012581cf9fc56d26c60769
export data within db
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"element-ui\": \"^2.13.2\",\n\"mockjs\": \"^1.1.0\",\n\"mysql\": \"^2.18.1\",\n- \"mysqldump\": \"^3.1.0\",\n+ \"mysqldump_plus\": \"^3.2.2\",\n\"node-xlsx\": \"^0.15.0\",\n\"portfinder\": \"^1.0.26\",\n\"pr...
TypeScript
MIT License
cweijan/vscode-database-client
export data within db
141,908
22.09.2020 23:54:49
-28,800
ee12032a388ee39aa20e099020df96c091ba5340
update to 2.5.8
[ { "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.5.7\",\n+ \"version\": \"2.5.8\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 2.5.8
141,909
01.10.2020 14:15:57
-28,800
520c842fa8e103449aa409f2bd540a253192923c
sort by column order origin position
[ { "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
sort by column order origin position
141,908
20.10.2020 14:33:44
-28,800
93add9aaa13929c4c5dc09971832634f839617e4
Support add workspace connection
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"properties\": {\n\"vscode-mysql.maxTableCount\": {\n\"type\": \"integer\",\n- \"default\": 500,\n+ \"default\": 1000,\n\"description\": \"The maximum table count shown in the tree view\"\n},\n\"vscode-mysql...
TypeScript
MIT License
cweijan/vscode-database-client
Support add workspace connection
141,908
20.10.2020 15:22:54
-28,800
858a7e8e5d6f94d4db7425448b051220910e9c44
Fix run mock fail
[ { "change_type": "MODIFY", "old_path": "src/service/mock/mockModel.ts", "new_path": "src/service/mock/mockModel.ts", "diff": "export interface MockModel {\n+ mode: string;\nhost: string;\nport: number;\nuser: string;\n" }, { "change_type": "MODIFY", "old_path": "src/service/mock/mockRunn...
TypeScript
MIT License
cweijan/vscode-database-client
Fix run mock fail
141,908
20.10.2020 16:06:57
-28,800
f25108c53b9ebc0ef6f6525cf01b44650e188ce9
Compatible previous connection
[ { "change_type": "MODIFY", "old_path": "src/provider/treeDataProvider.ts", "new_path": "src/provider/treeDataProvider.ts", "diff": "@@ -96,15 +96,25 @@ export class DbTreeDataProvider implements vscode.TreeDataProvider<Node> {\nlet connections = this.context.globalState.get<{ [key: string]: Node }>(...
TypeScript
MIT License
cweijan/vscode-database-client
Compatible previous connection
141,908
20.10.2020 16:18:40
-28,800
f8d2ba795fef9e4c807b8c16ea253eb478054e79
Prevent global state failure
[ { "change_type": "MODIFY", "old_path": "src/provider/treeDataProvider.ts", "new_path": "src/provider/treeDataProvider.ts", "diff": "@@ -96,6 +96,7 @@ export class DbTreeDataProvider implements vscode.TreeDataProvider<Node> {\nlet connections = this.context.globalState.get<{ [key: string]: Node }>(Ca...
TypeScript
MIT License
cweijan/vscode-database-client
Prevent global state failure
141,908
09.11.2020 09:27:59
-28,800
5e44676429f19c9af7858d9ec60ae9ccc85d5246
export custom path
[ { "change_type": "MODIFY", "old_path": "src/service/dump/abstractDumpService.ts", "new_path": "src/service/dump/abstractDumpService.ts", "diff": "@@ -3,6 +3,8 @@ import * as vscode from \"vscode\";\nimport { DatabaseCache } from \"../common/databaseCache\";\nimport { Console } from \"../../common/ou...
TypeScript
MIT License
cweijan/vscode-database-client
export custom path
141,908
09.11.2020 10:31:25
-28,800
47693058cec4ea69203da6a4a2a790dfc12c7bb1
export xlsx can custom file name
[ { "change_type": "MODIFY", "old_path": "src/service/export/abstractExportService.ts", "new_path": "src/service/export/abstractExportService.ts", "diff": "@@ -7,24 +7,26 @@ import { ExportOption } from \"./exportOption\";\nexport abstract class AbstractExportService implements ExportService {\npublic...
TypeScript
MIT License
cweijan/vscode-database-client
export xlsx can custom file name
141,908
12.11.2020 09:15:24
-28,800
b66686d210e980f878c7f6000e3ac9d900e088da
add more function
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/functionChain.ts", "new_path": "src/provider/Complection/chain/functionChain.ts", "diff": "@@ -3,7 +3,7 @@ import { ComplectionChain, ComplectionContext } from \"../complectionContext\";\nexport class FunctionChain implements Com...
TypeScript
MIT License
cweijan/vscode-database-client
add more function
141,908
12.11.2020 10:01:24
-28,800
744e18bdace6675e17921e2cbc17fffea5cc1fb0
support using function on gui
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<template>\n<span>\n{{ column.name }} : {{ column.type }} &nbsp;\n- <span style=\"color: red;\">{{ column.key }}{{ column.nullable == 'YES' ? '' : ' NOT NULL' }}</span>&nbsp;\n+ <span styl...
TypeScript
MIT License
cweijan/vscode-database-client
support using function on gui
141,908
12.11.2020 11:51:48
-28,800
58cc35e16701cb549e810e237f89baa8e5d82dcb
add includeDatabase filter
[ { "change_type": "RENAME", "old_path": "src/vue/index.html", "new_path": "public/index.html", "diff": "" }, { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -46,9 +46,14 @@ export class ...
TypeScript
MIT License
cweijan/vscode-database-client
add includeDatabase filter
141,908
12.11.2020 12:45:55
-28,800
c632ea470e735fd062db1fbf2937c333c0766f5d
update table color
[ { "change_type": "MODIFY", "old_path": "public/theme/auto.css", "new_path": "public/theme/auto.css", "diff": "@@ -1331,7 +1331,7 @@ body {\n.el-pagination__sizes {\nmargin: 0 10px 0 0;\nfont-weight: 400;\n- color: #606266\n+ color: var(--primary-color);\n}\n.el-pagination__sizes .el-input .el-input_...
TypeScript
MIT License
cweijan/vscode-database-client
update table color
141,908
19.11.2020 12:10:06
-28,800
22ca95783e7e6556573568ed1ddef9176b2e439f
migrate webview to new inner api
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -65,31 +65,26 @@ export class QueryPage {\nsplitView: this.isActiveSql(),\npath: 'result', title,\niconPath: Global.getExtPath(\"resources\", \"icon\", \"query.svg\"),\n- initListen...
TypeScript
MIT License
cweijan/vscode-database-client
migrate webview to new inner api
141,908
19.11.2020 14:05:56
-28,800
9dfa0b8489840c147f200d48ce9a59b611c4b653
Hide extra toolbar when not select
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -448,6 +448,10 @@ export default {\nif (row.isFilter) {\nreturn;\n}\n+ if(this.$refs.dataTable.getCheckboxRecords().length==0){\n+ this.toolbar.row = {};\n+ return;\n+ }\nthis.toolbar.r...
TypeScript
MIT License
cweijan/vscode-database-client
Hide extra toolbar when not select
141,908
19.11.2020 14:19:52
-28,800
3576162adb0df376b7e8e8c3d751fc2a6eb06051
fix load next fail
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -94,7 +94,7 @@ export class QueryPage {\nconst sql = this.pageService.build(params.sql, params.pageNum, params.pageSize)\nconst connection = await ConnectionManager.getConnection(Co...
TypeScript
MIT License
cweijan/vscode-database-client
fix load next fail
141,908
20.11.2020 11:13:09
-28,800
a171b59b1a14d29f1b7f479514cdce880f82e0eb
fix edit fail
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -448,7 +448,7 @@ export default {\nif (row.isFilter) {\nreturn;\n}\n- if(this.$refs.dataTable.getCheckboxRecords().length==0){\n+ if(column.type == \"checkbox\" && this.$refs.dataTable....
TypeScript
MIT License
cweijan/vscode-database-client
fix edit fail
141,908
29.11.2020 01:00:23
-28,800
d5bf4ffc9232941a28303d6c5081a8fc08c7a50d
Support export view
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+## 2.7.8 - 2020/11/29\n+- Support change active database from status bar.\n+- Support export view.\n+\n## 2.7.5 - 2020/11/19\n- Migrate status to status bar.\n" }, { "change_type": "MODI...
TypeScript
MIT License
cweijan/vscode-database-client
Support export view
141,908
29.11.2020 01:27:30
-28,800
a8c0edd8ffd851b5351336d622826f3c2cfe3b56
support open export sql
[ { "change_type": "MODIFY", "old_path": "src/service/dump/mysqlDumpService.ts", "new_path": "src/service/dump/mysqlDumpService.ts", "diff": "@@ -45,7 +45,11 @@ Origin command : \\`mysqldump -h ${host} -P ${port} -u ${node.user} -p --database\n}\n}\nmysqldump(option).then(() => {\n- vscode.window.show...
TypeScript
MIT License
cweijan/vscode-database-client
support open export sql
141,908
29.11.2020 01:57:30
-28,800
97423c7791993214bc04a4aff9c9435d8fad8278
support export procedure and function
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "## 2.7.8 - 2020/11/29\n- Support change active database from status bar.\n-- Support export view.\n+- Support export view, procedure, function.\n## 2.7.5 - 2020/11/19\n- Migrate status to status bar.\n" }, ...
TypeScript
MIT License
cweijan/vscode-database-client
support export procedure and function
141,908
29.11.2020 02:46:40
-28,800
4cef477379440e741c6ecbde641d33c03a93c03c
Fix multi query page database change.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "## 2.7.8 - 2020/11/29\n- Support change active database from status bar.\n- Support export view, procedure, function.\n+- Fix multi query page database change.\n## 2.7.5 - 2020/11/19\n- Migrate status to stat...
TypeScript
MIT License
cweijan/vscode-database-client
Fix multi query page database change.
141,908
29.11.2020 03:04:51
-28,800
4187b2bc8526d334e93b2a934a0f88a0193c1f34
remove message border
[ { "change_type": "MODIFY", "old_path": "public/theme/auto.css", "new_path": "public/theme/auto.css", "diff": "@@ -4410,8 +4410,8 @@ body {\npadding-bottom: 10px;\nvertical-align: middle;\nbackground-color: var(--vscode-editor-background);;\n- border-radius: 4px;\n- border: 1px solid #EBEEF5;\n+ /* b...
TypeScript
MIT License
cweijan/vscode-database-client
remove message border
141,908
29.11.2020 05:04:29
-28,800
8c6bb0a030cb1c7e53818520eb8b366bd5d54c8a
fix run after query result
[ { "change_type": "ADD", "old_path": null, "new_path": "src/common/trans.ts", "diff": "+/**\n+ * avoid run send after date on query result.\n+ */\n+export class Trans {\n+ public static transId: string;\n+ public static begin() {\n+ this.transId=new Date().getTime()+\"_query\";\n+ }\n+}\n\\ No newlin...
TypeScript
MIT License
cweijan/vscode-database-client
fix run after query result
141,908
29.11.2020 06:14:35
-28,800
995e61207a1c385a7cf49fead885a3bff531eacd
add connection shortcut
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -30,7 +30,12 @@ export class ConnectionManager {\nif (fileNode) { return fileNode }\n}\n- return this.lastConnectionNode;\n+ const node = this.lastConnectionNode;\n+...
TypeScript
MIT License
cweijan/vscode-database-client
add connection shortcut
141,908
30.11.2020 10:56:53
-28,800
6e822182a136d9cc030db454f22b3a0af2f3864b
change connection alive check logic
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -76,16 +76,14 @@ export class ConnectionManager {\nconst key = connectionNode.getConnectId();\nconst connection = this.activeConnection[key];\nif (connection && (con...
TypeScript
MIT License
cweijan/vscode-database-client
change connection alive check logic
141,908
30.11.2020 21:43:27
-28,800
9a78d629df8594d10021dd7e064a3bd00d9a2e30
hide connect end error
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -78,7 +78,7 @@ export class ConnectionManager {\nif (connection && (connection.connection.state == 'authenticated' || connection.connection.authorized)) {\nconst sql...
TypeScript
MIT License
cweijan/vscode-database-client
hide connect end error
141,908
01.12.2020 21:11:10
-28,800
346db9c87ed512a137cf8fdd1d3408ade64fe2fb
fix export Predcure fail
[ { "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.8.3\",\n+ \"version\": \"2.8.4\",\n\"publisher\": \"cweijan\",\n\"icon\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
fix export Predcure fail
141,908
05.12.2020 00:20:03
-28,800
7768e5adcc842215f493960c76016fd0a5e340e6
bind comman to view
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Add Column\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.column.up\",\n+ \"title\": \"Move Column Up\",\n+ \"category\": \"MySQL\"\n+ },\n+ {\n+ \"command\": \"mysql.column.down\",...
TypeScript
MIT License
cweijan/vscode-database-client
bind comman to view
141,908
06.12.2020 13:44:27
-28,800
dc4055b1cdb313e20c314b5490baa58a1a81a9f1
Support change column position
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"command\": \"mysql.column.up\",\n\"title\": \"Move Column Up\",\n- \"category\": \"MySQL\"\n+ \"category\": \"MySQL\",\n+ \"icon\": {\n+ \"light\": \"resources/light/up.png\",\n+ \"dark\": \"resources/da...
TypeScript
MIT License
cweijan/vscode-database-client
Support change column position
141,902
17.12.2020 03:55:29
-28,800
878d860b5d7e4c83f723d8304d913b2a83b52c7c
Add tailwindcss, postcss package and its configurations
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"css-loader\": \"^3.5.3\",\n\"file-loader\": \"^6.0.0\",\n\"html-webpack-plugin\": \"^4.3.0\",\n+ \"postcss\": \"^8.2.1\",\n+ \"postcss-loader\": \"^4.1.0\",\n\"style-loader\": \"^1.2.1\",\n+ \"tailwindcss\"...
TypeScript
MIT License
cweijan/vscode-database-client
Add tailwindcss, postcss package and its configurations
141,902
18.12.2020 19:20:00
-28,800
e8441589977d55751ad1680f73ed06a7b8061357
Improve connect page; remove some unused code
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "<template>\n- <div class=\"container\" id='app'>\n- <h1>Connect to MySQL server</h1>\n- <blockquote class=\"panel\" id=\"error\" v-if=\"error\">\n- <p class=\"panel__text\">\n- Conne...
TypeScript
MIT License
cweijan/vscode-database-client
Improve connect page; remove some unused code
141,902
18.12.2020 19:21:04
-28,800
d4e9a431d7dec06146b6b6d1cc5350733b263d51
Formatted by prettier
[ { "change_type": "MODIFY", "old_path": "src/vue/App.vue", "new_path": "src/vue/App.vue", "diff": "</template>\n<script>\n-import { getVscodeEvent } from \"./util/vscode\";\n+import { getVscodeEvent } from \"./util/vscode\"\n-const vscodeEvent = getVscodeEvent();\n+const vscodeEvent = getVscodeEvent(...
TypeScript
MIT License
cweijan/vscode-database-client
Formatted by prettier
141,908
19.12.2020 20:12:51
-28,800
5ba9c8420463a67db5e5dfecfb72bbec107dca19
fix id duplicate
[ { "change_type": "MODIFY", "old_path": "src/provider/treeDataProvider.ts", "new_path": "src/provider/treeDataProvider.ts", "diff": "@@ -92,13 +92,19 @@ export class DbTreeDataProvider implements vscode.TreeDataProvider<Node> {\nlet workspaceConnections = this.context.globalState.get<{ [key: string]:...
TypeScript
MIT License
cweijan/vscode-database-client
fix id duplicate
141,908
21.12.2020 22:42:55
-28,800
836279a978482ac9cc6c12ffa36a19ef4ab33320
Change result title
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -78,7 +78,7 @@ export class QueryPage {\n})\nhandler.on(\"init\", () => {\nif (queryParam.res?.table) {\n- handler.panel.title = queryParam.res.table\n+ handler.panel.title = `${que...
TypeScript
MIT License
cweijan/vscode-database-client
Change result title
141,908
21.12.2020 23:13:15
-28,800
b15be1265d2ac3814b0123c758a36464a66cf607
Update user display
[ { "change_type": "MODIFY", "old_path": "src/model/database/userGroup.ts", "new_path": "src/model/database/userGroup.ts", "diff": "@@ -22,10 +22,10 @@ export class UserGroup extends DatabaseNode {\npublic async getChildren(isRresh: boolean = false): Promise<Node[]> {\nlet userNodes = [];\n- return Qu...
TypeScript
MIT License
cweijan/vscode-database-client
Update user display
141,908
21.12.2020 23:59:44
-28,800
9281a22d07af8b6a557d91c670402b43da1aec8a
Support save query.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.query.add\",\n+ \"title\": \"Create Query\",\n+ \"icon\": {\n+ \"light\": \"resources/light/add.svg\",\n+ \"dark\": \"resources/dark/add.svg\"\n+ }...
TypeScript
MIT License
cweijan/vscode-database-client
Support save query.
141,908
22.12.2020 09:12:51
-28,800
06aca135b564453d57d8e286ee4cbf2a2fd61fa2
Support enter to connect
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "@@ -243,6 +243,11 @@ export default {\nthis.errorMessage = err\n})\nvscodeEvent.emit(\"route-\" + this.$route.name)\n+ window.onkeydown=e=>{\n+ if(e.key==\"Enter\" && e.target.tagNam...
TypeScript
MIT License
cweijan/vscode-database-client
Support enter to connect
141,908
22.12.2020 09:31:28
-28,800
86e0ab09a3cc3d547b7ffe9be31677d11cb62bd1
Trim code, support rename query
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.query.rename\",\n+ \"title\": \"Rename Query\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.diagram.open\",\n\"title\": \"Open Diagra...
TypeScript
MIT License
cweijan/vscode-database-client
Trim code, support rename query
141,908
28.12.2020 21:54:14
-28,800
e29086ad1166f79f53f599c127d241469701ad3c
Add pager and resign button
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "</el-col>\n</el-row>\n<div class=\"toolbar\">\n- <el-input v-model=\"table.search\" size=\"small\" placeholder=\"Input To Search Data\" style=\"width:200px\" />\n- <el-button @click=\"expo...
TypeScript
MIT License
cweijan/vscode-database-client
Add pager and resign button
141,908
28.12.2020 21:58:58
-28,800
012cf7da5bfc76a80ae4b15d9e8e1054d776ee80
Update page theme
[ { "change_type": "MODIFY", "old_path": "public/theme/auto.css", "new_path": "public/theme/auto.css", "diff": "@@ -1281,7 +1281,7 @@ body {\n}\n.el-pagination .btn-next, .el-pagination .btn-prev {\n- background: center center no-repeat #FFF;\n+ background: center center no-repeat var(--vscode-editor-...
TypeScript
MIT License
cweijan/vscode-database-client
Update page theme
141,908
28.12.2020 22:26:06
-28,800
849ccacccae267eaaa64530cbedaabb3e35af9b9
Fix tree view not sync when delete
[ { "change_type": "MODIFY", "old_path": "src/model/main/functionGroup.ts", "new_path": "src/model/main/functionGroup.ts", "diff": "@@ -26,7 +26,7 @@ export class FunctionGroup extends Node {\nreturn QueryUnit.queryPromise<any[]>(await ConnectionManager.getConnection(this), `SELECT ROUTINE_NAME FROM i...
TypeScript
MIT License
cweijan/vscode-database-client
Fix tree view not sync when delete
141,908
29.12.2020 10:48:49
-28,800
f3143fbde12b7d98fc811b6ee4ef29de057c926a
Support export as csv
[ { "change_type": "MODIFY", "old_path": "src/service/export/abstractExportService.ts", "new_path": "src/service/export/abstractExportService.ts", "diff": "@@ -3,28 +3,28 @@ import { ExportService } from \"./exportService\";\nimport { FieldInfo } from \"mysql2\";\nimport * as fs from \"fs\";\nimport {...
TypeScript
MIT License
cweijan/vscode-database-client
Support export as csv
141,908
29.12.2020 11:21:37
-28,800
459648122ef2abce8cb7c6975508dc80f8e79b2c
Support export data as sql
[ { "change_type": "MODIFY", "old_path": "src/service/export/abstractExportService.ts", "new_path": "src/service/export/abstractExportService.ts", "diff": "@@ -3,10 +3,11 @@ import { ExportService } from \"./exportService\";\nimport { FieldInfo } from \"mysql2\";\nimport * as fs from \"fs\";\nimport {...
TypeScript
MIT License
cweijan/vscode-database-client
Support export data as sql
141,908
29.12.2020 11:59:56
-28,800
6884021efc31181260fa30dfb3ab4156a656bf0d
Enhance UX/UI
[ { "change_type": "MODIFY", "old_path": "src/service/export/abstractExportService.ts", "new_path": "src/service/export/abstractExportService.ts", "diff": "@@ -4,19 +4,25 @@ import { FieldInfo } from \"mysql2\";\nimport * as fs from \"fs\";\nimport { Console } from \"../../common/Console\";\nimport { ...
TypeScript
MIT License
cweijan/vscode-database-client
Enhance UX/UI
141,908
29.12.2020 13:26:05
-28,800
faa84ed3425c5c6c43d9a28a7bf54d78f7ffe23a
Support show total
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -104,7 +104,7 @@ export class QueryPage {\nconst sql = params.sql\nconst connection = await ConnectionManager.getConnection(ConnectionManager.getLastConnectionOption())\nQueryUnit.q...
TypeScript
MIT License
cweijan/vscode-database-client
Support show total
141,908
29.12.2020 13:38:37
-28,800
6d67e24b1deb27bb95011c2b53f035ae90b0cb8b
Support export as json
[ { "change_type": "MODIFY", "old_path": "src/service/export/abstractExportService.ts", "new_path": "src/service/export/abstractExportService.ts", "diff": "@@ -39,6 +39,9 @@ export abstract class AbstractExportService implements ExportService {\ncase ExportType.csv:\nthis.exportToCsv(filePath, fields,...
TypeScript
MIT License
cweijan/vscode-database-client
Support export as json
141,908
30.12.2020 13:34:14
-28,800
c082844a16db0d96d6999570c722eff653bc6d7f
Remeber pagesize
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -108,6 +108,8 @@ export class QueryPage {\n})\n}).on(OperateType.export, (params) => {\nthis.exportService.export(params.option)\n+ }).on('changePageSize', (pageSize) => {\n+ Global...
TypeScript
MIT License
cweijan/vscode-database-client
Remeber pagesize
141,908
31.12.2020 11:29:52
-28,800
4d7106d2ceb6bd0e9598c024b98a57fd26d093f0
Enhance update UX
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<el-button type=\"success\" size=\"mini\" icon=\"el-icon-s-help\" circle title=\"Count\" @click='count(toolbar.sql);'></el-button>\n<el-button type=\"info\" title=\"Insert new row\" icon=\...
TypeScript
MIT License
cweijan/vscode-database-client
Enhance update UX
141,908
31.12.2020 11:34:05
-28,800
a4b6f3f204a77ca782d9ce0bce3209a51f2bdfc5
Remember connection info
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -64,6 +64,7 @@ export class QueryPage {\n}\n}\n+ const dbOption = ConnectionManager.getLastConnectionOption();\nViewManager.createWebviewPanel({\nsinglePage: true,\nsplitView: this....
TypeScript
MIT License
cweijan/vscode-database-client
Remember connection info
141,908
31.12.2020 12:36:50
-28,800
ce0a63fcb1092b47f3fd2a1aba5a20bfcfab5db0
Add require hint
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<ux-table-column v-if=\"result.fields && field.name && toolbar.showColumns.includes(field.name.toLowerCase())\" v-for=\"(field,index) in result.fields\" :key=\"index\" :resizable=\"true\" ...
TypeScript
MIT License
cweijan/vscode-database-client
Add require hint
141,908
31.12.2020 13:34:07
-28,800
cde8bfd35b1e2d717f796b0ef12016029381358a
Auto show count
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"type\": \"integer\",\n\"default\": 100,\n\"description\": \"Default limit of query sql.\"\n+ },\n+ \"vscode-mysql.showTotal\": {\n+ \"type\": \"boolean\",\n+ \"default\": true,\n+ \"description\": \"Show to...
TypeScript
MIT License
cweijan/vscode-database-client
Auto show count
141,908
04.01.2021 10:42:05
-28,800
138370eabb73e8d9a233af056e2999624fc77478
Show count when size is zero.
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<el-button @click=\"exportOption.visible = true\" type=\"primary\" size=\"mini\" icon=\"el-icon-bottom\" circle title=\"Export\"></el-button>\n<el-button type=\"success\" size=\"mini\" ico...
TypeScript
MIT License
cweijan/vscode-database-client
Show count when size is zero.
141,908
04.01.2021 10:56:39
-28,800
94276022704acc09bf9695ee2e17af2f08c86dec
better result view
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "</el-tooltip>\n</template>\n<template slot-scope=\"scope\">\n- <el-input v-if=\"scope.row.isFilter\" v-model=\"toolbar.filter[scope.column.title]\" :clearable='true' placeholder=\"Filter\"...
TypeScript
MIT License
cweijan/vscode-database-client
better result view
141,908
04.01.2021 11:05:44
-28,800
102ef0b80f22304bd9633cfe061c38c20e4dfa0d
Fix update fail.
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -395,7 +395,7 @@ export default {\n}\n},\nupdateEdit(row, column, event) {\n- if (row.isFilter || this.update.current) {\n+ if (row.isFilter) {\nreturn\n}\nthis.update.current = { ...ro...
TypeScript
MIT License
cweijan/vscode-database-client
Fix update fail.
141,908
04.01.2021 11:09:02
-28,800
e976dee282b456ccdae8a9cacb917dbc49b88d55
Update input border.
[ { "change_type": "MODIFY", "old_path": "public/theme/auto.css", "new_path": "public/theme/auto.css", "diff": "--input-color: var(--vscode-tab-activeForeground);\n--primary-color: var(--vscode-tab-activeForeground);\n--second-color: var(--vscode-input-placeholderForeground);\n- --border-color: var(--...
TypeScript
MIT License
cweijan/vscode-database-client
Update input border.
141,908
04.01.2021 11:41:57
-28,800
3257b6459335811391317ec0c7916c93e171af2e
Support view comment
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "</ux-table-column>\n<ux-table-column v-if=\"result.fields && field.name && toolbar.showColumns.includes(field.name.toLowerCase())\" v-for=\"(field,index) in result.fields\" :key=\"index\" ...
TypeScript
MIT License
cweijan/vscode-database-client
Support view comment
141,908
04.01.2021 11:54:30
-28,800
bd1663e8b3d05776b820fffd8e5b2255066be870
Update new panel title
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -54,10 +54,10 @@ export class QueryPage {\n}\n- let title = queryParam.singlePage ? \"Query\" : \"Query\" + new Date().getTime();\n+ let type = queryParam.singlePage ? \"Query\" : \...
TypeScript
MIT License
cweijan/vscode-database-client
Update new panel title
141,908
04.01.2021 15:14:54
-28,800
2e8fd8dd3a0b97d573328f5b540056359fa85777
Add i18n of chinese.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "- Better result view border color.\n- Remember page size.\n- Fix sql formatter could not be detect comment correctly.\n+- Add i18n of chinese.\n# 2.9.0 2020/12/31\n" }, { "change_type": "MODIFY", ...
TypeScript
MIT License
cweijan/vscode-database-client
Add i18n of chinese.
141,908
04.01.2021 16:02:34
-28,800
7c6847290d71f24e45c2647f3db9ab65760af8cd
Init donate button
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "import { extname, basename } from \"path\";\n-import { StatusBarAlignment, StatusBarItem, window } from \"vscode\";\n+import { env, StatusBarAlignment, StatusBarItem, Uri, window } fro...
TypeScript
MIT License
cweijan/vscode-database-client
Init donate button
141,908
05.01.2021 11:33:42
-28,800
c854f90ab1968be29e08be31871339985bb5e3d5
Support chose ssh cipher
[ { "change_type": "MODIFY", "old_path": "src/model/interface/sshConfig.ts", "new_path": "src/model/interface/sshConfig.ts", "diff": "@@ -10,5 +10,9 @@ export interface SSHConfig {\nprivateKeyPath?: string;\nprivateKey?: Buffer;\npassphrase?: string;\n+ algorithms?: Algorithms;\n}\n+export interface A...
TypeScript
MIT License
cweijan/vscode-database-client
Support chose ssh cipher
141,908
05.01.2021 14:31:46
-28,800
ed92ab68456a1f8491acc5a69e1435fa202980a9
Update null column render.
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -520,7 +520,7 @@ export default {\n},\ndataformat(origin) {\nif (origin == undefined || origin == null) {\n- return \"<b>(NULL)</b>\"\n+ return \"<span class='null-column'>(NULL)</span>...
TypeScript
MIT License
cweijan/vscode-database-client
Update null column render.
141,908
05.01.2021 15:20:43
-28,800
048001a3ace1c2576e43c5b0b4f7ec44a3b2dfea
Init db type.
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -46,6 +46,23 @@ export enum Confirm {\nYES = \"YES\", NO = \"NO\"\n}\n+export enum DatabaseType{\n+ MYSQL=\"mysql\",\n+ /**\n+ * https://www.npmjs.com/package/pg pg-hstore\n+ */\n+ PG...
TypeScript
MIT License
cweijan/vscode-database-client
Init db type.
141,908
05.01.2021 15:24:42
-28,800
4c2de22f4f863f90d02028d1b8376629db7061f3
Fix posible null point.
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -130,7 +130,11 @@ export class QueryPage {\nprivate static async loadColumnList(queryParam: QueryParam<DataResponse>) {\nconst fields = queryParam.res.fields;\nconst conn = queryPar...
TypeScript
MIT License
cweijan/vscode-database-client
Fix posible null point.
141,908
05.01.2021 21:24:10
-28,800
36bb5528d21e0c8148201a4b4053dc3451d2ae66
Adding dialect
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -23,6 +23,7 @@ export class ConnectionNode extends Node implements CopyAble {\nconstructor(readonly id: string, readonly parent: Node) {\nsuper(id)\nthis.ini...
TypeScript
MIT License
cweijan/vscode-database-client
Adding dialect
141,908
06.01.2021 00:10:03
-28,800
1b5d023b810acbc0e5a1dad28dc9282819902dbc
Adding dialect...
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -38,7 +38,7 @@ export class TableNode extends Node implements CopyAble {\nif (columnNodes && !isRresh && this.collapsibleState != vscode.TreeItemCollapsibleState.Expanded) {\n...
TypeScript
MIT License
cweijan/vscode-database-client
Adding dialect...
141,908
06.01.2021 01:52:42
-28,800
9e1ca9ba5881f1e7922ad81627dcbef4c153df6a
Fix init fail.
[ { "change_type": "MODIFY", "old_path": "src/service/page/pageService.ts", "new_path": "src/service/page/pageService.ts", "diff": "@@ -11,16 +11,7 @@ export interface PageService {\n* @return paginationSql\n*/\nbuild(sql: string, page: number, pageSize: number): string;\n-}\n-\n-export function getPa...
TypeScript
MIT License
cweijan/vscode-database-client
Fix init fail.
141,908
06.01.2021 11:21:16
-28,800
5ab88499873fd3452bdc2582b143bc56730d8d48
Fix column load fail.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -78,7 +78,7 @@ export abstract class Node extends vscode.TreeItem {\nprotected wrap(origin: string){\n- if(this.dbType==DatabaseType.MYSQL){\n+ if(this.dbType==DatabaseType.MY...
TypeScript
MIT License
cweijan/vscode-database-client
Fix column load fail.
141,908
06.01.2021 11:30:29
-28,800
d9b7f3acb419f0ff90fac4d44352e7acffd98851
Fix query file name.
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -86,7 +86,7 @@ export class ConnectionNode extends Node implements CopyAble {\npublic async newQuery() {\nconst key = `${this.getConnectId()}`;\n- await File...
TypeScript
MIT License
cweijan/vscode-database-client
Fix query file name.
141,908
06.01.2021 11:43:24
-28,800
3c8dfb2222a468854403d1857d17f97859b95028
Update mode create template.
[ { "change_type": "MODIFY", "old_path": "src/model/main/functionGroup.ts", "new_path": "src/model/main/functionGroup.ts", "diff": "@@ -43,12 +43,7 @@ export class FunctionGroup extends Node {\npublic async createTemplate() {\nConnectionManager.getConnection(this, true);\n- const filePath = await File...
TypeScript
MIT License
cweijan/vscode-database-client
Update mode create template.
141,908
06.01.2021 12:04:09
-28,800
71b3017d0099522192e802f227be32daf2e48527
Support show count.
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -132,7 +132,7 @@ ADD\n}\npublic async countSql() {\n- QueryUnit.runQuery(`SELECT count(*) FROM ${this.wrap(this.database)}.${this.wrap(this.table)};`, this);\n+ QueryUnit.runQ...
TypeScript
MIT License
cweijan/vscode-database-client
Support show count.
141,908
06.01.2021 14:51:43
-28,800
07c2c4657c3c25f03c088b05b7a502db258df140
Fix cache invalid.
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -28,6 +28,7 @@ import { DiagramGroup } from \"./model/diagram/diagramGroup\";\nimport { QueryNode } from \"./model/query/queryNode\";\nimport { QueryGroup } from \"./model/query/queryGroup\";\nimpo...
TypeScript
MIT License
cweijan/vscode-database-client
Fix cache invalid.
141,908
06.01.2021 15:22:17
-28,800
a4bb2c64a977bc76f27dff6ca519765076fb12bd
Suppoer show sqlserver source.
[ { "change_type": "MODIFY", "old_path": "src/model/main/function.ts", "new_path": "src/model/main/function.ts", "diff": "@@ -24,10 +24,10 @@ export class FunctionNode extends Node {\n}\npublic async showSource() {\n- QueryUnit.queryPromise<any[]>(await ConnectionManager.getConnection(this, true), `SH...
TypeScript
MIT License
cweijan/vscode-database-client
Suppoer show sqlserver source.
141,908
06.01.2021 16:09:05
-28,800
a1ac0e66e1da157dbab7043264e8a95f91626c35
Suppoer show system views.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -50,10 +50,10 @@ export abstract class Node extends vscode.TreeItem {\nprivate static nodeCache = {};\npublic cacheSelf(){\n- Node.nodeCache[this.getConnectId()]=this;\n+ Node...
TypeScript
MIT License
cweijan/vscode-database-client
Suppoer show system views.
141,908
06.01.2021 16:22:13
-28,800
727754ec384078252c85f6b5332f9c2e487ad036
FIx load column fail.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"command\": \"mysql.name.copy\",\n\"when\": \"view == github.cweijan.mysql && viewItem =~ /(table|view)/\",\n+ \"group\": \"1_inline@-2\"\n+ },\n+ {\n+ \"command\": \"mysql.refresh\",\n+ \"when\": \"view ...
TypeScript
MIT License
cweijan/vscode-database-client
FIx load column fail.
141,908
06.01.2021 23:47:21
-28,800
512e3db2b991569a75fb735b41f964c5e5e0c774
Init postgresql.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n\"dependencies\": {\n\"@antv/g2\": \"^4.0.9\",\n+ \"@types/pg\": \"^7.14.7\",\n\"@types/tedious\": \"^4.0.3\",\n\"date-format\": \"^3.0.0\",\n\"deepmerge\": \"^3.2.0\",\n\"mockjs\": \"^1.1.0\",\n\"mysql2\...
TypeScript
MIT License
cweijan/vscode-database-client
Init postgresql.
141,908
07.01.2021 12:37:53
-28,800
8897ca548b4fd1f7c3fdb6c61ad973986c5b1611
Added postgresql dialect.
[ { "change_type": "MODIFY", "old_path": "src/common/util.ts", "new_path": "src/common/util.ts", "diff": "@@ -30,7 +30,7 @@ export class Util {\nreturn origin.split(\".\").map(text=>`[${text}]`).join(\".\")\n}\nif(databaseType==DatabaseType.PG){\n- return `\"${origin}\"`;\n+ return origin.split(\".\")...
TypeScript
MIT License
cweijan/vscode-database-client
Added postgresql dialect.
141,908
07.01.2021 14:02:59
-28,800
656260d567f3d8f4b63b7d128136b3e8cc44488f
Fix posible sql run fail.
[ { "change_type": "MODIFY", "old_path": "src/service/queryUnit.ts", "new_path": "src/service/queryUnit.ts", "diff": "@@ -50,6 +50,12 @@ export class QueryUnit {\n}\nsql = sql.replace(/^\\s*--.+/igm, '').trim();\n+ const sqlList: string[] = sql?.match(/(?:[^;\"']+|[\"'][^\"']*[\"'])+/g)?.filter((s) =>...
TypeScript
MIT License
cweijan/vscode-database-client
Fix posible sql run fail.
141,908
07.01.2021 14:14:25
-28,800
278370d488ed050e90fd179c1026c61cbbe28467
Add switch database dialect.
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -76,8 +76,7 @@ export class ConnectionManager {\nconst key = connectionNode.getConnectId();\nconst connection = this.activeConnection[key];\nif (connection && connec...
TypeScript
MIT License
cweijan/vscode-database-client
Add switch database dialect.
141,908
07.01.2021 17:18:29
-28,800
d75f4c04fc6588664b016008cdaa6209f8926603
Support show postgres sql.
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -4,7 +4,7 @@ import * as vscode from \"vscode\";\nimport { CommandKey } from \"./common/constants\";\nimport { ConnectionNode } from \"./model/database/connectionNode\";\nimport { DatabaseNode } fr...
TypeScript
MIT License
cweijan/vscode-database-client
Support show postgres sql.
141,908
07.01.2021 17:42:37
-28,800
1bef391f441ae017d53897df009c048a21faf25d
Update setting.
[ { "change_type": "MODIFY", "old_path": "src/service/common/databaseCache.ts", "new_path": "src/service/common/databaseCache.ts", "diff": "@@ -63,15 +63,15 @@ export class DatabaseCache {\nreturn TreeItemCollapsibleState.None\n}\n- if(!Global.getConfig<boolean>(ConfigKey.LOAD_META_ON_CONNECT)){\n- re...
TypeScript
MIT License
cweijan/vscode-database-client
Update setting.
141,908
07.01.2021 17:50:45
-28,800
5db448b64d8699c8c8b67407d0252bdfde0877ff
Add database node cache.
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -38,6 +38,11 @@ export class ConnectionNode extends Node implements CopyAble {\npublic async getChildren(isRresh: boolean = false): Promise<Node[]> {\n+ let ...
TypeScript
MIT License
cweijan/vscode-database-client
Add database node cache.
141,908
07.01.2021 18:08:43
-28,800
f7c01357058f3552bde58f3381dd2c9bab7e47bb
Delete legacy query.
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -125,7 +125,7 @@ ADD\nconst executeTime = new Date().getTime();\nconnection.query(sql, (err: Error, data, fields) => {\nconst costTime = new Date().getTime() - executeTime;\n-...
TypeScript
MIT License
cweijan/vscode-database-client
Delete legacy query.
141,908
07.01.2021 18:14:48
-28,800
0e83cf1cf1bb9c1e0402e3380e66de9e73fa63fe
Remove max table count setting.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"type\": \"object\",\n\"title\": \"MySQL\",\n\"properties\": {\n- \"vscode-mysql.maxTableCount\": {\n- \"type\": \"integer\",\n- \"default\": 1000,\n- \"description\": \"The maximum table count shown in the ...
TypeScript
MIT License
cweijan/vscode-database-client
Remove max table count setting.
141,908
07.01.2021 18:20:25
-28,800
d5ad893c2618e5be438fd6200bda11af83ec3172
Adapat postgresql dml.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/postgreSqlConnection.ts", "new_path": "src/service/connect/postgreSqlConnection.ts", "diff": "import { Node } from \"@/model/interface/node\";\n-import { Client } from \"pg\";\n+import { Client, QueryArrayResult } from \"pg\";\nimport { ICo...
TypeScript
MIT License
cweijan/vscode-database-client
Adapat postgresql dml.
141,908
07.01.2021 18:50:09
-28,800
78faa90aed162621996a5a988ceca07b4e6bf924
Support show primary key.
[ { "change_type": "MODIFY", "old_path": "src/model/other/columnNode.ts", "new_path": "src/model/other/columnNode.ts", "diff": "@@ -21,7 +21,7 @@ export class ColumnNode extends Node implements CopyAble {\nthis.description = `${this.column.comment}`\nthis.label = `${this.column.name} : ${this.column.t...
TypeScript
MIT License
cweijan/vscode-database-client
Support show primary key.