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.04.2020 17:16:42
-28,800
14b7f18e6766f0749067b3706dc6e3a12c951d18
regex enhance
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/tableDetecherChain.ts", "new_path": "src/provider/Complection/chain/tableDetecherChain.ts", "diff": "@@ -5,7 +5,7 @@ export class TableDetecherChain implements ComplectionChain {\npublic getComplection(complectionContext: Complec...
TypeScript
MIT License
cweijan/vscode-database-client
regex enhance
141,908
11.04.2020 17:50:46
-28,800
18114b04fa6711300a471ab7133f316a8ef3cbbd
fix page load bug
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": "</el-table-column>\n<!-- table view without tale column -->\n<el-table-column :label=\"key\" v-for=\"(value,key) in result.data[0]\" :key=\"key\" align=\"center\"\n- v-if=\"!...
TypeScript
MIT License
cweijan/vscode-database-client
fix page load bug
141,908
11.04.2020 18:26:59
-28,800
cb1be847fd4beb11d2aec1be843e1be343bd7fd6
fix column regex
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/columnChain.ts", "new_path": "src/provider/Complection/chain/columnChain.ts", "diff": "@@ -9,7 +9,7 @@ export class ColumnChain implements ComplectionChain {\nif (complectionContext.preChart === \".\") {\nlet subComplectionItems ...
TypeScript
MIT License
cweijan/vscode-database-client
fix column regex
141,908
11.04.2020 18:27:14
-28,800
eb9d5421f32b783451f1d572cfbf009d05410a15
update to 1.7.14
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"name\": \"vscode-mysql-client\",\n- \"displayName\": \"MySQL Client\",\n- \"description\": \"MySQL client for vscode, provide the most convenient operation for mysql manager\",\n- \"version\": \"1.7.11\"...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.7.14
141,908
14.04.2020 22:16:46
-28,800
d59810a2f34034c565bf4a9fb09ae3ff9fb8c648
convinent for change active database
[ { "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.7.14\",\n+ \"version\": \"1.7.15\",\n\"publisher\": \"cweijan\",\n\"icon\": \...
TypeScript
MIT License
cweijan/vscode-database-client
convinent for change active database
141,908
15.04.2020 18:35:08
-28,800
dc11934de7650aebe93307be50ca09dc76e43f06
show error message when import sql occur error.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n{\n\"command\": \"mysql.addDatabase\",\n- \"title\": \"Add Database\",\n+ \"title\": \"New Database\",\n\"icon\": {\n\"light\": \"resources/light/add.svg\",\n\"dark\": \"resources/dark/add.svg\"\n\"when\"...
TypeScript
MIT License
cweijan/vscode-database-client
show error message when import sql occur error.
141,908
15.04.2020 21:04:46
-28,800
b104d22b86aa2ccca57e0b780eeee6283ce50590
remeber sql list for node
[ { "change_type": "MODIFY", "old_path": "src/database/QueryUnit.ts", "new_path": "src/database/QueryUnit.ts", "diff": "@@ -10,7 +10,6 @@ import { ConnectionInfo } from \"../model/interface/connection\";\nimport { QueryPage } from \"../view/result/query\";\nimport { DataResponse, DMLResponse, ErrorRes...
TypeScript
MIT License
cweijan/vscode-database-client
remeber sql list for node
141,908
15.04.2020 21:10:23
-28,800
8ba30128aada3a97d9a4dc1e8d3694cd0718b7e5
only show active database tables
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/tableChain.ts", "new_path": "src/provider/Complection/chain/tableChain.ts", "diff": "@@ -5,6 +5,7 @@ import { Node } from \"../../../model/interface/node\";\nimport { TableNode } from \"../../../model/table/tableNode\";\nimport {...
TypeScript
MIT License
cweijan/vscode-database-client
only show active database tables
141,908
16.04.2020 20:11:22
-28,800
4c88e1b89c134bd740c4bb6c8026bbd92f973ecf
update to 1.7.21, reduce package size
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -3,4 +3,3 @@ node_modules\n.idea/\n.vscode-test/\n*.vsix\n\\ No newline at end of file\n-package-lock.json\n" }, { "change_type": "ADD", "old_path": null, "new_path": "package-lock.json", "...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.7.21, reduce package size
141,908
16.04.2020 20:34:44
-28,800
c06c59477e677838a775f5f636b95fa64e6223b0
fix index column name error
[ { "change_type": "MODIFY", "old_path": "src/model/table/tableNode.ts", "new_path": "src/model/table/tableNode.ts", "diff": "@@ -128,7 +128,7 @@ ADD\nQueryUnit.showSQLTextDocument(`-- ALTER TABLE \\`${this.database}\\`.\\`${this.table}\\` DROP INDEX [indexName];\n-- ALTER TABLE \\`${this.database}\\`...
TypeScript
MIT License
cweijan/vscode-database-client
fix index column name error
141,908
16.04.2020 21:16:57
-28,800
4943bf75d33fd0c3712290986fbe7fa2b601952c
change query file name
[ { "change_type": "MODIFY", "old_path": "src/model/database/databaseNode.ts", "new_path": "src/model/database/databaseNode.ts", "diff": "@@ -105,7 +105,7 @@ export class DatabaseNode implements Node, ConnectionInfo, CopyAble {\npublic async newQuery() {\n- FileManager.show(`${this.identify}-query.sql...
TypeScript
MIT License
cweijan/vscode-database-client
change query file name
141,908
17.04.2020 13:01:08
-28,800
f616125e7512059a288ce8520e527f027686745e
fix form validate error
[ { "change_type": "MODIFY", "old_path": ".vscodeignore", "new_path": ".vscodeignore", "diff": ".vscode-test/**\nout/test/**\nout/**/*.map\n+.idea/**\nsrc/**\nimages/**\n.gitignore\n" }, { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webv...
TypeScript
MIT License
cweijan/vscode-database-client
fix form validate error
141,908
17.04.2020 20:09:27
-28,800
db7d95bf03d795e7100daf2713e04542570a45c0
update export file name
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"assert-plus\": \"^1.0.0\"\n}\n},\n+ \"date-format\": {\n+ \"version\": \"3.0.0\",\n+ \"resolved\": \"https://registry.npm.taobao.org/date-format/download/date-format-3.0.0.tgz?cache=0&sync_timesta...
TypeScript
MIT License
cweijan/vscode-database-client
update export file name
141,908
17.04.2020 20:49:02
-28,800
8cb8e381d97f023537adebacae9a89cbe4ccc4fb
intellij code when input update
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -7,6 +7,11 @@ export class Constants {\npublic static DEFAULT_SIZE = 100;\n}\n+export enum Pattern {\n+ TABLE_PATTERN = \"\\\\b(from|join|update)\\\\b\\\\s*`{0,1}(\\\\w|\\\\.|-)+`{0,1...
TypeScript
MIT License
cweijan/vscode-database-client
intellij code when input update
141,908
17.04.2020 21:38:16
-28,800
992f1511500414bec2239ca875eb77fae8f15227
can update or create when execute sql
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": "</el-row>\n<!-- info panel -->\n<div v-if=\"info.visible \">\n- <div v-if=\"info.error\" class=\"info-panel\" style=\"color:red\" v-html=\"info.message\"></div>\n- <div v-if=...
TypeScript
MIT License
cweijan/vscode-database-client
can update or create when execute sql
141,908
17.04.2020 21:50:25
-28,800
b57d09ccb0de9080fa4212064b6ea87fac111946
intellij code when input insert
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -8,8 +8,8 @@ export class Constants {\n}\nexport enum Pattern {\n- TABLE_PATTERN = \"\\\\b(from|join|update)\\\\b\\\\s*`{0,1}(\\\\w|\\\\.|-)+`{0,1}\",\n- UPDATE_PATTERN = \"\\\\b(upda...
TypeScript
MIT License
cweijan/vscode-database-client
intellij code when input insert
141,908
17.04.2020 22:01:42
-28,800
97d43cddbb2e2d1dee48bb02e5028af6d178041f
fix insert fail with quote
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": ".el-table .edit-row {\nbackground: oldlace;\n}\n-\n</style>\n</head>\n</el-row>\n<!-- info panel -->\n<div v-if=\"info.visible \">\n- <div v-if=\"info.error\" class=\"info-pa...
TypeScript
MIT License
cweijan/vscode-database-client
fix insert fail with quote
141,908
17.04.2020 22:29:07
-28,800
16275e3306bd320869934f9b4ecd384cff1274a8
switch active database when switch query file
[ { "change_type": "MODIFY", "old_path": "src/database/ConnectionManager.ts", "new_path": "src/database/ConnectionManager.ts", "diff": "import * as fs from \"fs\";\n+import * as path from \"path\";\nimport * as mysql from \"mysql\";\n+import * as vscode from \"vscode\";\nimport { Global } from \"../co...
TypeScript
MIT License
cweijan/vscode-database-client
switch active database when switch query file
141,908
17.04.2020 22:31:33
-28,800
60c728ac26bfe9903c6ff1033f085f5f86a5d816
update to 1.7.30
[ { "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.7.21\",\n+ \"version\": \"1.7.30\",\n\"publisher\": \"cweijan\",\n\"icon\": \...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.7.30
141,908
17.04.2020 22:45:47
-28,800
e47a83ca20b531c05233073b225ab6c6573dc171
show comment when edit
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": "<template>\n<span>\n{{column.name}} : {{column.type}} : <span\n- style=\"color: red;\">{{column.key}}{{column.nullable=='YES'?'':' Required'}}</span>\n+ style=\"color: red;\"...
TypeScript
MIT License
cweijan/vscode-database-client
show comment when edit
141,908
17.04.2020 22:46:18
-28,800
8e5028d203379489a7bf541b814f2aa13691fd3d
update to 1.7.31
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "-## 1.7.30 (2020/4/17)\n+## 1.7.31 (2020/4/17)\n- Switch active database using open query.\n- support insert or update in any query result page.\n- intellij insert|update code.\n+- show comment when edit.\n- ...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.7.31
141,908
18.04.2020 18:23:40
-28,800
149233b59890b01500a857da3e33ad38e7b60437
fix connect to same host fail.
[ { "change_type": "MODIFY", "old_path": "src/model/connectionNode.ts", "new_path": "src/model/connectionNode.ts", "diff": "@@ -29,7 +29,7 @@ export class ConnectionNode implements Node, ConnectionInfo {\nthis.identify = `${this.host}_${this.port}_${this.user}`;\nreturn {\nlabel: this.identify,\n- id:...
TypeScript
MIT License
cweijan/vscode-database-client
fix connect to same host fail.
141,908
18.04.2020 18:24:31
-28,800
0cba6a3e7704000cb08f176856a6cfef724607f0
update to 1.7.32
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "+## 1.7.32 (2020/4/18)\n+- Fix legacy bug: connect to same host fail.\n+\n## 1.7.31 (2020/4/17)\n- Switch active database using open query.\n- support insert or update in any query result page.\n" }, { ...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.7.32
141,908
19.04.2020 11:44:59
-28,800
c1a885efc189c521e47cdad83e5583192d9798b3
order table correct
[ { "change_type": "MODIFY", "old_path": "src/model/table/tableGroup.ts", "new_path": "src/model/table/tableGroup.ts", "diff": "@@ -34,7 +34,7 @@ export class TableGroup implements Node, ConnectionInfo {\nreturn tableNodes;\n}\nreturn QueryUnit.queryPromise<any[]>(await ConnectionManager.getConnection...
TypeScript
MIT License
cweijan/vscode-database-client
order table correct
141,908
21.04.2020 20:20:35
-28,800
df71af763d5d39fa74e42d6ebd60a52053cc426e
improve drop operation
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -34,6 +34,10 @@ export class Cursor {\n}\n}\n+export enum Confirm {\n+ YES = \"YES\", NO = \"NO\"\n+}\n+\nexport class ModelType {\npublic static CONNECTION = \"connection\";\npublic ...
TypeScript
MIT License
cweijan/vscode-database-client
improve drop operation
141,908
21.04.2020 20:58:38
-28,800
b72681b99308c6bdc8cfdb377beeff75ed510d45
support hide columns
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": "</el-row>\n<!-- tool panel -->\n<el-row>\n- <el-cow>\n+ <w>\n+ <el-input v-model=\"table.search\" style=\"width:200px\" placeholder=\"Type to search\" />\n+ </w>\n+ <w>\n+ <e...
TypeScript
MIT License
cweijan/vscode-database-client
support hide columns
141,908
21.04.2020 21:03:05
-28,800
685cb7991301edb218c433dfdb122da8f188d666
only show column in insert
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/columnChain.ts", "new_path": "src/provider/Complection/chain/columnChain.ts", "diff": "@@ -30,7 +30,7 @@ export class ColumnChain implements ComplectionChain {\nconst tableName = Util.getTableName(complectionContext.currentSql, P...
TypeScript
MIT License
cweijan/vscode-database-client
only show column in insert
141,908
21.04.2020 21:46:35
-28,800
24a8599a4ab905c607bac403c61f73eb3701b6b4
rollback when batch execute sql occur error
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n{\n\"command\": \"mysql.table.truncate\",\n- \"title\": \"Clear Table Data\",\n+ \"title\": \"Truncate Table\",\n\"category\": \"MySQL\"\n},\n{\n\"when\": \"view == github.cweijan.mysql && viewItem == tab...
TypeScript
MIT License
cweijan/vscode-database-client
rollback when batch execute sql occur error
141,908
21.04.2020 21:53:25
-28,800
dc21ee3c789137b1dc4cb69f413b917648b15956
rollback when import data occur error
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"command\": \"mysql.data.export\",\n\"when\": \"view == github.cweijan.mysql && viewItem == table\",\n- \"group\": \"mysql@5\"\n- },\n- {\n- \"command\": \"mysql.refresh\",\n- \"when\": \"view == github.c...
TypeScript
MIT License
cweijan/vscode-database-client
rollback when import data occur error
141,908
21.04.2020 22:28:22
-28,800
0d577075f31659a4ba89a64e22870c26ba979b6b
support change active db in menu
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Update SQL\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.db.active\",\n+ \"title\": \"Change Active Database\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.table.trun...
TypeScript
MIT License
cweijan/vscode-database-client
support change active db in menu
141,908
21.04.2020 23:00:42
-28,800
72e2e6e49c75186f60a34a53fcc7f891a8da2edc
remove cache when remove connection
[ { "change_type": "MODIFY", "old_path": "src/database/ConnectionManager.ts", "new_path": "src/database/ConnectionManager.ts", "diff": "@@ -16,6 +16,21 @@ export class ConnectionManager {\nreturn this.lastConnectionOption;\n}\n+ public static removeConnection(id: string) {\n+\n+ const lcp = this.lastC...
TypeScript
MIT License
cweijan/vscode-database-client
remove cache when remove connection
141,908
21.04.2020 23:03:09
-28,800
9a27e920e541dd77aa07256413c6ea37f1438d24
show msg when execute other sql
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": "if (response.costTime) {\nvue.toolbar.costTime = response.costTime\n}\n-\nswitch (event.data.type) {\ncase \"RUN\":\nvue.toolbar.sql = response.sql;\n" }, { "change_t...
TypeScript
MIT License
cweijan/vscode-database-client
show msg when execute other sql
141,908
21.04.2020 23:20:12
-28,800
57fc8a74b05e65ec5d61a8fe6ff2028b2a21a7ae
show all template in same file
[ { "change_type": "MODIFY", "old_path": "src/database/QueryUnit.ts", "new_path": "src/database/QueryUnit.ts", "diff": "@@ -11,6 +11,7 @@ import { ConnectionInfo } from \"../model/interface/connection\";\nimport { QueryPage } from \"../view/result/query\";\nimport { DataResponse, DMLResponse, ErrorRes...
TypeScript
MIT License
cweijan/vscode-database-client
show all template in same file
141,908
21.04.2020 23:49:38
-28,800
6c1025e49292720ba465466c328f1f9c90bfbd6b
add grant user template
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Drop User\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.grant.user\",\n+ \"title\": \"Grant Privileges\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.change.user\",\n...
TypeScript
MIT License
cweijan/vscode-database-client
add grant user template
141,908
22.04.2020 00:09:30
-28,800
e05a2fb38ec947071242d16741fb1e77caba50e7
keep save between multi connection
[ { "change_type": "MODIFY", "old_path": "src/model/database/databaseNode.ts", "new_path": "src/model/database/databaseNode.ts", "diff": "@@ -27,11 +27,10 @@ export class DatabaseNode implements Node, ConnectionInfo, CopyAble {\nconstructor(readonly host: string, readonly user: string,\nreadonly passw...
TypeScript
MIT License
cweijan/vscode-database-client
keep save between multi connection
141,908
22.04.2020 08:57:29
-28,800
480665e31e76493dc47d1eac92190659055d56ff
show message type when execute batch sql
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": "vue.info.error = true\nbreak;\ncase \"MESSAGE\":\n- vue.$message(response.msg)\n+ if(response.success){\n+ vue.$message.success(response.message)\n+ }else{\n+ vue.$message.er...
TypeScript
MIT License
cweijan/vscode-database-client
show message type when execute batch sql
141,908
22.04.2020 09:09:45
-28,800
1a443ec3410ea700a1a170456562e2f1f480de63
detech connection correctly
[ { "change_type": "MODIFY", "old_path": "src/database/ConnectionManager.ts", "new_path": "src/database/ConnectionManager.ts", "diff": "@@ -43,7 +43,7 @@ export class ConnectionManager {\nconst queryName = path.basename(fileName, path.extname(fileName))\nconst [host, port, user, database] = queryName....
TypeScript
MIT License
cweijan/vscode-database-client
detech connection correctly
141,908
22.04.2020 09:37:31
-28,800
2fd2c37e435ebfa10c0fd6095bc7ac2e3cc4efbd
enhance resources include
[ { "change_type": "MODIFY", "old_path": "resources/webview/result.html", "new_path": "resources/webview/result.html", "diff": "<head>\n<title>result</title>\n- <link rel=\"stylesheet\" href=\"${webviewPath}/css/element.css\">\n- <script src=\"${webviewPath}/js/vue.js\"></script>\n- <script src=\"${we...
TypeScript
MIT License
cweijan/vscode-database-client
enhance resources include
141,908
22.04.2020 09:59:20
-28,800
29c2f0d62596d5d9a3c0c07e96210876884f3348
adjust view path
[ { "change_type": "DELETE", "old_path": "resources/webview/css/table.css", "new_path": null, "diff": "-.test{\n- color: red;\n-}\n\\ No newline at end of file\n" }, { "change_type": "RENAME", "old_path": "resources/webview/connect.html", "new_path": "resources/webview/pages/connect/co...
TypeScript
MIT License
cweijan/vscode-database-client
adjust view path
141,908
22.04.2020 18:54:16
-28,800
2d5f51cd05a8e9a3eadb4adafb65f18d08123600
fix connection change fail
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Drop table\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.table.mock\",\n+ \"title\": \"Mock Data\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.changeTableName\",\n\"...
TypeScript
MIT License
cweijan/vscode-database-client
fix connection change fail
141,908
22.04.2020 23:31:04
-28,800
e7520e0de2cffab2a3fb5144fcecf44a5d65b1fd
adapter type
[ { "change_type": "MODIFY", "old_path": "src/extension/mock/mockModel.ts", "new_path": "src/extension/mock/mockModel.ts", "diff": "@@ -6,5 +6,10 @@ export interface MockModel {\ntable: string;\nmockStartIndex: number;\nmockCount: number;\n- mock: { [key: string]: any }\n+ mock: {\n+ [key: string]: {\...
TypeScript
MIT License
cweijan/vscode-database-client
adapter type
141,908
22.04.2020 23:42:32
-28,800
78f2dbea69df068277afe1e5e2fe1d37005d07ae
add edit request when dbclick row
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/editDialog.html", "new_path": "resources/webview/pages/result/components/editDialog.html", "diff": "-<el-dialog :title=\"editorTilte\" :visible.sync=\"editor.visible\" width=\"90%\" top=\"3vh\" size=\"small\">\n+<el-di...
TypeScript
MIT License
cweijan/vscode-database-client
add edit request when dbclick row
141,908
22.04.2020 23:49:49
-28,800
4de786314e6b894691865e76b978140a2685a8f9
update varchar rule
[ { "change_type": "MODIFY", "old_path": "src/extension/mock/mockRunner.ts", "new_path": "src/extension/mock/mockRunner.ts", "diff": "@@ -104,7 +104,8 @@ export class MockRunner {\ncase \"char\":\nreturn \"@character('lower')\";\ncase \"varchar\":\n- return \"@cword(5)\"\n+ return \"@string('lower',5)...
TypeScript
MIT License
cweijan/vscode-database-client
update varchar rule
141,908
23.04.2020 00:30:43
-28,800
2e91bd57503f8a32c02826f24ac3fd8542503d1d
add text mock
[ { "change_type": "MODIFY", "old_path": "src/extension/mock/mockRunner.ts", "new_path": "src/extension/mock/mockRunner.ts", "diff": "@@ -103,6 +103,8 @@ export class MockRunner {\nreturn \"@integer(0,\" + length + \")\";\ncase \"char\":\nreturn \"@character('lower')\";\n+ case \"text\":\n+ return \"@...
TypeScript
MIT License
cweijan/vscode-database-client
add text mock
141,908
23.04.2020 12:57:19
-28,800
8a0d985545147c4ec4e2b8e6974599dacbaa7fc6
fix column complection not show
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/columnChain.ts", "new_path": "src/provider/Complection/chain/columnChain.ts", "diff": "@@ -12,7 +12,9 @@ export class ColumnChain implements ComplectionChain {\nprivate needStop = true;\npublic async getComplection(complectionCon...
TypeScript
MIT License
cweijan/vscode-database-client
fix column complection not show
141,908
23.04.2020 12:58:16
-28,800
66de181fefa0f74cb2eeacc78d087b231a0b9af7
comment wrap quote
[ { "change_type": "MODIFY", "old_path": "src/model/table/columnNode.ts", "new_path": "src/model/table/columnNode.ts", "diff": "@@ -75,7 +75,7 @@ export class ColumnNode implements Node, ConnectionInfo, CopyAble {\npublic updateColumnTemplate() {\nConnectionManager.getConnection(this, true);\nQueryUni...
TypeScript
MIT License
cweijan/vscode-database-client
comment wrap quote
141,908
23.04.2020 13:10:44
-28,800
2a4936534ad39e99396939e6a96e93cf08e4c785
connect support specify database
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/connect/connect.html", "new_path": "resources/webview/pages/connect/connect.html", "diff": "<input class=\"field__input\" type=\"password\" v-model=\"connectionOption.password\" />\n</div>\n</div>\n+ <div>\n+ <div class=\"field field__i...
TypeScript
MIT License
cweijan/vscode-database-client
connect support specify database
141,908
23.04.2020 14:36:59
-28,800
e2d6a0c7638edd6d74fa50a79457189302935a14
fix mock data fail beause index 0
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"vscode-mysql-client\",\n- \"version\": \"1.7.32\",\n+ \"version\": \"1.8.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n},\n\"ansi-regex\": {\n\"version\": \...
TypeScript
MIT License
cweijan/vscode-database-client
fix mock data fail beause index 0
141,908
23.04.2020 18:12:36
-28,800
f4cab96514483db1ef4571739ffe6d44ce9e0cfa
fix count un accurate
[ { "change_type": "MODIFY", "old_path": "src/extension/mock/mockRunner.ts", "new_path": "src/extension/mock/mockRunner.ts", "diff": "@@ -61,7 +61,7 @@ export class MockRunner {\nconst mockData = mockModel.mock;\nlet { mockStartIndex, mockCount } = mockModel\nif (mockStartIndex < 1) mockStartIndex = 1...
TypeScript
MIT License
cweijan/vscode-database-client
fix count un accurate
141,908
23.04.2020 20:13:33
-28,800
f18ade5e66f01765e6595716ca8d7fa69d645a7a
improve intellij
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -8,7 +8,7 @@ export class Constants {\n}\nexport enum Pattern {\n- TABLE_PATTERN = \"\\\\b(from|join|update|into)\\\\b\\\\s*`{0,1}(\\\\w|\\\\.|-)+`{0,1}\",\n+ TABLE_PATTERN = \"\\\\b(...
TypeScript
MIT License
cweijan/vscode-database-client
improve intellij
141,908
23.04.2020 20:29:54
-28,800
c7d8d6455777fb0fdbc22751ac4a1e64b3282a9d
fix cannot show alias query
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/toolbar.html", "new_path": "resources/webview/pages/result/components/toolbar.html", "diff": "<div v-if=\"scope.row.isFilter\" style=\"text-align: center;\">\n<el-popover placement=\"bottom\" title=\"Select columns to ...
TypeScript
MIT License
cweijan/vscode-database-client
fix cannot show alias query
141,908
23.04.2020 20:38:25
-28,800
fa7babd957ba06f4d994ec8b4a0db60ab64ce1a4
support bit type
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "this.editor.visible = true;\nthis.update = {\ncurrent: row,\n- currentNew: this.deepClone(row),\n+ currentNew: this.clone(row),\nprimary: row[this.res...
TypeScript
MIT License
cweijan/vscode-database-client
support bit type
141,908
23.04.2020 21:32:13
-28,800
69a2462874eeb3a87ee9fb80b7e4575c773785b0
storage mock alone
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "},\n\"ansi-regex\": {\n\"version\": \"3.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz\",\n+ \"resolved\": \"https://registry.npm.taobao.org/ansi-regex/downlo...
TypeScript
MIT License
cweijan/vscode-database-client
storage mock alone
141,908
23.04.2020 21:58:10
-28,800
bf80ef1784cc5fd28b555db01e56f614a1d96ff3
support detect index
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "vue.info.error = true\nbreak;\ncase \"MESSAGE\":\n+ if (response.message) {\nif (response.success) {\nvue.$message.success(response.message)\n} else {...
TypeScript
MIT License
cweijan/vscode-database-client
support detect index
141,908
23.04.2020 22:05:28
-28,800
83dc96a750a542c656fc94525cd6e6b275f779f8
support copt column data
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/toolbar.html", "new_path": "resources/webview/pages/result/components/toolbar.html", "diff": "-<el-table-column fixed=\"left\" label=\"Operations\" width=\"100\" v-if=\"result.primaryKey\" align=\"center\">\n+<el-table...
TypeScript
MIT License
cweijan/vscode-database-client
support copt column data
141,908
23.04.2020 22:41:00
-28,800
9b178087848b95ab2dc0e267fc1da9ac62050f72
fix complection fail when not active database
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/columnChain.ts", "new_path": "src/provider/Complection/chain/columnChain.ts", "diff": "@@ -63,7 +63,8 @@ export class ColumnChain implements ComplectionChain {\nconst id = `${lcp.host}_${lcp.port}_${lcp.user}_${lcp.database}_${ta...
TypeScript
MIT License
cweijan/vscode-database-client
fix complection fail when not active database
141,908
23.04.2020 23:00:29
-28,800
6f5307de1d260df6cbbc137f2081a0c4a6a49101
add table width
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "if (this.result.primaryKey) {\nwidth += 60;\n}\n- this.table.width = width + 60;\n+ this.table.width = width + 100;\n},\ncomputeWidth(key, index, valu...
TypeScript
MIT License
cweijan/vscode-database-client
add table width
141,908
23.04.2020 23:03:30
-28,800
c7ed96ee47678938529a8832b2e293e722ea0a47
add transaction 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 transaction keyword
141,908
23.04.2020 23:25:09
-28,800
a99a91da91d87ba5c3708d8ed073acdd6d78a957
mock config detech table change
[ { "change_type": "MODIFY", "old_path": "src/extension/mock/mockRunner.ts", "new_path": "src/extension/mock/mockRunner.ts", "diff": "-import { existsSync } from 'fs';\n+import { existsSync, readFileSync } from 'fs';\nimport * as Mock from 'mockjs';\nimport * as vscode from \"vscode\";\nimport { Messa...
TypeScript
MIT License
cweijan/vscode-database-client
mock config detech table change
141,908
23.04.2020 23:26:27
-28,800
b05567182366cef3b3107031a52ebac1d3bd950c
predesign connect page
[ { "change_type": "ADD", "old_path": null, "new_path": "resources/webview/pages/connect/components/option.html", "diff": "+<div>\n+ <div class=\"field field__input\">\n+ <b>host:</b>\n+ <input class=\"field__input\" v-model=\"connectionOption.host\" />\n+ </div>\n+</div>\n+<div>\n+ <div class=\"field...
TypeScript
MIT License
cweijan/vscode-database-client
predesign connect page
141,908
24.04.2020 10:37:33
-28,800
55c5bc34e893bc10bb3d2f6f6f75b5bf585db23f
fix count sql not show
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/dataTable.html", "new_path": "resources/webview/pages/result/components/dataTable.html", "diff": "<el-table-column :label=\"field.name\" v-for=\"field in result.fields\" :key=\"field.name\" align=\"center\" sortable\n-...
TypeScript
MIT License
cweijan/vscode-database-client
fix count sql not show
141,908
24.04.2020 12:52:07
-28,800
c927a3a4db6bcd1ae5d573f996872e4230444188
update 1.8.4, fix bugs
[ { "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.8.1\",\n+ \"version\": \"1.8.4\",\n\"publisher\": \"cweijan\",\n\"icon\": \"l...
TypeScript
MIT License
cweijan/vscode-database-client
update 1.8.4, fix bugs
141,908
24.04.2020 20:13:28
-28,800
d156e625de1b1927aa54102b057e5f1a6a20c912
add mock example
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"command\": \"mysql.runQuery\",\n\"key\": \"f9\",\n\"when\": \"editorLangId == sql\"\n+ },\n+ {\n+ \"command\": \"mysql.mock.run\",\n+ \"when\": \"editorLangId == json && resourceFilename == mock.json \",\n+...
TypeScript
MIT License
cweijan/vscode-database-client
add mock example
141,908
25.04.2020 13:21:04
-28,800
e3cad6b6da56ce74648c047387d42b0ae6014d9b
refactor code again
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "\"use strict\";\n// Don't change import order, it will occur circular reference\nimport * as vscode from \"vscode\";\n-import { QueryUnit } from \"./database/QueryUnit\";\n+import { CommandKey } from ...
TypeScript
MIT License
cweijan/vscode-database-client
refactor code again
141,908
25.04.2020 13:53:34
-28,800
cfbc85c66e478581d9f5f691cfc76a84a992ece8
fix connect fail!
[ { "change_type": "MODIFY", "old_path": "src/database/ConnectionManager.ts", "new_path": "src/database/ConnectionManager.ts", "diff": "@@ -73,6 +73,7 @@ export class ConnectionManager {\nQueryUnit.queryPromise(connection, `use \\`${connectionNode.database}\\``).then(() => {\nresolve(connection);\n})....
TypeScript
MIT License
cweijan/vscode-database-client
fix connect fail!
141,908
25.04.2020 15:08:33
-28,800
6c593e78b6279937508bdbf40cd7af46aa9d8c7d
get port by range
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"mysqldump\": \"^3.1.0\",\n\"shelljs\": \"^0.8.3\",\n\"sql-formatter\": \"^2.3.3\",\n+ \"get-port\": \"^5.1.1\",\n\"ssh2\": \"^0.8.9\",\n\"tunnel-ssh\": \"^4.1.4\"\n},\n" }, { "change_type": "MODIFY"...
TypeScript
MIT License
cweijan/vscode-database-client
get port by range
141,908
25.04.2020 21:23:26
-28,800
60c277ff5f0068f836f124d64e619212bcd38c66
support comment
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableGroup.ts", "new_path": "src/model/main/tableGroup.ts", "diff": "@@ -25,10 +25,10 @@ export class TableGroup extends Node {\nreturn tableNodes;\n}\nreturn QueryUnit.queryPromise<any[]>(await ConnectionManager.getConnection(this),\n- `SELECT ...
TypeScript
MIT License
cweijan/vscode-database-client
support comment
141,908
25.04.2020 21:52:49
-28,800
81dd65f4362c6f2425cfe3b5001080ec342940c0
fix detech database name incomplete
[ { "change_type": "MODIFY", "old_path": "src/database/ConnectionManager.ts", "new_path": "src/database/ConnectionManager.ts", "diff": "@@ -44,8 +44,18 @@ export class ConnectionManager {\nif (fileName.includes('cweijan.vscode-mysql-client')) {\nconst queryName = path.basename(fileName, path.extname(f...
TypeScript
MIT License
cweijan/vscode-database-client
fix detech database name incomplete
141,908
26.04.2020 00:09:37
-28,800
d40df73de394f9dda0aeb475d489e8f77f6b627f
support delimiter in batch query
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -7,14 +7,25 @@ export class Constants {\npublic static DEFAULT_SIZE = 100;\n}\n-export enum Pattern {\n- TABLE_PATTERN = \"\\\\b(from|join|update|into)\\\\b\\\\s*`?((\\\\w|\\\\.|-)+)`...
TypeScript
MIT License
cweijan/vscode-database-client
support delimiter in batch query
141,908
26.04.2020 00:56:37
-28,800
a7edaa16a16af1e0719dcfdd6a30fc81235509ef
support simply delimiter
[ { "change_type": "MODIFY", "old_path": "src/database/QueryUnit.ts", "new_path": "src/database/QueryUnit.ts", "diff": "@@ -11,6 +11,7 @@ import { Node } from \"../model/interface/node\";\nimport { QueryPage } from \"../view/result/query\";\nimport { DataResponse, DMLResponse, ErrorResponse, MessageRe...
TypeScript
MIT License
cweijan/vscode-database-client
support simply delimiter
141,908
26.04.2020 15:22:06
-28,800
1e9d1e65516f76313f31aad4080603c9971a2ec2
fix get connectionId not found
[ { "change_type": "MODIFY", "old_path": "src/database/ConnectionManager.ts", "new_path": "src/database/ConnectionManager.ts", "diff": "@@ -21,8 +21,7 @@ export class ConnectionManager {\npublic static removeConnection(id: string) {\nconst lcp = this.lastConnectionNode;\n- const key = lcp.getConnectId...
TypeScript
MIT License
cweijan/vscode-database-client
fix get connectionId not found
141,908
26.04.2020 15:32:29
-28,800
50db579983b9e6d13043e395c6b607799dc39dc3
support backup from ssh tunnel
[ { "change_type": "MODIFY", "old_path": "src/model/database/databaseNode.ts", "new_path": "src/model/database/databaseNode.ts", "diff": "@@ -50,11 +50,11 @@ export class DatabaseNode extends Node implements CopyAble {\nConsole.log(`Doing backup ${this.host}_${this.name}...`);\nmysqldump({\nconnection...
TypeScript
MIT License
cweijan/vscode-database-client
support backup from ssh tunnel
141,908
26.04.2020 16:23:23
-28,800
136968cb1739bbef4f15d72fdc6448169c72be30
template in diffrenct file
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -64,3 +64,9 @@ export enum MessageType {\nRUN = \"RUN\",\nMESSAGE = \"MESSAGE\"\n}\n+\n+export enum Template {\n+ create = \"create-template.sql\",\n+ table = \"sql-template.sql\",\n+...
TypeScript
MIT License
cweijan/vscode-database-client
template in diffrenct file
141,908
26.04.2020 17:39:29
-28,800
35da89ba1c69796e4a85c9515b5124c47eeae416
support config delimiter
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"type\": \"integer\",\n\"default\": 500,\n\"description\": \"The maximum table count shown in the tree view\"\n+ },\n+ \"vscode-mysql.enableDelimiter\": {\n+ \"type\": \"boolean\",\n+ \"default\": false,\n+ ...
TypeScript
MIT License
cweijan/vscode-database-client
support config delimiter
141,908
27.04.2020 08:55:29
-28,800
5280d0778ba496296d5c60701c08a8ba7df2cd9b
update complection kind
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/keywordChain.ts", "new_path": "src/provider/Complection/chain/keywordChain.ts", "diff": "@@ -3,13 +3,13 @@ import { ComplectionChain, ComplectionContext } from \"../complectionContext\";\nexport class KeywordChain implements Comp...
TypeScript
MIT License
cweijan/vscode-database-client
update complection kind
141,908
27.04.2020 11:32:23
-28,800
17ced296f15b5c6751c7290d48c1d3a967c1002e
fix get connect id fail
[ { "change_type": "MODIFY", "old_path": "src/database/ConnectionManager.ts", "new_path": "src/database/ConnectionManager.ts", "diff": "@@ -101,9 +101,9 @@ export class ConnectionManager {\nif (!port) {\nreject(\"create ssh tunnel fail!\");\nreturn;\n- } else {\n- connectionNode = { ...connectionNode....
TypeScript
MIT License
cweijan/vscode-database-client
fix get connect id fail
141,908
27.04.2020 13:10:45
-28,800
47f0d834ec18828aac92840921c3599645fd9e9c
fix mock bugs
[ { "change_type": "MODIFY", "old_path": "src/extension/mock/mockRunner.ts", "new_path": "src/extension/mock/mockRunner.ts", "diff": "@@ -86,8 +86,9 @@ export class MockRunner {\nlet tempInsertSql = insertSqlTemplate;\nfor (const column in mockData) {\nlet value = mockData[column].value;\n+ if (value ...
TypeScript
MIT License
cweijan/vscode-database-client
fix mock bugs
141,908
27.04.2020 15:44:51
-28,800
ff04630830ea5208466ddcbd4e1ba2b7531b7856
support export table struct
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"Export Data\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.struct.export\",\n+ \"title\": \"Export Table Struct\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.copy.ins...
TypeScript
MIT License
cweijan/vscode-database-client
support export table struct
141,908
27.04.2020 16:52:14
-28,800
88596d8e2fbc003b3286fb9a4936466f76b8b61d
refactor view manager
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -9,6 +9,8 @@ MySQL Client For Visual Studio Code\n>\n> Give [project](https://github.com/cweijan/vscode-mysql) star keep me motivated to keep updating\n+**Features**\n+\n- [MySQL Client](#mysql-client)\n- [Conne...
TypeScript
MIT License
cweijan/vscode-database-client
refactor view manager
141,908
27.04.2020 17:08:24
-28,800
ae62f52e7ab192e35ff72afb067c8461257a7b4c
support setting query result full
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"js-tokens\": \"^4.0.0\"\n}\n},\n+ \"@types/async-lock\": {\n+ \"version\": \"1.1.2\",\n+ \"resolved\": \"https://registry.npmjs.org/@types/async-lock/-/async-lock-1.1.2.tgz\",\n+ \"integrity\": \"...
TypeScript
MIT License
cweijan/vscode-database-client
support setting query result full
141,908
27.04.2020 18:22:22
-28,800
7e35e43e6e6a99b4baa9fc433e577ad02e0128fd
support add when not primary key
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/toolPanel.html", "new_path": "resources/webview/pages/result/components/toolPanel.html", "diff": "</el-row>\n<el-row v-if=\"result.table\">\n<el-col>\n- <el-button type=\"info\" icon=\"el-icon-circle-plus-outline\" siz...
TypeScript
MIT License
cweijan/vscode-database-client
support add when not primary key
141,908
27.04.2020 20:21:26
-28,800
33b3d8bb9c7e2951be2452c070376bf57391bcce
fix export fail when using ssh tunel
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "@@ -12,8 +12,6 @@ import { InfoNode } from \"../other/infoNode\";\nimport { Node } from \"../interface/node\";\nimport { FileManager } from \"../../common/FileM...
TypeScript
MIT License
cweijan/vscode-database-client
fix export fail when using ssh tunel
141,908
27.04.2020 21:26:31
-28,800
35f1dcdf751762f7382617f93202432c9cf16474
suport simple edit connection
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.editConnection\",\n+ \"title\": \"Edit Connection\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.deleteConnection\",\n\"title\": \"De...
TypeScript
MIT License
cweijan/vscode-database-client
suport simple edit connection
141,908
27.04.2020 23:23:43
-28,800
c59379247bd57595f9e27e7c1fd41a31cff43063
fix column complection chain
[ { "change_type": "MODIFY", "old_path": "src/provider/Complection/chain/columnChain.ts", "new_path": "src/provider/Complection/chain/columnChain.ts", "diff": "@@ -13,6 +13,7 @@ export class ColumnChain implements ComplectionChain {\nif (complectionContext.preChart === \".\") {\nlet subComplectionItem...
TypeScript
MIT License
cweijan/vscode-database-client
fix column complection chain
141,908
27.04.2020 23:33:13
-28,800
ad364ff9b1e59ab11e254a1646c30b911ba1804d
fix edit connection fail
[ { "change_type": "MODIFY", "old_path": "src/service/connect/impl/mysqlConnectService.ts", "new_path": "src/service/connect/impl/mysqlConnectService.ts", "diff": "@@ -4,6 +4,11 @@ import { Node } from \"../../../model/interface/node\";\nexport class MysqlConnectService extends AbstractConnectService ...
TypeScript
MIT License
cweijan/vscode-database-client
fix edit connection fail
141,908
28.04.2020 08:58:56
-28,800
ba49f8e330ab78db40038739b083692eaa975318
intelli obtain sql
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "},\n\"builtin-modules\": {\n\"version\": \"1.1.1\",\n- \"resolved\": \"https://registry.npm.taobao.org/builtin-modules/download/builtin-modules-1.1.1.tgz\",\n+ \"resolved\": \"https://registry.npmjs...
TypeScript
MIT License
cweijan/vscode-database-client
intelli obtain sql
141,908
28.04.2020 09:03:56
-28,800
0847be18fbfdb8f68029a80309c5cc2a6d073813
remove primary when copy
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/toolbar.html", "new_path": "resources/webview/pages/result/components/toolbar.html", "diff": "<div v-if=\"scope.row[result.primaryKey]\">\n<el-button @click=\"openEdit(scope.row)\" type=\"primary\" size=\"small\" icon=...
TypeScript
MIT License
cweijan/vscode-database-client
remove primary when copy
141,908
28.04.2020 20:15:13
-28,800
75bd4741a83855f29b56c0985c7bcdee994bdcfa
recovery name
[ { "change_type": "RENAME", "old_path": "src/provider/Complection/completionProvider0.ts", "new_path": "src/provider/Complection/completionProvider.ts", "diff": "" }, { "change_type": "MODIFY", "old_path": "src/service/serviceManager.ts", "new_path": "src/service/serviceManager.ts", ...
TypeScript
MIT License
cweijan/vscode-database-client
recovery name
141,908
28.04.2020 20:37:25
-28,800
8884f8aabd15d078db0c7539b698cb2f3a25930d
limit sql panel hight
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/toolPanel.html", "new_path": "resources/webview/pages/result/components/toolPanel.html", "diff": "<div class=\"hint\">\n<!-- sql input -->\n<el-row style=\"margin-bottom: 10px;\">\n- <el-input type=\"textarea\" autosiz...
TypeScript
MIT License
cweijan/vscode-database-client
limit sql panel hight
141,908
28.04.2020 20:50:40
-28,800
f63a80d48a11c646a296ad5d78aeb1411880438b
fix nullable check fail
[ { "change_type": "MODIFY", "old_path": "src/common/util.ts", "new_path": "src/common/util.ts", "diff": "@@ -24,7 +24,7 @@ export class Util {\nif (origin == null) { return origin; }\nif (origin.match(/\\b[-\\.]\\b/ig)\n- || origin.match(/^if|key|name|user|desc|length$/i)) {\n+ || origin.match(/^(if|...
TypeScript
MIT License
cweijan/vscode-database-client
fix nullable check fail
141,908
28.04.2020 23:05:02
-28,800
87837d220ef213fd8057c0040c2ea4a6e88dd512
fix tunnel not stable
[ { "change_type": "MODIFY", "old_path": "src/model/database/databaseNode.ts", "new_path": "src/model/database/databaseNode.ts", "diff": "@@ -16,6 +16,7 @@ import { ProcedureGroup } from \"../main/procedureGroup\";\nimport { TableGroup } from \"../main/tableGroup\";\nimport { TriggerGroup } from \"../...
TypeScript
MIT License
cweijan/vscode-database-client
fix tunnel not stable
141,908
28.04.2020 23:26:09
-28,800
e324eca32855e99a87da8b40922022897212d383
connect support exclude database
[ { "change_type": "MODIFY", "old_path": "resources/webview/css/style.css", "new_path": "resources/webview/css/style.css", "diff": "margin: 2px 4px;\n}\n+.field input{\n+ width: 50vw;\n+}\n+\n.field__input {\nbackground: var(--vscode-input-background);\nborder: 1px solid var(--vscode-dropdown-border);...
TypeScript
MIT License
cweijan/vscode-database-client
connect support exclude database
141,908
28.04.2020 23:34:14
-28,800
06445939b2795c4f74aaf89615a515ff62d77ef7
fix page warning
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/components/dataTable.html", "new_path": "resources/webview/pages/result/components/dataTable.html", "diff": "-<el-table-column :label=\"field.name\" v-for=\"field in result.fields\" :key=\"field.name\" align=\"center\" sortable\n...
TypeScript
MIT License
cweijan/vscode-database-client
fix page warning
141,908
28.04.2020 23:49:16
-28,800
201a129d1b9b6c4e68c176e2ca6e55b6dca8ab70
ssh tunnel support private key
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/connect/components/ssh.html", "new_path": "resources/webview/pages/connect/components/ssh.html", "diff": "<b>ssh-username:</b>\n<input class=\"field__input\" v-model=\"connectionOption.ssh.username\" />\n</div>\n+ <div>\n<div class=\"fi...
TypeScript
MIT License
cweijan/vscode-database-client
ssh tunnel support private key
141,908
29.04.2020 00:00:58
-28,800
d2cb8ffd384209fe7fbae3a707fff37f4a69d378
update to 1.9.2
[ { "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.0\",\n+ \"version\": \"1.9.2\",\n\"publisher\": \"cweijan\",\n\"icon\": \"l...
TypeScript
MIT License
cweijan/vscode-database-client
update to 1.9.2
141,908
29.04.2020 09:15:43
-28,800
4b004cdea6b47682578ca6b3d8266c73dff5070b
fix create tunnel bug
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"vscode-mysql-client\",\n- \"version\": \"1.9.2\",\n+ \"version\": \"1.9.3\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"is-property\": \"^1.0.2\"\n}\n},\n- ...
TypeScript
MIT License
cweijan/vscode-database-client
fix create tunnel bug
141,908
29.04.2020 09:29:39
-28,800
a5195f8a81731b0e6474a771ab91e49a691d462d
fix node extension fail
[ { "change_type": "MODIFY", "old_path": "src/common/util.ts", "new_path": "src/common/util.ts", "diff": "@@ -10,7 +10,9 @@ export class Util {\nconst tableMatch = new RegExp(tablePattern, 'img').exec(sql)\nif (tableMatch) {\nreturn tableMatch[0].replace(/\\bfrom|join|update|into\\b/i, \"\") // remove...
TypeScript
MIT License
cweijan/vscode-database-client
fix node extension fail
141,908
29.04.2020 16:32:41
-28,800
4c90be5e8823564d397cca4de432c5e6f48a490c
trim connect white space
[ { "change_type": "MODIFY", "old_path": "src/common/util.ts", "new_path": "src/common/util.ts", "diff": "@@ -33,12 +33,29 @@ export class Util {\nreturn origin;\n}\n+ public static trim(origin: any): any {\n+\n+ if (origin) {\n+ const originType = typeof origin\n+ if (originType == \"string\") {\n+ r...
TypeScript
MIT License
cweijan/vscode-database-client
trim connect white space
141,908
29.04.2020 18:34:16
-28,800
26d4502f91b83a3883ab971e82c919dda1ae3ead
fix text type not quote
[ { "change_type": "MODIFY", "old_path": "resources/webview/pages/result/index.html", "new_path": "resources/webview/pages/result/index.html", "diff": "}\nconst type = this.getTypeByColumn(columnName).toLowerCase()\nswitch (type) {\n- case \"varchar\": case \"char\": case \"date\": case \"time\": case...
TypeScript
MIT License
cweijan/vscode-database-client
fix text type not quote
141,908
29.04.2020 18:42:10
-28,800
d3b0fb0f970dae249d29826efd5ad27f1d44759e
fix mock fail
[ { "change_type": "MODIFY", "old_path": "src/service/mock/mockRunner.ts", "new_path": "src/service/mock/mockRunner.ts", "diff": "@@ -93,7 +93,7 @@ export class MockRunner {\nsqlList.push(tempInsertSql)\n}\n- const connection = await ConnectionManager.getConnection({ ...mockModel, timezone: tableNode....
TypeScript
MIT License
cweijan/vscode-database-client
fix mock fail