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
08.01.2021 17:17:48
-28,800
137762c492463491ea7d16e24ec6f7e450521b98
Improve sqlserver dialect.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -82,10 +82,13 @@ OpenSetting -> extensions -> Mysql\n# Credits\n- [vscode-mysql](https://github.com/formulahendry/vscode-mysql): The original version of this extension.\n-- [node-mysql2](https://github.com/sidor...
TypeScript
MIT License
cweijan/vscode-database-client
Improve sqlserver dialect.
141,908
08.01.2021 18:10:53
-28,800
763f2686402104256d7ee61c08a8964f55193c4b
Sqlserver support edit.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/mssqlConnection.ts", "new_path": "src/service/connect/mssqlConnection.ts", "diff": "@@ -25,11 +25,14 @@ export class MSSqlConnnection implements IConnection {\nlet fields = [];\nlet datas = [];\nthis.getConnection().then(connection => {\n+ ...
TypeScript
MIT License
cweijan/vscode-database-client
Sqlserver support edit.
141,908
08.01.2021 18:22:41
-28,800
5b3e11935b12ee53c60f9aa458d6cb93c5a8f727
Add comment dialect.
[ { "change_type": "MODIFY", "old_path": "src/service/dialect/mssqlDIalect.ts", "new_path": "src/service/dialect/mssqlDIalect.ts", "diff": "@@ -81,7 +81,10 @@ export class MssqlDIalect implements SqlDialect {\ncreated_time DATETIME,\nupdated_time DATETIME,\n[column] varchar(255)\n-);`\n+);\n+EXECUTE s...
TypeScript
MIT License
cweijan/vscode-database-client
Add comment dialect.
141,908
08.01.2021 18:47:52
-28,800
b8c564762f324fb4011a3390359936119b1ef109
Support show table source.
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "import * as path from \"path\";\nimport * as vscode from \"vscode\";\n-import { Constants, ModelType, Template, MessageType, ConfigKey } from \"../../common/constants\";\n+import...
TypeScript
MIT License
cweijan/vscode-database-client
Support show table source.
141,908
08.01.2021 18:54:04
-28,800
d3a7a5b3710e67c7196294f94ca6a31b966a4ed5
Remove sql database prefix.
[ { "change_type": "MODIFY", "old_path": "src/model/main/function.ts", "new_path": "src/model/main/function.ts", "diff": "@@ -39,7 +39,7 @@ export class FunctionNode extends Node {\npublic drop() {\nUtil.confirm(`Are you want to drop function ${this.name} ?`, async () => {\n- QueryUnit.queryPromise(aw...
TypeScript
MIT License
cweijan/vscode-database-client
Remove sql database prefix.
141,908
10.01.2021 00:33:47
-28,800
aceb45a245ee8195630fca3ab4a2732878c01e09
Adding column modify sqldiect.
[ { "change_type": "MODIFY", "old_path": "src/model/other/columnNode.ts", "new_path": "src/model/other/columnNode.ts", "diff": "@@ -20,7 +20,7 @@ export class ColumnNode extends Node implements CopyAble {\nthis.init(parent)\nthis.type = `${this.column.type}`\nthis.description = `${this.column.comment}...
TypeScript
MIT License
cweijan/vscode-database-client
Adding column modify sqldiect.
141,908
11.01.2021 14:26:37
-28,800
cdc356405ba6728b54bfd4aa36fdb67dae37a915
Update connect ui.
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "<section class=\"mb-2\">\n<label class=\"block font-bold\" for=\"connection-type\">Connection Type</label>\n- <el-select id=\"connection-type\" v-model=\"connectionOption.dbType\">\n...
TypeScript
MIT License
cweijan/vscode-database-client
Update connect ui.
141,908
11.01.2021 15:36:28
-28,800
9955ece9c1436f222f69989abfe79e02034ec810
Update trigger dialect, add systemview group.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n{\n\"command\": \"mysql.table.show\",\n- \"when\": \"view == github.cweijan.mysql && viewItem =~ /(table|view)/\",\n+ \"when\": \"view == github.cweijan.mysql && viewItem =~ /^(table|view)$/\",\n\"group\"...
TypeScript
MIT License
cweijan/vscode-database-client
Update trigger dialect, add systemview group.
141,908
11.01.2021 16:07:20
-28,800
620d3169ba0760bc5c3dca61405ac60f3895eccb
add mysql ping.
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -77,7 +77,7 @@ export class ConnectionManager {\nconst connection = this.activeConnection[key];\nif (connection ) {\nif(connection.connection.isAlive()){\n- const sq...
TypeScript
MIT License
cweijan/vscode-database-client
add mysql ping.
141,908
11.01.2021 17:08:16
-28,800
4a2a8a22e9f955127e5414a779e650270e6690c8
Fix active fail.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -67,11 +67,11 @@ export abstract class Node extends vscode.TreeItem {\n}\n}\npublic getCache() {\n- if (this.contextValue == ModelType.CONNECTION) {\n- return Node.nodeCache[`...
TypeScript
MIT License
cweijan/vscode-database-client
Fix active fail.
141,908
11.01.2021 17:25:24
-28,800
524199aa042ffc13942d7bb1b6d33b33ada61e36
Fix row update fail.
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "<template slot=\"edit\" slot-scope=\"scope\">\n<el-input v-if=\"scope.row.isFilter\" v-model=\"toolbar.filter[scope.column.title]\" placeholder=\"Filter\" v-on:keyup.enter.native=\"filter(...
TypeScript
MIT License
cweijan/vscode-database-client
Fix row update fail.
141,908
12.01.2021 14:04:00
-28,800
c56c502fc00cc9a5dfa7f522b3af51c5a1471661
Custom connection pool.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/service/connect/pool/connectionPool.ts", "diff": "+import { EventEmitter } from \"events\";\n+import { IpoolConnection, pcStatus } from \"./poolConnection\";\n+\n+export interface IPoolConfig {\n+ min: number;\n+ max: number;\n+}\n+\n+export...
TypeScript
MIT License
cweijan/vscode-database-client
Custom connection pool.
141,908
12.01.2021 14:21:37
-28,800
127738ac155af38e3cf493d385b79cb8cd620301
Using single client.
[ { "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, ClientConfig, QueryArrayResult } from \"pg\";\n+import { Client, QueryArrayRes...
TypeScript
MIT License
cweijan/vscode-database-client
Using single client.
141,908
12.01.2021 14:30:57
-28,800
7029831e99486f2ec3fd39e553c418402c1b1dc8
Update to single connection pool.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/pool/connectionPool.ts", "new_path": "src/service/connect/pool/connectionPool.ts", "diff": "import { EventEmitter } from \"events\";\nimport { IpoolConnection, pcStatus } from \"./poolConnection\";\n-export interface IPoolConfig {\n- min: n...
TypeScript
MIT License
cweijan/vscode-database-client
Update to single connection pool.
141,908
12.01.2021 16:05:55
-28,800
1fb0303222177a07ff1297195dc6141c0d7db29e
Reduce resource consumption.
[ { "change_type": "MODIFY", "old_path": "src/model/database/connectionNode.ts", "new_path": "src/model/database/connectionNode.ts", "diff": "+import { Global } from \"@/common/global\";\nimport * as path from \"path\";\nimport * as vscode from \"vscode\";\n-import { CacheKey, Constants, DatabaseType,...
TypeScript
MIT License
cweijan/vscode-database-client
Reduce resource consumption.
141,908
12.01.2021 16:55:23
-28,800
a3e30944f5380c7bf1685e5cf6eb0778c0e32568
Adapt import service.
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -94,7 +94,7 @@ export function activate(context: vscode.ExtensionContext) {\n\"mysql.data.import\": (node: DatabaseNode | ConnectionNode) => {\nvscode.window.showOpenDialog({ filters: { Sql: ['sql'...
TypeScript
MIT License
cweijan/vscode-database-client
Adapt import service.
141,908
12.01.2021 17:09:18
-28,800
416f216b7468ecc2c665bdb14491b1919a321c35
Fix mock run fail.
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -213,7 +213,7 @@ ADD\npublic async getMaxPrimary(): Promise<number> {\n- const primaryKey = MockRunner.primaryKeyMap[this.getConnectId()];\n+ const primaryKey = MockRunner.pri...
TypeScript
MIT License
cweijan/vscode-database-client
Fix mock run fail.
141,908
12.01.2021 17:31:17
-28,800
a8c08e56639c42338aa40042925f2b61731fc504
Adapter sqlserver date type.
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -93,7 +93,7 @@ ADD\nif (!newTableName) { return; }\nconst sql = this.dialect.renameTable(this.database, this.table, newTableName);\nthis.execute(sql).then((rows) => {\n- Datab...
TypeScript
MIT License
cweijan/vscode-database-client
Adapter sqlserver date type.
141,908
12.01.2021 17:36:49
-28,800
b7f620cf43f3d6e374bae91d2fbb9e917cfd643f
Add refresh icon.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "}\n],\n\"view/item/context\": [\n+ {\n+ \"command\": \"mysql.refresh\",\n+ \"when\": \"view == github.cweijan.mysql && viewItem =~ /^(connection|tableGroup|viewGroup|systemViewGroup|triggerGroup|procedureGrou...
TypeScript
MIT License
cweijan/vscode-database-client
Add refresh icon.
141,908
12.01.2021 17:59:11
-28,800
82e0ada5865ebfa10d7066be9fbd2a05b5771c6e
Add add column dialect.
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -52,10 +52,7 @@ export class TableNode extends Node implements CopyAble {\n}\npublic addColumnTemplate() {\n- QueryUnit.showSQLTextDocument(this, `ALTER TABLE\n- ${this.wrap(t...
TypeScript
MIT License
cweijan/vscode-database-client
Add add column dialect.
141,908
12.01.2021 18:03:59
-28,800
1a8bc7f20a3a8a07c5adc5bc60214e88afbe6611
Update tree when drop column.
[ { "change_type": "MODIFY", "old_path": "src/model/other/columnNode.ts", "new_path": "src/model/other/columnNode.ts", "diff": "@@ -78,7 +78,10 @@ export class ColumnNode extends Node implements CopyAble {\nconst dropSql = `ALTER TABLE \\n\\t${this.wrap(this.table)} DROP COLUMN ${this.wrap(this.column...
TypeScript
MIT License
cweijan/vscode-database-client
Update tree when drop column.
141,908
12.01.2021 18:10:13
-28,800
6762e7392da14cf429f8e0e7623c51ea96c2a077
Support import sql when mysql command not found.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"@antv/g2\": \"^4.0.9\",\n\"@types/pg\": \"^7.14.7\",\n\"@types/tedious\": \"^4.0.3\",\n+ \"command-exists\": \"^1.2.9\",\n\"date-format\": \"^3.0.0\",\n\"deepmerge\": \"^3.2.0\",\n\"element-ui\": \"^2.13.2\...
TypeScript
MIT License
cweijan/vscode-database-client
Support import sql when mysql command not found.
141,908
12.01.2021 18:14:42
-28,800
a64e8b836160a391525de16a3d076dfff319f469
Update connect timeout.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/mssqlConnection.ts", "new_path": "src/service/connect/mssqlConnection.ts", "diff": "@@ -16,7 +16,7 @@ export class MSSqlConnnection extends ConnectionPool<Connection> implements ICon\nserver: node.host,\noptions: {\ndatabase: node.database ...
TypeScript
MIT License
cweijan/vscode-database-client
Update connect timeout.
141,908
13.01.2021 09:58:05
-28,800
402056ed33d5638043869fb8288436a6e5ab4462
Convert json to string.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/mysqlConnection.ts", "new_path": "src/service/connect/mysqlConnection.ts", "diff": "@@ -10,7 +10,15 @@ export class MysqlConnection implements IConnection {\nhost: node.host, port: node.port, user: node.user, password: node.password, databa...
TypeScript
MIT License
cweijan/vscode-database-client
Convert json to string.
141,908
13.01.2021 14:30:23
-28,800
d536a7cc0cff991a28fba1db006b55aac35c7b6c
Update pg alive check.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/postgreSqlConnection.ts", "new_path": "src/service/connect/postgreSqlConnection.ts", "diff": "@@ -26,7 +26,7 @@ export class PostgreSqlConnection implements IConnection {\n}\nisAlive(): boolean {\nconst temp = this.client as any;\n- return ...
TypeScript
MIT License
cweijan/vscode-database-client
Update pg alive check.
141,908
13.01.2021 15:00:31
-28,800
9a81b971432e54f5e3195ec77cde018e534fc2ab
Fix json garbled code.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/mysqlConnection.ts", "new_path": "src/service/connect/mysqlConnection.ts", "diff": "@@ -14,7 +14,7 @@ export class MysqlConnection implements IConnection {\ntypeCast: function (field, next) {\n// if (field.type === 'TINY' && field.length ==...
TypeScript
MIT License
cweijan/vscode-database-client
Fix json garbled code.
141,908
13.01.2021 23:57:53
-28,800
50c473f671db79d1c11e589b6fc3e9dae40f28d0
Init es support.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"@antv/g2\": \"^4.0.9\",\n\"@types/pg\": \"^7.14.7\",\n\"@types/tedious\": \"^4.0.3\",\n+ \"axios\": \"^0.21.1\",\n\"command-exists\": \"^1.2.9\",\n\"date-format\": \"^3.0.0\",\n\"deepmerge\": \"^3.2.0\",\n"...
TypeScript
MIT License
cweijan/vscode-database-client
Init es support.
141,908
14.01.2021 10:12:35
-28,800
63ee114e45672c9d38ca99e4cd5882526f74ce34
Support show es index mapping.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"view/item/context\": [\n{\n\"command\": \"mysql.refresh\",\n- \"when\": \"view == github.cweijan.mysql && viewItem =~ /^(connection|tableGroup|viewGroup|systemViewGroup|triggerGroup|procedureGroup|functionG...
TypeScript
MIT License
cweijan/vscode-database-client
Support show es index mapping.
141,908
14.01.2021 14:59:57
-28,800
3039c7e766e3cf398f39c0dcf008879b04bf0d83
Init data load.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"view/item/context\": [\n{\n\"command\": \"mysql.refresh\",\n- \"when\": \"view == github.cweijan.mysql && viewItem =~ /^(esIndex|esConnection|connection|tableGroup|viewGroup|systemViewGroup|triggerGroup|pro...
TypeScript
MIT License
cweijan/vscode-database-client
Init data load.
141,908
14.01.2021 16:20:29
-28,800
7babd498dc42c5546e0e940af520ce177218f3cb
Support search es on result.
[ { "change_type": "RENAME", "old_path": "src/model/es/esColumnNode.ts", "new_path": "src/model/es/indexColumnNode.ts", "diff": "" }, { "change_type": "MODIFY", "old_path": "src/model/es/indexNode.ts", "new_path": "src/model/es/indexNode.ts", "diff": "-import * as path from \"path\...
TypeScript
MIT License
cweijan/vscode-database-client
Support search es on result.
141,908
14.01.2021 16:31:34
-28,800
bc39dc0702dd33126ba91b120ba62cbc77945c35
Support paginition with es.
[ { "change_type": "MODIFY", "old_path": "src/model/es/indexNode.ts", "new_path": "src/model/es/indexNode.ts", "diff": "@@ -83,7 +83,7 @@ export class IndexNode extends Node {\nreturn row\n})\nQueryPage.send({\n- connection: this, type: MessageType.DATA, res: {\n+ connection: this, type: request.from=...
TypeScript
MIT License
cweijan/vscode-database-client
Support paginition with es.
141,908
14.01.2021 16:38:37
-28,800
dad768d45aa1c1ef6e173d1a59495b6dc01f3713
Support copy name.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"when\": \"view == github.cweijan.mysql && viewItem == user\",\n\"group\": \"1_mysql@0\"\n},\n- {\n- \"command\": \"mysql.name.copy\",\n- \"when\": \"view == github.cweijan.mysql && viewItem == user\",\n- \"...
TypeScript
MIT License
cweijan/vscode-database-client
Support copy name.
141,908
14.01.2021 16:51:26
-28,800
17ce86cac37ed5b65c98f4c4d6e09dc9a7caa2c5
Support export es data.
[ { "change_type": "MODIFY", "old_path": "src/model/es/indexNode.ts", "new_path": "src/model/es/indexNode.ts", "diff": "@@ -5,6 +5,8 @@ import { QueryPage } from \"@/view/result/query\";\nimport { DataResponse, EsDataResponse, RunResponse } from \"@/view/result/queryResponse\";\nimport axios from \"ax...
TypeScript
MIT License
cweijan/vscode-database-client
Support export es data.
141,908
14.01.2021 17:06:21
-28,800
f5765f481158d5a4e4a3af93cb79e15e6e0e6457
Fix export bug.
[ { "change_type": "MODIFY", "old_path": "src/service/export/exportService.ts", "new_path": "src/service/export/exportService.ts", "diff": "@@ -56,14 +56,14 @@ export class ExportService {\nConsole.log(err)\nreturn;\n}\n- context.fields = fields;\n- context.rows = rows;\nthis.delegateExport(context, r...
TypeScript
MIT License
cweijan/vscode-database-client
Fix export bug.
141,908
15.01.2021 12:09:20
-28,800
2e370f13f944b237211936339161de523d202920
Trim code again.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"@types/tedious\": \"^4.0.3\",\n\"axios\": \"^0.21.1\",\n\"command-exists\": \"^1.2.9\",\n+ \"comment-json\": \"^4.1.0\",\n\"date-format\": \"^3.0.0\",\n\"deepmerge\": \"^3.2.0\",\n\"element-ui\": \"^2.13.2\...
TypeScript
MIT License
cweijan/vscode-database-client
Trim code again.
141,908
15.01.2021 14:08:40
-28,800
845d96da1d0cfad0bb62db7ccd3159b660714b7c
Support run query from query.
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -30,8 +30,8 @@ import { QueryGroup } from \"./model/query/queryGroup\";\nimport { Node } from \"./model/interface/node\";\nimport { DbTreeDataProvider } from \"./provider/treeDataProvider\";\nimpor...
TypeScript
MIT License
cweijan/vscode-database-client
Support run query from query.
141,908
15.01.2021 14:38:18
-28,800
d37596fe03855d86c88689584888ef4f567e90ff
Add es template.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n{\n\"command\": \"mysql.query.switch\",\n- \"when\": \"view == github.cweijan.mysql && viewItem =~ /^(connection|database|esConnection)$/\",\n+ \"when\": \"view == github.cweijan.mysql && viewItem =~ /^(c...
TypeScript
MIT License
cweijan/vscode-database-client
Add es template.
141,908
15.01.2021 14:44:30
-28,800
8a265b77c5ba1b76286120871c1e8094793a8422
Support special http scheme.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esBaseNode.ts", "new_path": "src/model/es/model/esBaseNode.ts", "diff": "@@ -43,7 +43,7 @@ export class EsBaseNode extends Node {\nQueryPage.send({ connection: this, type: MessageType.RUN, res: { sql: '' } as RunResponse });\nconst response ...
TypeScript
MIT License
cweijan/vscode-database-client
Support special http scheme.
141,908
15.01.2021 15:05:47
-28,800
8be60792b73bd5278f5161d64a79a5f04149143a
convert xml scheme to json.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"language\": \"es\",\n\"scopeName\": \"source.es\",\n- \"path\": \"./syntaxes/es.tmLanguage\"\n+ \"path\": \"./syntaxes/es.tmLanguage.json\"\n}\n],\n\"viewsContainers\": {\n" }, { "change_type": "...
TypeScript
MIT License
cweijan/vscode-database-client
convert xml scheme to json.
141,908
15.01.2021 15:12:27
-28,800
d132740d285e0cc5b963a4d75ae37d74d6012a01
Remove decoration
[ { "change_type": "MODIFY", "old_path": "src/model/es/provider/ElasticCodeLensProvider.ts", "new_path": "src/model/es/provider/ElasticCodeLensProvider.ts", "diff": "import * as vscode from 'vscode';\nimport { DocumentFinder } from './documentFinder';\n-import { ElasticDecoration } from './ElasticDeco...
TypeScript
MIT License
cweijan/vscode-database-client
Remove decoration
141,908
15.01.2021 15:45:24
-28,800
199c15113ee7142eee41bda33f3c0f170c08160e
Update end logic.
[ { "change_type": "MODIFY", "old_path": "src/service/connectionManager.ts", "new_path": "src/service/connectionManager.ts", "diff": "@@ -44,14 +44,12 @@ export class ConnectionManager {\npublic static removeConnection(uid: string) {\nconst lcp = this.lastConnectionNode;\n- if (lcp && lcp.getConnectId...
TypeScript
MIT License
cweijan/vscode-database-client
Update end logic.
141,908
16.01.2021 19:32:33
-28,800
18abb4017d54a6cdec6f1e7eff9c1e6cf3f478cd
Support show es version.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esConnectionNode.ts", "new_path": "src/model/es/model/esConnectionNode.ts", "diff": "@@ -9,12 +9,14 @@ import { FileManager } from \"@/common/filesManager\";\nimport { EsBaseNode } from \"./esBaseNode\";\nimport { Range } from \"vscode\";\ni...
TypeScript
MIT License
cweijan/vscode-database-client
Support show es version.
141,908
16.01.2021 21:33:19
-28,800
4f7f3a3db5e36d75c9558bf6790db2f279349715
Show field correctly.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esBaseNode.ts", "new_path": "src/model/es/model/esBaseNode.ts", "diff": "@@ -8,6 +8,7 @@ import { EsDataResponse, RunResponse } from \"@/view/result/queryResponse\";\nimport axios, { Method } from \"axios\";\nimport { pathToFileURL } from \"...
TypeScript
MIT License
cweijan/vscode-database-client
Show field correctly.
141,908
17.01.2021 01:18:56
-28,800
68640893675b6acbeeb020c605e0418cc0b1545f
Support crud for es.
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -186,7 +186,7 @@ export function activate(context: vscode.ExtensionContext) {\n// table node\n...{\n\"mysql.show.esIndex\": (indexNode: ESIndexNode) => {\n- indexNode.loadData()\n+ indexNode.viewDa...
TypeScript
MIT License
cweijan/vscode-database-client
Support crud for es.
141,908
17.01.2021 01:44:08
-28,800
853e6c2942c49cf4f1d35f764dc5a938d9cbe268
Support show cost.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esIndexNode.ts", "new_path": "src/model/es/model/esIndexNode.ts", "diff": "@@ -67,10 +67,7 @@ export class ESIndexNode extends EsBaseNode {\n}\npublic async countSql() {\n- const start = new Date().getTime();\n- return axios.get(`${this.sche...
TypeScript
MIT License
cweijan/vscode-database-client
Support show cost.
141,908
17.01.2021 02:26:24
-28,800
52bcac3fc939ba80008c57c168f9d83069f3bd58
Version 3.1.0.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+# 3.1.0 2020/1/17\n+\n+- Support connect to elasticsearch.\n+\n# 3.0.0 2020/1/13\n+\n- Support connect to postgresql and sqlserver.\n- Reduce resource consumption.\n- Fix cannot edit json column...
TypeScript
MIT License
cweijan/vscode-database-client
Version 3.1.0.
141,908
17.01.2021 12:48:48
-28,800
cd5db7c7851f4a12f6ac814d34ef808c12af03f4
Remove index and type.
[ { "change_type": "MODIFY", "old_path": "src/service/connect/esConnection.ts", "new_path": "src/service/connect/esConnection.ts", "diff": "@@ -65,7 +65,7 @@ export class EsConnection implements IConnection {\n}\nreturn row;\n});\n- fields.unshift( { name: \"_index\" }, { name: \"_type\" }, { name: \"...
TypeScript
MIT License
cweijan/vscode-database-client
Remove index and type.
141,908
17.01.2021 13:20:37
-28,800
6ab2f57f6a7e21ffea8789c38115c24e5fbb36ff
Update overview height.
[ { "change_type": "MODIFY", "old_path": "src/vue/overview/index.vue", "new_path": "src/vue/overview/index.vue", "diff": "<span>{{prettyBytes(Number(scope.row.index_length))}}</span>\n</template>\n</el-table-column>\n- <el-table-column align=\"center\" prop=\"table_collation\" label=\"table_collation\...
TypeScript
MIT License
cweijan/vscode-database-client
Update overview height.
141,908
17.01.2021 15:25:23
-28,800
ccf92a623038a325c19b3a93d1d9deb3f6e5647d
Init es group.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esConnectionNode.ts", "new_path": "src/model/es/model/esConnectionNode.ts", "diff": "@@ -6,6 +6,7 @@ import { Constants, ModelType } from \"../../../common/constants\";\nimport { ConnectionManager } from \"../../../service/connectionManager\...
TypeScript
MIT License
cweijan/vscode-database-client
Init es group.
141,908
17.01.2021 20:06:32
-28,800
b14991156c456c3a67a518692d74ec06e432ade1
Support paginition es.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/model/es/esRequest.ts", "diff": "+\n+export class EsRequest {\n+\n+ constructor(public type: string, public path: string, public body: string) { }\n+\n+ public toQuery():string{\n+ return `${this.type} ${this.path}\\n${this.body}`\n+ }\n+\n+...
TypeScript
MIT License
cweijan/vscode-database-client
Support paginition es.
141,908
17.01.2021 21:34:16
-28,800
955248ec9bd9e65671392b03beadf272c5045cfd
Support es sort.
[ { "change_type": "MODIFY", "old_path": "src/model/es/esRequest.ts", "new_path": "src/model/es/esRequest.ts", "diff": "@@ -29,6 +29,7 @@ export interface EsQuery {\nfrom?: number;\nsize?: number;\nquery?:any;\n+ sort?:any[];\nstored_fields?:any;\nhighlight?:any;\n}\n\\ No newline at end of file\n" ...
TypeScript
MIT License
cweijan/vscode-database-client
Support es sort.
141,908
17.01.2021 22:51:38
-28,800
401fdf4127aa9d59d3e2576129e9bb30aa703680
Update es template and support hightlight.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esConnectionNode.ts", "new_path": "src/model/es/model/esConnectionNode.ts", "diff": "import { FileManager } from \"@/common/filesManager\";\n+import { QueryGroup } from \"@/model/query/queryGroup\";\nimport { DbTreeDataProvider } from \"@/pr...
TypeScript
MIT License
cweijan/vscode-database-client
Update es template and support hightlight.
141,908
17.01.2021 22:59:17
-28,800
5c9a84c10615761faff89a4382adcd841872753c
Fix filter gone when paginition.
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -178,6 +178,7 @@ export default {\ncase \"NEXT_PAGE\":\nthis.result.data = response.data\nthis.toolbar.sql = response.sql\n+ this.result.data.unshift({ isFilter: true, content: \"\" })\...
TypeScript
MIT License
cweijan/vscode-database-client
Fix filter gone when paginition.
141,908
18.01.2021 21:35:59
-28,800
a9d0420c86b3ad12075dd3e95e2d5629d234c231
Trim connect service.
[ { "change_type": "MODIFY", "old_path": "src/service/serviceManager.ts", "new_path": "src/service/serviceManager.ts", "diff": "+import { DatabaseType } from \"@/common/constants\";\nimport * as vscode from \"vscode\";\nimport { ExtensionContext } from \"vscode\";\nimport { FileManager } from \"../com...
TypeScript
MIT License
cweijan/vscode-database-client
Trim connect service.
141,908
19.01.2021 12:33:05
-28,800
0568b769161ac2e31ee5bc33fee80ec829cdcb4c
Fix connect fail.
[ { "change_type": "MODIFY", "old_path": "src/model/nodeUtil.ts", "new_path": "src/model/nodeUtil.ts", "diff": "import { Node } from \"./interface/node\";\nimport { ConnectionManager } from \"../service/connectionManager\";\n+import { SqlDialect } from \"@/service/dialect/sqlDialect\";\nexport abstrac...
TypeScript
MIT License
cweijan/vscode-database-client
Fix connect fail.
141,908
20.01.2021 02:05:48
-28,800
97ce1ca6e4c61ee2a854a1677c37886b06f4d1c9
Add build scripts.
[ { "change_type": "ADD", "old_path": null, "new_path": "webpack.config.lib.js", "diff": "+const path = require('path');\n+var webpack = require('webpack');\n+\n+// 1. npm i tedious pg mysql2\n+// 2. npx webpack --config webpack.config.lib.js --progress -p\n+\n+module.exports = [\n+ {\n+ target: \"nod...
TypeScript
MIT License
cweijan/vscode-database-client
Add build scripts.
141,908
20.01.2021 02:06:04
-28,800
e228ddcbfe442b28229544d3a1680027f7c26e04
Remove kibana image.
[ { "change_type": "DELETE", "old_path": "kibana/discover.png", "new_path": "kibana/discover.png", "diff": "Binary files a/kibana/discover.png and /dev/null differ\n" }, { "change_type": "DELETE", "old_path": "kibana/query_example.json", "new_path": null, "diff": "-{\n- \"version\"...
TypeScript
MIT License
cweijan/vscode-database-client
Remove kibana image.
141,908
20.01.2021 02:13:50
-28,800
dabc2d88901d073d47e04e9ac349c712648a94c5
Bind command to redis node.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"view/item/context\": [\n{\n\"command\": \"mysql.refresh\",\n- \"when\": \"view == github.cweijan.mysql && viewItem =~ /^(esConnection|connection|tableGroup|viewGroup|systemViewGroup|triggerGroup|procedureGr...
TypeScript
MIT License
cweijan/vscode-database-client
Bind command to redis node.
141,908
20.01.2021 13:43:07
-28,800
efda8717583ba54039108ba6094bd180814dbab3
Bind command method.
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -20,7 +20,7 @@ export enum OperateType {\nexport enum CacheKey {\nConectionsKey = \"mysql.connections\",\nCollapseSate = \"mysql.database.cache.collapseState\",\n- CONECTIONS_CONFIG =...
TypeScript
MIT License
cweijan/vscode-database-client
Bind command method.
141,908
20.01.2021 15:45:08
-28,800
a36c0e7e292923ff310e989de0f4f1c6099f862d
Update view match rule.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"view/title\": [\n{\n\"command\": \"mysql.connection.add\",\n- \"when\": \"view =~ /cweijan/\",\n+ \"when\": \"view =~ /cweijan.+?ql/\",\n\"group\": \"navigation@3\"\n},\n{\n\"command\": \"mysql.refresh\",\n...
TypeScript
MIT License
cweijan/vscode-database-client
Update view match rule.
141,908
20.01.2021 16:45:44
-28,800
2716282a7de2fcb332f13e4efdd0cb3fb15972fd
Redis node support store state.
[ { "change_type": "MODIFY", "old_path": "src/model/redis/folderNode.ts", "new_path": "src/model/redis/folderNode.ts", "diff": "@@ -11,8 +11,7 @@ export class FolderNode extends RedisBaseNode {\nconstructor(readonly label: string, readonly childens: Node[], readonly parent: Node) {\nsuper(label)\nthis...
TypeScript
MIT License
cweijan/vscode-database-client
Redis node support store state.
141,908
20.01.2021 18:07:50
-28,800
552f9ad2c90d92cea7a9bbb401f8c3ff252343c0
Support show folder.
[ { "change_type": "MODIFY", "old_path": "src/model/redis/folderNode.ts", "new_path": "src/model/redis/folderNode.ts", "diff": "import { Constants, ModelType } from \"@/common/constants\";\nimport { Node } from \"@/model/interface/node\";\nimport * as path from \"path\";\n-import { TreeItemCollapsible...
TypeScript
MIT License
cweijan/vscode-database-client
Support show folder.
141,908
20.01.2021 18:16:01
-28,800
7210fa8c6fc7d435386847fd6615c76dd0d96d8e
Fix redis result gone.
[ { "change_type": "MODIFY", "old_path": "src/vue/redis/keyView.vue", "new_path": "src/vue/redis/keyView.vue", "diff": "@@ -145,6 +145,8 @@ export default {\nthis.editTemp = this.jsonContent()\nconst temp = this.edit.content + \"\".trim()\nthis.selectedView = temp.startsWith(\"[\") || temp.startsWith(...
TypeScript
MIT License
cweijan/vscode-database-client
Fix redis result gone.
141,908
20.01.2021 18:25:44
-28,800
93c663320afeae269c03df8d3162c832a6879f77
Fix open terminal fail.
[ { "change_type": "MODIFY", "old_path": "src/model/nodeUtil.ts", "new_path": "src/model/nodeUtil.ts", "diff": "@@ -18,6 +18,11 @@ export abstract class NodeUtil {\npublic static removeParent(nodes: any): any {\nif (!nodes) return null;\n+ // if is node instance\n+ if(nodes instanceof Node){\n+ return...
TypeScript
MIT License
cweijan/vscode-database-client
Fix open terminal fail.
141,908
20.01.2021 18:29:59
-28,800
2e9ac912dbc3a14f608e6431b849524c571ba1cc
Fix total as zero.
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -145,7 +145,7 @@ export default {\nthis.reset()\n}\n// only es have.\n- if (data.total) {\n+ if (data.total!=null) {\nthis.page.total = parseInt(data.total)\n} else if (this.result.tabl...
TypeScript
MIT License
cweijan/vscode-database-client
Fix total as zero.
141,908
20.01.2021 18:48:35
-28,800
9a80b8c99c988b74faeddfb1ae99bbec3fb283fc
Add new es run command.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/model/es/esUtil.ts", "diff": "+import { FileManager, FileModel } from \"@/common/filesManager\";\n+import { ConnectionManager } from \"@/service/connectionManager\";\n+import { QueryUnit } from \"@/service/queryUnit\";\n+import * as vscode f...
TypeScript
MIT License
cweijan/vscode-database-client
Add new es run command.
141,908
20.01.2021 18:57:19
-28,800
5966d544303e5264255d2710233f7da88ce336fe
Fix open result fail.
[ { "change_type": "MODIFY", "old_path": "src/model/es/esUtil.ts", "new_path": "src/model/es/esUtil.ts", "diff": "@@ -17,7 +17,7 @@ export class EsUtil {\nQueryUnit.runQuery(`${em.Method.Text} ${em.Path.Text}\\n${em.Body.Text}`,node)\nreturn;\n}\n- (await node.getConnection()).query(`${em.Method.Text}...
TypeScript
MIT License
cweijan/vscode-database-client
Fix open result fail.
141,908
20.01.2021 19:17:27
-28,800
47a50222e6d13db226e0df935c9e2694d9a8811b
Support reveal webview.
[ { "change_type": "MODIFY", "old_path": "src/view/viewManager.ts", "new_path": "src/view/viewManager.ts", "diff": "@@ -16,10 +16,6 @@ export class ViewOption {\n* keep single page by viewType\n*/\npublic singlePage?: boolean;\n- /**\n- * kill exists panel\n- */\n- public killHidden?: boolean;\n/**\n*...
TypeScript
MIT License
cweijan/vscode-database-client
Support reveal webview.
141,908
22.01.2021 00:35:01
-28,800
b2595aaa1108eb01644aad24129fc86b18b7c3a8
Init sql codelens.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/provider/sqlCodeLensProvider.ts", "diff": "+import * as vscode from 'vscode';\n+\n+export class SqlCodeLensProvider implements vscode.CodeLensProvider {\n+ onDidChangeCodeLenses?: vscode.Event<void>;\n+ provideCodeLenses(document: vscode.Tex...
TypeScript
MIT License
cweijan/vscode-database-client
Init sql codelens.
141,917
22.01.2021 06:32:05
-28,800
e29d7e7860a0035cb3fdd322d37c4157ad03425f
fix:spelling mistake file:src/service/dialect/mysqlDialect.ts function tableTemplate had a spelling mistake "tiem" change to "time"
[ { "change_type": "MODIFY", "old_path": "src/service/dialect/mysqlDialect.ts", "new_path": "src/service/dialect/mysqlDialect.ts", "diff": "@@ -91,8 +91,8 @@ export class MysqlDialect extends SqlDialect{\ntableTemplate(): string {\nreturn `CREATE TABLE [name](\nid int NOT NULL primary key AUTO_INCREME...
TypeScript
MIT License
cweijan/vscode-database-client
fix:spelling mistake file:src/service/dialect/mysqlDialect.ts function tableTemplate had a spelling mistake "tiem" change to "time"
141,908
22.01.2021 08:55:39
-28,800
214b0e893a5dd83af645a45560b0563cc763bea5
Update i18n.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n{\n\"command\": \"mysql.redis.connection.terminal\",\n- \"title\": \"Open Terminal\",\n+ \"title\": \"%command.redis.connection.terminal%\",\n\"category\": \"Redis\",\n\"icon\": \"resources/image/terminal...
TypeScript
MIT License
cweijan/vscode-database-client
Update i18n.
141,908
22.01.2021 09:09:03
-28,800
f41d4304a10d120029de6ec7101547c885c68f4c
Remove unnecessary context menu.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"%command.template.sql%\",\n\"category\": \"MySQL\"\n},\n- {\n- \"command\": \"mysql.template.delete\",\n- \"title\": \"%command.template.delete%\",\n- \"category\": \"MySQL\"\n- },\n{\n\"command\...
TypeScript
MIT License
cweijan/vscode-database-client
Remove unnecessary context menu.
141,908
22.01.2021 09:42:26
-28,800
cf3951e986dd5b85fcc85a757897b0fdbf770546
Fix count fail.
[ { "change_type": "MODIFY", "old_path": "src/view/result/query.ts", "new_path": "src/view/result/query.ts", "diff": "@@ -76,7 +76,7 @@ export class QueryPage {\n})\nQueryUnit.runQuery(esQuery, dbOption);\n}).on('count', async (params) => {\n- dbOption.execute(params.sql).then((rows) => {\n+ dbOption....
TypeScript
MIT License
cweijan/vscode-database-client
Fix count fail.
141,908
22.01.2021 09:56:07
-28,800
b87b64561fbd59583183f1b6077fe41fc9194880
Add codelen run command.
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -240,6 +240,9 @@ export function activate(context: vscode.ExtensionContext) {\n\"mysql.template.sql\": (tableNode: TableNode, run: boolean) => {\ntableNode.selectSqlTemplate(run);\n},\n+ \"mysql.co...
TypeScript
MIT License
cweijan/vscode-database-client
Add codelen run command.
141,908
22.01.2021 16:12:22
-28,800
eaea72b443743900d4398aefcfdcad75c283e50e
Fix dialect gone.
[ { "change_type": "MODIFY", "old_path": "src/model/nodeUtil.ts", "new_path": "src/model/nodeUtil.ts", "diff": "import { Node } from \"./interface/node\";\nimport { ConnectionManager } from \"../service/connectionManager\";\nimport { SqlDialect } from \"@/service/dialect/sqlDialect\";\n+import { Servi...
TypeScript
MIT License
cweijan/vscode-database-client
Fix dialect gone.
141,908
22.01.2021 16:12:34
-28,800
ecbaad8c392d76bbd7e62d912782b1f447937f8d
Init mongodb support.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"vscode:prepublish\": \"npm run build\"\n},\n\"devDependencies\": {\n+ \"@antv/g2\": \"^4.0.9\",\n\"@types/mockjs\": \"^1.0.2\",\n+ \"@types/mongodb\": \"^3.6.3\",\n\"@types/node\": \"^12.12.6\",\n- \"@types...
TypeScript
MIT License
cweijan/vscode-database-client
Init mongodb support.
141,908
22.01.2021 17:06:42
-28,800
0041943e4330e775b666136ee077be16b2c1026f
Support show mongo tables.
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -53,7 +53,7 @@ export enum DatabaseType {\n}\nexport enum ModelType {\n- MONGO_CONNECTION=\"mongoConnection\",\n+ MONGO_CONNECTION=\"mongoConnection\",MONGO_TABLE=\"mongoTable\",\n/**...
TypeScript
MIT License
cweijan/vscode-database-client
Support show mongo tables.
141,908
22.01.2021 17:38:12
-28,800
64f459a3e7ae8f8313f24d8b940ed42d3726bb22
Support show mongo table data.
[ { "change_type": "MODIFY", "old_path": "src/common/wrapper.js", "new_path": "src/common/wrapper.js", "diff": "@@ -12,6 +12,9 @@ export function wrapByDb(origin, databaseType) {\nif (databaseType == 'PostgreSQL') {\nreturn origin.split(\".\").map(text => `\"${text}\"`).join(\".\")\n}\n+ if (databaseT...
TypeScript
MIT License
cweijan/vscode-database-client
Support show mongo table data.
141,908
22.01.2021 17:50:32
-28,800
e6680f558ab9da9adafdb052429496f5b747fcb1
Mongo table node disable collpase.
[ { "change_type": "MODIFY", "old_path": "src/model/mongo/mongoTableNode.ts", "new_path": "src/model/mongo/mongoTableNode.ts", "diff": "import { ModelType } from \"@/common/constants\";\nimport { MongoConnection } from \"@/service/connect/mongoConnection\";\nimport { ConnectionManager } from \"@/servi...
TypeScript
MIT License
cweijan/vscode-database-client
Mongo table node disable collpase.
141,908
23.01.2021 01:56:17
-28,800
2f5cb112e15b9a23df9057b583eb97a03ff7f55d
Support detect sql without seprator.
[ { "change_type": "MODIFY", "old_path": "src/provider/sqlCodeLensProvider.ts", "new_path": "src/provider/sqlCodeLensProvider.ts", "diff": "@@ -22,13 +22,14 @@ export class SqlCodeLensProvider implements vscode.CodeLensProvider {\nvar text = line.text;\nsql = sql + text;\n- if (!text?.trim()) continue...
TypeScript
MIT License
cweijan/vscode-database-client
Support detect sql without seprator.
141,908
23.01.2021 02:16:16
-28,800
85ce172438b60d56d6d431312bc1f33d05f5dc8b
Redisn connect view.
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "<section class=\"mb-2\">\n<label class=\"block font-bold\" for=\"connection-type\">Connection Type</label>\n- <el-radio v-model=\"connectionOption.dbType\" label=\"MySQL\">MySQL</el-...
TypeScript
MIT License
cweijan/vscode-database-client
Redisn connect view.
141,908
23.01.2021 03:27:45
-28,800
751632e0a78b6422d294a79f4495d8149362bcc8
Resign connect page.
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "<blockquote class=\"p-3 mb-2 panel\" id=\"error\" v-if=\"error\">\n<section class=\"panel__text\">\n- <div class=\"block font-bold\">Connection error!</div>\n+ <div class=\"font-bold...
TypeScript
MIT License
cweijan/vscode-database-client
Resign connect page.
141,908
23.01.2021 03:34:34
-28,800
4ef9d22186961ebc3cd74da8e18e42289d5d5b7a
Support close connect page.
[ { "change_type": "MODIFY", "old_path": "src/view/connect/connectService.ts", "new_path": "src/view/connect/connectService.ts", "diff": "@@ -49,6 +49,8 @@ export class ConnectService {\nhandler.emit(\"error\", err)\n}\n}\n+ }).on(\"close\",()=>{\n+ handler.panel.dispose()\n})\n}\n});\n" }, { ...
TypeScript
MIT License
cweijan/vscode-database-client
Support close connect page.
141,908
23.01.2021 03:52:09
-28,800
77dd25ad199555c24c85b359824ae862987cd737
Add connect loading.
[ { "change_type": "MODIFY", "old_path": "src/view/connect/connectService.ts", "new_path": "src/view/connect/connectService.ts", "diff": "@@ -41,7 +41,8 @@ export class ConnectService {\ntry {\nawait this.connect(connectNode)\nprovider.addConnection(connectNode)\n- handler.panel.dispose();\n+ // handl...
TypeScript
MIT License
cweijan/vscode-database-client
Add connect loading.
141,902
24.01.2021 04:31:38
-28,800
38a3ff7bedb35d1964b5309fd87b474f43c03c04
README: Fix line spacing
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -36,29 +36,35 @@ ext install cweijan.vscode-mysql-client2\n1. Click table to open table view.\n2. Then you can do data modification on the view page.\n+\n![query](images/QueryTable.jpg)\n## Execute SQL Query\nIn...
TypeScript
MIT License
cweijan/vscode-database-client
README: Fix line spacing
141,908
24.01.2021 15:26:39
-28,800
26f2f8f50b09ca10671e0a7a10f53978594dd790
Adjust mock flow.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n{\n\"command\": \"mysql.mock.run\",\n- \"when\": \"resourceFilename == mock.json \",\n+ \"when\": \"resourceFilename =~ /mock.json$/ \",\n\"group\": \"navigation\"\n}\n],\n" }, { "change_type": "M...
TypeScript
MIT License
cweijan/vscode-database-client
Adjust mock flow.
141,908
24.01.2021 16:25:06
-28,800
71e4843c023bff8f123b16cc5df8525e2012d838
Remove database chain.
[ { "change_type": "MODIFY", "old_path": "src/model/database/userNode.ts", "new_path": "src/model/database/userNode.ts", "diff": "-import { DatabaseChain } from \"@/provider/complete/chain/databaseChain\";\nimport { DatabaseCache } from \"@/service/common/databaseCache\";\nimport * as path from \"path...
TypeScript
MIT License
cweijan/vscode-database-client
Remove database chain.
141,908
24.01.2021 21:15:08
-28,800
2556e847390711f7efdc227d9ff52d41e5034127
Fix node state gone.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -66,11 +66,9 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\nthis.dbType = source.dbType\nthis.includeDatabases = source.includeDatabases\nthis.ex...
TypeScript
MIT License
cweijan/vscode-database-client
Fix node state gone.
141,908
24.01.2021 21:43:59
-28,800
6f4b196e7c9fbd474f2e67d11e078677bb65dbdf
Init table design.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -85,4 +85,3 @@ Move to ant DatabaseNode or TableNode. The export/import options are listed in t\n## RoadMap\n- Sync database struct from diffrent connection.\n-- Support manager index.\n" }, { "change_ty...
TypeScript
MIT License
cweijan/vscode-database-client
Init table design.
141,908
24.01.2021 22:59:30
-28,800
c1db9202391704d2289e0947820dbcf9efb6a856
Init diff panel.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "]\n},\n\"commands\": [\n+ {\n+ \"command\": \"mysql.struct.diff\",\n+ \"title\": \"%command.history.open%\",\n+ \"category\": \"MySQL\",\n+ \"icon\": \"resources/icon/history.svg\"\n+ },\n{\n\"command\": \"my...
TypeScript
MIT License
cweijan/vscode-database-client
Init diff panel.
141,908
24.01.2021 23:18:27
-28,800
f16997382e5cb2ef9d8d218f90e62f9999037d21
Init data flow.
[ { "change_type": "MODIFY", "old_path": "src/service/diff/diffService.ts", "new_path": "src/service/diff/diffService.ts", "diff": "import { Global } from \"@/common/global\";\n+import { TableGroup } from \"@/model/main/tableGroup\";\nimport { DbTreeDataProvider } from \"@/provider/treeDataProvider\";...
TypeScript
MIT License
cweijan/vscode-database-client
Init data flow.
141,908
25.01.2021 00:29:06
-28,800
d0019bbcec5218468e887739d0d1faf6f5f7f7fd
Implment basic diff.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -81,7 +81,3 @@ Move to ant DatabaseNode or TableNode. The export/import options are listed in t\n- [node-mysql2](https://github.com/sidorares/node-mysql2) : Mysql client.\n- [node-postgres](https://github.com/br...
TypeScript
MIT License
cweijan/vscode-database-client
Implment basic diff.
141,908
25.01.2021 02:31:21
-28,800
340ac1387aaef138f4ced0f393a15191d6131412
Implment struct sync.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"commands\": [\n{\n\"command\": \"mysql.struct.diff\",\n- \"title\": \"%command.history.open%\",\n+ \"title\": \"%command.struct.diff%\",\n\"category\": \"MySQL\",\n- \"icon\": \"resources/icon/history.svg\"...
TypeScript
MIT License
cweijan/vscode-database-client
Implment struct sync.
141,908
25.01.2021 03:07:29
-28,800
6ae00cc8a57343508ea405145f3c37d90413886a
Sign struct sync view.
[ { "change_type": "MODIFY", "old_path": "src/vue/structDiff/index.vue", "new_path": "src/vue/structDiff/index.vue", "diff": "</el-form-item>\n</el-form>\n</div>\n- <el-button @click=\"startCompare\" title=\"Start Compare\" type=\"danger\" size=\"mini\">Start Compare\n+ <div>\n+ <el-button class=\"m-2...
TypeScript
MIT License
cweijan/vscode-database-client
Sign struct sync view.
141,908
25.01.2021 09:16:35
-28,800
63085e8752e8e08e6a61903ce3442b1e25c09c67
Support detech table with dot.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "- Fix redis folder Infinite recursion load bug.\n- Add GUI of index manager view.\n- Implement database struct sync feature.\n-- Fix intetllisense sql fail when cache not exists.\n+- Enhance intetllisense sql...
TypeScript
MIT License
cweijan/vscode-database-client
Support detech table with dot.
141,908
25.01.2021 09:51:06
-28,800
84c228786d817ddaf8ace8706e79549fd93cb1a5
Version 3.2.2.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n-# 3.2.2\n+# 3.2.2 2020/1/25\n- Fix redis folder Infinite recursion load bug.\n- Add GUI of index manager view.\n" }, { "change_type": "MODIFY", "old_path": "package.json", "new_p...
TypeScript
MIT License
cweijan/vscode-database-client
Version 3.2.2.
141,908
25.01.2021 11:22:54
-28,800
f535aee904ea42b926da322ecb24f612582f47c6
Fix column comment gone.
[ { "change_type": "MODIFY", "old_path": "src/model/other/columnNode.ts", "new_path": "src/model/other/columnNode.ts", "diff": "@@ -69,7 +69,7 @@ export class ColumnNode extends Node implements CopyAble {\n}\npublic updateColumnTemplate() {\n- QueryUnit.showSQLTextDocument(this, this.dialect.updateCol...
TypeScript
MIT License
cweijan/vscode-database-client
Fix column comment gone.
141,908
25.01.2021 14:17:29
-28,800
cd5b64304c247688d08387a0e1a471957d59a267
compatible with old vscode.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"name\": \"vscode-mysql-client2\",\n\"displayName\": \"MySQL\",\n\"description\": \"Database Client for vscode\",\n- \"version\": \"3.2.3\",\n+ \"version\": \"3.2.5\",\n\"publisher\": \"cweijan\",\n\"icon\":...
TypeScript
MIT License
cweijan/vscode-database-client
compatible with old vscode.
141,908
25.01.2021 15:41:41
-28,800
41923913638057b8d50f60867c44b0ef26322ebb
Fix refresh fail.
[ { "change_type": "MODIFY", "old_path": "src/model/database/userGroup.ts", "new_path": "src/model/database/userGroup.ts", "diff": "@@ -14,6 +14,8 @@ export class UserGroup extends DatabaseNode {\nconstructor(readonly name: string, readonly parent: Node) {\nsuper(name, parent)\nthis.init(parent)\n+ //...
TypeScript
MIT License
cweijan/vscode-database-client
Fix refresh fail.
141,908
25.01.2021 15:50:41
-28,800
b47e5cfa8bc081ce44be8a26ac2ffa8fbf49c74d
Update table name detect logic.
[ { "change_type": "MODIFY", "old_path": "src/common/constants.ts", "new_path": "src/common/constants.ts", "diff": "@@ -7,7 +7,7 @@ export class Constants {\n}\nexport class Pattern {\n- public static TABLE_PATTERN = \"\\\\b(from|join|update|into)\\\\b\\\\s*((\\\\w|\\\\.|-|`)+)\";\n+ public static TAB...
TypeScript
MIT License
cweijan/vscode-database-client
Update table name detect logic.