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 | 01.04.2021 09:20:58 | -28,800 | 03af7fcf26c8f685dfd712edb3f2166b1a2316b8 | ElasticSearch support special url. | [
{
"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\";\nimport { Util } from \"@/common/util\";\nimport { QueryGroup } from \"@/model/query/queryGroup\";\n... | TypeScript | MIT License | cweijan/vscode-database-client | ElasticSearch support special url. |
141,908 | 01.04.2021 10:08:43 | -28,800 | 33bf7e4c654466376dc6f64cf5c25c472d0007b4 | Fix open query file fail. | [
{
"change_type": "MODIFY",
"old_path": "src/common/filesManager.ts",
"new_path": "src/common/filesManager.ts",
"diff": "@@ -29,6 +29,7 @@ export class FileManager {\npublic static record(fileName: string, content: string, model?: FileModel): Promise<string> {\nif (!this.storagePath) { vscode.window.... | TypeScript | MIT License | cweijan/vscode-database-client | Fix open query file fail. |
141,908 | 01.04.2021 10:59:21 | -28,800 | 150a30c8f41ced81af88d980390d44ad55a20e70 | Support delimiter on codelen. | [
{
"change_type": "MODIFY",
"old_path": "src/provider/sqlCodeLensProvider.ts",
"new_path": "src/provider/sqlCodeLensProvider.ts",
"diff": "import { ConfigKey } from '@/common/constants';\nimport { Global } from '@/common/global';\n+import { DelimiterHolder } from '@/service/common/delimiterHolder';\n... | TypeScript | MIT License | cweijan/vscode-database-client | Support delimiter on codelen. |
141,908 | 01.04.2021 11:31:13 | -28,800 | a777f6fcc965e59a4e3dae0e6e4a911687b5f791 | Fix find ElasticSearch active server fail. | [
{
"change_type": "MODIFY",
"old_path": "src/model/es/esUtil.ts",
"new_path": "src/model/es/esUtil.ts",
"diff": "@@ -10,7 +10,7 @@ export class EsUtil {\npublic static async executeEsQueryFile(em: ElasticMatch, parse: boolean) {\nconst node = ConnectionManager.getByActiveFile() as Node;\nif (node == ... | TypeScript | MIT License | cweijan/vscode-database-client | Fix find ElasticSearch active server fail. |
141,908 | 01.04.2021 16:09:51 | -28,800 | 43a86449cb7a8dcd22729404a51d05491bc940c4 | Fix run es query fail. | [
{
"change_type": "MODIFY",
"old_path": "src/model/es/esUtil.ts",
"new_path": "src/model/es/esUtil.ts",
"diff": "@@ -18,8 +18,9 @@ export class EsUtil {\nreturn;\n}\n(await node.getConnection()).query(`${em.Method.Text} ${em.Path.Text}\\n${em.Body.Text}`, 'dontParse', async (err, data) => {\n+ const ... | TypeScript | MIT License | cweijan/vscode-database-client | Fix run es query fail. |
141,908 | 01.04.2021 18:00:57 | -28,800 | 30a235e473b76f377239fb5f892874b7446d2bbe | Support enable ssl. | [
{
"change_type": "MODIFY",
"old_path": "src/service/connect/postgreSqlConnection.ts",
"new_path": "src/service/connect/postgreSqlConnection.ts",
"diff": "@@ -22,7 +22,8 @@ export class PostgreSqlConnection extends IConnection {\nuser: opt.user, password: opt.password,\ndatabase: opt.database,\nconne... | TypeScript | MIT License | cweijan/vscode-database-client | Support enable ssl. |
141,908 | 02.04.2021 12:01:18 | -28,800 | 17d6ab2e55fecdd1f34d10324c9657a104ae70b6 | Version 3.6.7. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n+# 3.6.7 2021-4-2\n+\n+- Postgresql support config ssl enable option.\n+- Support delimiter on codelen.\n+- Change ElasticSearch connect host:port to url.\n+\n# 3.6.5 2021-3-29\n-- Support connec... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.6.7. |
141,908 | 13.04.2021 22:12:30 | -28,800 | 2ffa8eaa7891166a0ea4eea44c27d2e564618f2b | Support close ftp connection. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n- \"name\": \"vscode-database-client2\",\n+ \"name\": \"vscode-mysql-client2\",\n\"displayName\": \"Database Client\",\n\"description\": \"Database Client for vscode\",\n\"version\": \"3.6.7\",\n"
},
{... | TypeScript | MIT License | cweijan/vscode-database-client | Support close ftp connection. |
141,908 | 13.04.2021 22:14:00 | -28,800 | 8e3db07379afc63b32f7975c1255a0e013492b22 | Fix es option change host. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/connect/index.vue",
"new_path": "src/vue/connect/index.vue",
"diff": "@@ -294,6 +294,7 @@ export default {\nif (this.editModel) {\nreturn;\n}\n+ this.connectionOption.host=\"127.0.0.1\"\nswitch (value) {\ncase \"MySQL\":\nthis.connectionOption.user = \... | TypeScript | MIT License | cweijan/vscode-database-client | Fix es option change host. |
141,908 | 13.04.2021 22:18:13 | -28,800 | 54ff421fd1b85966d89677eb59b8c5bae241a839 | Drop database child cache when drop database. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/schemaNode.ts",
"new_path": "src/model/database/schemaNode.ts",
"diff": "@@ -61,7 +61,10 @@ export class SchemaNode extends Node implements CopyAble {\nconst target = this.dbType == DatabaseType.MSSQL || this.dbType == DatabaseType.PG ? 'sch... | TypeScript | MIT License | cweijan/vscode-database-client | Drop database child cache when drop database. |
141,908 | 13.04.2021 22:22:04 | -28,800 | b2f841d638b06b0709bb95d250c95c06ab736edb | Record run codelen sql to history.. | [
{
"change_type": "MODIFY",
"old_path": "src/extension.ts",
"new_path": "src/extension.ts",
"diff": "@@ -246,7 +246,7 @@ export function activate(context: vscode.ExtensionContext) {\ntableNode.openTable();\n},\n\"mysql.codeLens.run\": (sql: string) => {\n- QueryUnit.runQuery(sql,ConnectionManager.try... | TypeScript | MIT License | cweijan/vscode-database-client | Record run codelen sql to history.. |
141,908 | 13.04.2021 22:32:26 | -28,800 | c4874d38ef8c1aa12bbfa999631e8a464be9e3f2 | Version 3.6.8. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n\"name\": \"vscode-mysql-client2\",\n- \"displayName\": \"Database Client\",\n+ \"displayName\": \"MySQL\",\n\"description\": \"Database Client for vscode\",\n- \"version\": \"3.6.7\",\n+ \"version\": \"3.... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.6.8. |
141,908 | 28.04.2021 09:21:53 | -28,800 | 21473fe58f31e7db2da551210d4434d0000072e6 | Disable retry. | [
{
"change_type": "MODIFY",
"old_path": "src/service/connectionManager.ts",
"new_path": "src/service/connectionManager.ts",
"diff": "@@ -111,16 +111,7 @@ export class ConnectionManager {\nnewConnection.connect(async (err: Error) => {\nif (err) {\nthis.end(key, this.alivedConnection[key])\n- if (getRe... | TypeScript | MIT License | cweijan/vscode-database-client | Disable retry. |
141,908 | 28.04.2021 09:44:10 | -28,800 | c3c43a1a50b14fc1c4cc9cd5b1140188cb51f6e6 | Fix filter trigger update. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/result/App.vue",
"new_path": "src/vue/result/App.vue",
"diff": "<el-button v-if=\"showFullBtn\" @click=\"full\" type=\"primary\" title=\"Full Result View\" icon=\"el-icon-rank\" size=\"mini\" circle>\n</el-button>\n<el-input v-model=\"table.search\" si... | TypeScript | MIT License | cweijan/vscode-database-client | Fix filter trigger update. |
141,908 | 28.04.2021 09:46:46 | -28,800 | 653184484ec78a938db245d193e68ea6d8b0f6c1 | Fix select column name fail. | [
{
"change_type": "MODIFY",
"old_path": "public/theme/umyui.css",
"new_path": "public/theme/umyui.css",
"diff": "@@ -31,7 +31,7 @@ https://www.umyui.com/\n}\n.title-info,\n-.plx-cell--title {\n+.plx-cell--title .column-name{\nuser-select: all;\n}\n"
},
{
"change_type": "MODIFY",
"old_path... | TypeScript | MIT License | cweijan/vscode-database-client | Fix select column name fail. |
141,908 | 28.04.2021 10:20:47 | -28,800 | 36ce1260704a2dedd3fbb5629efd53095903ab5d | Support show multi update result. | [
{
"change_type": "MODIFY",
"old_path": "src/common/constants.ts",
"new_path": "src/common/constants.ts",
"diff": "@@ -87,6 +87,7 @@ export enum MessageType {\nDATA = 'DATA',\nDML = 'DML',\nDDL = 'DDL',\n+ MESSAGE_BLOCK = 'MESSAGE_BLOCK',\nERROR = \"ERROR\",\nRUN = \"RUN\",\nMESSAGE = \"MESSAGE\",\n"... | TypeScript | MIT License | cweijan/vscode-database-client | Support show multi update result. |
141,908 | 28.04.2021 10:23:10 | -28,800 | 0a875ee67bf27e7719619b43d04f5403efb4f906 | Recovery run button. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"command\": \"mysql.mock.run\",\n\"when\": \"resourceFilename =~ /mock.json$/ \",\n\"group\": \"navigation\"\n+ },\n+ {\n+ \"command\": \"mysql.runQuery\",\n+ \"when\": \"editorLangId == sql || resourceFilen... | TypeScript | MIT License | cweijan/vscode-database-client | Recovery run button. |
141,908 | 28.04.2021 10:28:15 | -28,800 | 0eb4149ff88d34de734a39f99a8fca4e1406361a | Support table name with space, fix | [
{
"change_type": "MODIFY",
"old_path": "src/common/wrapper.js",
"new_path": "src/common/wrapper.js",
"diff": "export function wrapByDb(origin, databaseType) {\nif (origin == null) { return origin; }\n- if (origin.match(/\\b[-]\\b/ig) || origin.match(/^(if|key|desc|length)$/i)) {\n+ if (origin.match(... | TypeScript | MIT License | cweijan/vscode-database-client | Support table name with space, fix #162. |
141,908 | 28.04.2021 10:33:21 | -28,800 | fb7d2669c5e87cb7a40aa73c07a1004688f3db53 | More line support of codelens, fix | [
{
"change_type": "MODIFY",
"old_path": "src/provider/sqlCodeLensProvider.ts",
"new_path": "src/provider/sqlCodeLensProvider.ts",
"diff": "@@ -26,7 +26,7 @@ export class SqlCodeLensProvider implements vscode.CodeLensProvider {\nlet start: vscode.Position;\nlet end: vscode.Position;\nlet sql: string =... | TypeScript | MIT License | cweijan/vscode-database-client | More line support of codelens, fix #174. |
141,908 | 28.04.2021 10:42:43 | -28,800 | 99988a2b241fd2717ed65b3eb55d4a3fb6616e0d | Version 3.6.9. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n+# 3.6.9 2021-4-28\n+\n+- Support show multi DML execute result.\n+- Result view select column without '*'.\n+- Disable retry.\n+- Fix filter trigger save on result view.\n+- Update donate button... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.6.9. |
141,908 | 28.04.2021 14:22:42 | -28,800 | c1f8f34a51231e5c644813d63d36b7023bd0ccb0 | Try catch connection indent. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "+import { Console } from \"@/common/Console\";\nimport { DatabaseType, ModelType } from \"@/common/constants\";\nimport { Util } from \"@/common/util\";\nimport { DbTreeDataProvi... | TypeScript | MIT License | cweijan/vscode-database-client | Try catch connection indent. |
141,908 | 06.05.2021 09:58:50 | -28,800 | d1a388bc5fe24bd9f1d93e96ea8abdbbcc4290c0 | Support special instance name. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -67,6 +67,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\n* mssql only\n*/\npublic encrypt?: boolean;\n+ public instanceName?: string;\n/**\n* e... | TypeScript | MIT License | cweijan/vscode-database-client | Support special instance name. #177. |
141,908 | 06.05.2021 10:35:54 | -28,800 | 5a27bab1686dcf817d879ef552ea81f49d870b22 | Support TrustServerCertificate, | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -67,7 +67,9 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\n* mssql only\n*/\npublic encrypt?: boolean;\n+ public trustServerCertificate?: boolean... | TypeScript | MIT License | cweijan/vscode-database-client | Support TrustServerCertificate, #168. |
141,908 | 06.05.2021 11:21:45 | -28,800 | 114977bb431d35fcd977de66eb35eaee9d73da98 | Fix struct sync open fail. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -246,7 +246,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\nconst schema = opt?.schema || this.schema;\nif (opt?.withSchema && schema) {\n- retu... | TypeScript | MIT License | cweijan/vscode-database-client | Fix struct sync open fail. #165. |
141,908 | 07.05.2021 10:25:35 | -28,800 | 7602b249f547097f09bb9d54e0d7c02aa3c5d62c | Add some option. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -58,16 +58,13 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\npublic context?: Memento;\npublic parent?: Node;\n- /**\n- * mysql only\n- */\npubli... | TypeScript | MIT License | cweijan/vscode-database-client | Add some option. |
141,908 | 07.05.2021 10:48:41 | -28,800 | 9d421d00ca7c392d1391e4ebc9fbc95fe946393d | Fix mssql and pg query result gone. | [
{
"change_type": "MODIFY",
"old_path": "src/service/queryUnit.ts",
"new_path": "src/service/queryUnit.ts",
"diff": "@@ -102,12 +102,12 @@ export class QueryUnit {\n}\n// query result\n- if(fields && Array.isArray(fields) && Util.is(fields[0],'ColumnDefinition')){\n+ if(fields && Array.isArray(fields... | TypeScript | MIT License | cweijan/vscode-database-client | Fix mssql and pg query result gone. |
141,908 | 07.05.2021 11:02:24 | -28,800 | 2b31ec044333f40f5603854f8abdf2e5e57603df | Fix first data load fail. | [
{
"change_type": "MODIFY",
"old_path": "src/common/viewManager.ts",
"new_path": "src/common/viewManager.ts",
"diff": "@@ -81,7 +81,9 @@ export class ViewManager {\nif (viewOption.eventHandler) {\nviewOption.eventHandler(new Hanlder(currentStatus.instance, currentStatus.eventEmitter))\n}\n- currentSt... | TypeScript | MIT License | cweijan/vscode-database-client | Fix first data load fail. |
141,908 | 07.05.2021 11:02:47 | -28,800 | 1c1fa84a78b67f49bf9f100e39b8281f59b7e1e6 | Version 1.6.10. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n+# 1.6.10 2021-5-7\n+\n+- Fix struct sync open fail.\n+- Mssql add windows auth option.\n+- Fix first data load fail.\n+\n# 3.6.9 2021-4-28\n- Support show multi DML execute result.\n"
},
{
... | TypeScript | MIT License | cweijan/vscode-database-client | Version 1.6.10. |
141,908 | 07.05.2021 11:19:18 | -28,800 | 0fc5d056c649576a719d2f9415a2b1dc20c66bc8 | Trigger refresh when create object. | [
{
"change_type": "MODIFY",
"old_path": "src/service/queryUnit.ts",
"new_path": "src/service/queryUnit.ts",
"diff": "@@ -15,7 +15,6 @@ import { Trans } from \"~/common/trans\";\nimport { IConnection } from \"./connect/connection\";\nimport { FieldInfo } from \"@/common/typeDef\";\nimport { Util } fro... | TypeScript | MIT License | cweijan/vscode-database-client | Trigger refresh when create object. |
141,908 | 07.05.2021 11:19:43 | -28,800 | db1a7e39df7985a663d453d858e67f1251eb715a | Version 3.6.11. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "- Fix struct sync open fail.\n- Mssql add windows auth option.\n- Fix first data load fail.\n+- Trigger refresh when create object.\n# 3.6.9 2021-4-28\n"
},
{
"change_type": "MODIFY",
"old_path": ... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.6.11. |
141,908 | 07.05.2021 15:37:26 | -28,800 | 73187d0c416c2d217f3cf8958849778c8c17eee6 | Remove preview. | [
{
"change_type": "MODIFY",
"old_path": "src/service/diff/diffService.ts",
"new_path": "src/service/diff/diffService.ts",
"diff": "@@ -17,7 +17,7 @@ export class DiffService {\nstartDiff(provider: DbTreeDataProvider) {\nViewManager.createWebviewPanel({\n- path: \"app\", title: \"Struct Sync(Preview)\... | TypeScript | MIT License | cweijan/vscode-database-client | Remove preview. |
141,908 | 07.05.2021 15:45:44 | -28,800 | 097a9df701ddd100f053f1e841847694a6f33c03 | Support run all sql. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"dark\": \"resources/dark/run.png\"\n}\n},\n+ {\n+ \"command\": \"mysql.runAllQuery\",\n+ \"title\": \"%command.runAllQuery%\",\n+ \"category\": \"MySQL\",\n+ \"icon\": {\n+ \"light\": \"resources/light/run.... | TypeScript | MIT License | cweijan/vscode-database-client | Support run all sql. |
141,908 | 07.05.2021 15:48:31 | -28,800 | f09e488a24ff3d449e787422015e61521b280754 | Dont refresh when run unparser sql. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/result/App.vue",
"new_path": "src/vue/result/App.vue",
"diff": "@@ -225,7 +225,6 @@ export default {\nhandlerCommon(response);\nthis.info.error = false;\nthis.info.needRefresh = false;\n- this.refresh();\nbreak;\ncase \"ERROR\":\nhandlerCommon(response... | TypeScript | MIT License | cweijan/vscode-database-client | Dont refresh when run unparser sql. |
141,908 | 07.05.2021 16:12:58 | -28,800 | 0bab390f286bab5cc3447aa79945d362d3589417 | Support edit timestamp value for pg. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/result/component/CellEditor.vue",
"new_path": "src/vue/result/component/CellEditor.vue",
"diff": "<template v-else-if=\"type=='time'\">\n<el-time-picker value-format=\"HH:mm:ss\" :value=\"value\" @input=\"sync\"></el-time-picker>\n</template>\n- <templ... | TypeScript | MIT License | cweijan/vscode-database-client | Support edit timestamp value for pg. |
141,908 | 07.05.2021 16:38:59 | -28,800 | b8f486f7c2b9780268577031ed86bfc534042f2a | Format pg timestamp show. | [
{
"change_type": "MODIFY",
"old_path": "src/service/connect/postgreSqlConnection.ts",
"new_path": "src/service/connect/postgreSqlConnection.ts",
"diff": "import { Node } from \"@/model/interface/node\";\nimport { Client, QueryArrayResult, types } from \"pg\";\nimport { IConnection, queryCallback } f... | TypeScript | MIT License | cweijan/vscode-database-client | Format pg timestamp show. |
141,908 | 07.05.2021 16:40:34 | -28,800 | 593a2c8dd8ceec62284dbb1ad4e92a0d97ca304f | Version 3.7.0. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n-# 1.6.10 2021-5-7\n+# 3.7.0 2021-5-7\n- Fix struct sync open fail.\n- Mssql add windows auth option.\n- Fix first data load fail.\n- Trigger refresh when create object.\n+- Add run all sql coman... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.7.0. |
141,908 | 07.05.2021 17:16:51 | -28,800 | 87d00ea7a1cd4d69b0b6a8cf5bb7e0338bc6018b | Trigger refresh when insert. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/result/App.vue",
"new_path": "src/vue/result/App.vue",
"diff": "@@ -225,6 +225,9 @@ export default {\nhandlerCommon(response);\nthis.info.error = false;\nthis.info.needRefresh = false;\n+ if(response.message.indexOf(\"AffectedRows\")!=-1){\n+ this.refr... | TypeScript | MIT License | cweijan/vscode-database-client | Trigger refresh when insert. |
141,908 | 08.05.2021 09:08:20 | -28,800 | c9cda4640ce776766ced19a340e7fcfe13297a2d | Remove status bar. | [
{
"change_type": "MODIFY",
"old_path": "src/service/result/query.ts",
"new_path": "src/service/result/query.ts",
"diff": "@@ -24,14 +24,11 @@ export class QueryParam<T> {\nexport class QueryPage {\nprivate static exportService: ExportService = new ExportService()\n- private static statusBar: StatusB... | TypeScript | MIT License | cweijan/vscode-database-client | Remove status bar. |
141,908 | 08.05.2021 09:17:49 | -28,800 | 60177d904b76a5c925a1209296233e6dedec8017 | Add costTime to result view. | [
{
"change_type": "MODIFY",
"old_path": "src/service/result/query.ts",
"new_path": "src/service/result/query.ts",
"diff": "@@ -102,11 +102,11 @@ export class QueryPage {\n}\nbreak;\ncase MessageType.MESSAGE_BLOCK:\n- queryParam.res.message = `EXECUTE SUCCESS:<br><br> ${queryParam.res.sql}<... | TypeScript | MIT License | cweijan/vscode-database-client | Add costTime to result view. |
141,908 | 08.05.2021 09:56:40 | -28,800 | f6d1dad30f13dff40b5515059c4866a75572bc42 | Ssh connection support edit and delete. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n{\n\"command\": \"mysql.connection.edit\",\n- \"when\": \"view =~ /cweijan.+?ql/ && viewItem =~ /^(connection|esConnection|redisConnection|ftpConnection)$/\",\n+ \"when\": \"view =~ /cweijan.+?ql/ && view... | TypeScript | MIT License | cweijan/vscode-database-client | Ssh connection support edit and delete. |
141,908 | 08.05.2021 09:58:28 | -28,800 | 68c22bcdafa707a835f0d56527cb2616347b8c0f | Version 3.7.1. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n+# 3.7.1 2021-5-8\n+\n+- Add cost time to result view.\n+- Fix ssh connnection private key not persist.\n+\n# 3.7.0 2021-5-7\n- Fix struct sync open fail.\n"
},
{
"change_type": "MODIFY",... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.7.1. |
141,908 | 08.05.2021 10:31:58 | -28,800 | 8841cb4eb46e9b94674445ef0c1d85c186b35ffe | Result show column type. | [
{
"change_type": "MODIFY",
"old_path": "public/theme/umyui.css",
"new_path": "public/theme/umyui.css",
"diff": "@@ -61,6 +61,10 @@ https://www.umyui.com/\n.plx-cell span {\nmargin: auto !important;\n+ line-height: 16px;\n+}\n+.plx-cell .column-type{\n+ color:var(--vscode-input-placeholderForeground)... | TypeScript | MIT License | cweijan/vscode-database-client | Result show column type. |
141,908 | 08.05.2021 17:31:22 | -28,800 | d519083d1d01171cdcae1c6b60bd9e51d14caae2 | Reduce query icon. | [
{
"change_type": "MODIFY",
"old_path": "resources/dark/query.svg",
"new_path": "resources/dark/query.svg",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16pt\" height=\"16pt\" viewBox=\"0 0 16 16\"... | TypeScript | MIT License | cweijan/vscode-database-client | Reduce query icon. |
141,908 | 09.05.2021 21:43:56 | -28,800 | 7ebf68c1b33bc0fedc3b4252c70934fb2ed33991 | Fix include database not work, resolve | [
{
"change_type": "DELETE",
"old_path": "resources/image/redis.svg",
"new_path": null,
"diff": "-<?xml version=\"1.0\" ?><svg baseProfile=\"tiny\" height=\"1451.34px\" id=\"Layer_1\" version=\"1.2\" viewBox=\"0 0 1451.34 1451.34\" width=\"1451.34px\" xml:space=\"preserve\" xmlns=\"http://www.w3.org/2... | TypeScript | MIT License | cweijan/vscode-database-client | Fix include database not work, resolve #180. |
141,908 | 10.05.2021 11:51:40 | -28,800 | 444e4b2280a3393bfc399c9952dc5d510f75153e | Set rejectUnauthorized as false. | [
{
"change_type": "MODIFY",
"old_path": "src/service/connect/mssqlConnection.ts",
"new_path": "src/service/connect/mssqlConnection.ts",
"diff": "@@ -15,6 +15,8 @@ export class MSSqlConnnection extends ConnectionPool<Connection>{\nsuper()\nthis.config = {\nserver: node.host,\n+ // add option\n+ domain... | TypeScript | MIT License | cweijan/vscode-database-client | Set rejectUnauthorized as false. |
141,908 | 10.05.2021 12:44:44 | -28,800 | 51fb1a196157811b8c9f832078dc35eec23b3795 | Support config client cert. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -58,8 +58,8 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\npublic context?: Memento;\npublic parent?: Node;\n- public certPath?: string;\n- publi... | TypeScript | MIT License | cweijan/vscode-database-client | Support config client cert. #164. |
141,908 | 10.05.2021 14:14:30 | -28,800 | 9571d557e1936686e0f16ea8baaf7e15df0e3d9c | Not hide edit dialog when click outer. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/result/component/EditDialog.vue",
"new_path": "src/vue/result/component/EditDialog.vue",
"diff": "<template>\n- <el-dialog ref=\"editDialog\" :title=\"editorTilte\" :visible.sync=\"visible\" width=\"60%\" top=\"3vh\" size=\"mini\">\n+ <el-dialog ref=\"... | TypeScript | MIT License | cweijan/vscode-database-client | Not hide edit dialog when click outer. |
141,908 | 10.05.2021 15:19:14 | -28,800 | c0d957cb9eef20b922c2628449cadfb164fa404b | Support complex primary key. | [
{
"change_type": "MODIFY",
"old_path": "src/service/result/query.ts",
"new_path": "src/service/result/query.ts",
"diff": "@@ -171,14 +171,17 @@ export class QueryPage {\nconst tableNode = queryParam.connection.getByRegion(tableName)\nif (tableNode) {\nlet primaryKey: string;\n+ let primaryKeyList=[]... | TypeScript | MIT License | cweijan/vscode-database-client | Support complex primary key. #167. |
141,908 | 10.05.2021 15:25:55 | -28,800 | 0bfa7814bbd9ea7ca1c066db21ab55962a8ecc4e | Using new connection to execute import sql. | [
{
"change_type": "MODIFY",
"old_path": "src/service/import/importService.ts",
"new_path": "src/service/import/importService.ts",
"diff": "@@ -2,6 +2,7 @@ import { Util } from \"@/common/util\";\nimport { readFileSync } from \"fs\";\nimport { window } from \"vscode\";\nimport { Node } from \"../../mo... | TypeScript | MIT License | cweijan/vscode-database-client | Using new connection to execute import sql. |
141,908 | 10.05.2021 15:45:50 | -28,800 | e5218417997510ef6dad8153c8cc81e179188bca | Beautify data dump sql. | [
{
"change_type": "MODIFY",
"old_path": "src/service/dump/mysql/getDataDump.ts",
"new_path": "src/service/dump/mysql/getDataDump.ts",
"diff": "@@ -59,7 +59,7 @@ async function getDataDump(node: Node, sessionId: string, options: Required<Data\n// write to file if configured\nif (outFileStream) {\n- st... | TypeScript | MIT License | cweijan/vscode-database-client | Beautify data dump sql. |
141,908 | 10.05.2021 16:07:31 | -28,800 | ca4a0f754b2763fdb976fc2f70db5024b12443bc | Fix connect page dizzy. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/connect/index.vue",
"new_path": "src/vue/connect/index.vue",
"diff": "<template>\n- <div class=\"container flex flex-col mx-auto\">\n+ <div class=\"connect-container flex flex-col mx-auto\">\n<h1 class=\"py-4 text-2xl\">Connect to Database Server</h1>\... | TypeScript | MIT License | cweijan/vscode-database-client | Fix connect page dizzy. |
141,908 | 10.05.2021 17:58:34 | -28,800 | 43c2ac2bd831a927370e0296590c8190e287e409 | Recovery terminal icon. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "resources/dark/terminal.svg",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"14pt\" height=\"14pt\" viewBox=\"0 0 14 14\" version=\"1.1\">\n+<... | TypeScript | MIT License | cweijan/vscode-database-client | Recovery terminal icon. |
141,908 | 10.05.2021 21:37:27 | -28,800 | 775a8e7cca212074421c1c363f10265c66b1ef28 | Fix default using ssl. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -58,6 +58,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\npublic context?: Memento;\npublic parent?: Node;\n+ public useSSL?: boolean;\npublic c... | TypeScript | MIT License | cweijan/vscode-database-client | Fix default using ssl. |
141,908 | 10.05.2021 21:58:32 | -28,800 | fb9d306df31d320adb2bfc5c86f34b0116656076 | Fix sqlserver show object source fail. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n{\n\"command\": \"mysql.table.source\",\n- \"when\": \"view =~ /cweijan.+?ql/ && viewItem =~ /^(table|view)$/\",\n+ \"when\": \"view =~ /cweijan.+?ql/ && viewItem =~ /^(table)$/\",\n+ \"group\": \"1_inlin... | TypeScript | MIT License | cweijan/vscode-database-client | Fix sqlserver show object source fail. #121. |
141,908 | 10.05.2021 22:21:23 | -28,800 | fe4776bad398ca49bd033d8ad6d214e9b150034e | User node command limit work only mysql. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/userNode.ts",
"new_path": "src/model/database/userNode.ts",
"diff": "import * as vscode from \"vscode\";\n-import { ModelType } from \"../../common/constants\";\n+import { DatabaseType, ModelType } from \"../../common/constants\";\nimport { ... | TypeScript | MIT License | cweijan/vscode-database-client | User node command limit work only mysql. |
141,908 | 10.05.2021 23:26:21 | -28,800 | 47c7714981207e36191f194946bed42bf20fc464 | Fix mssql can't not insert and update. | [
{
"change_type": "MODIFY",
"old_path": "src/service/result/query.ts",
"new_path": "src/service/result/query.ts",
"diff": "@@ -168,6 +168,10 @@ export class QueryPage {\ndatabase = fields[0].schema || fields[0].db;\n}\n+ if(queryParam.connection.dbType==DatabaseType.MSSQL && tableName.indexOf(\".\")!... | TypeScript | MIT License | cweijan/vscode-database-client | Fix mssql can't not insert and update. #171. |
141,908 | 10.05.2021 23:52:45 | -28,800 | b4c18d8cfb8e2f87ac38891ed09f1801f32217d3 | Support using named instance connect mssql.#177. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/connectionNode.ts",
"new_path": "src/model/database/connectionNode.ts",
"diff": "@@ -23,7 +23,7 @@ export class ConnectionNode extends Node implements CopyAble {\nconstructor(readonly key: string, readonly parent: Node) {\nsuper(key)\nthis.i... | TypeScript | MIT License | cweijan/vscode-database-client | Support using named instance connect mssql.#177. |
141,908 | 11.05.2021 00:06:35 | -28,800 | 9d8bb4beb0d85b870fc9f75de1cb5a612c5c3fc4 | Add domain option. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -67,6 +67,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\n*/\npublic encrypt?: boolean;\npublic instanceName?: string;\n+ public domain?: string... | TypeScript | MIT License | cweijan/vscode-database-client | Add domain option. |
141,908 | 11.05.2021 09:06:42 | -28,800 | a2f4426a3ed1380dc47d95f7af2e5948014201c0 | Add github icon. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"icon\":\"$(add)\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.util.github\",\n+ \"title\": \"%command.util.github%\",\n+ \"icon\":\"$(github)\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command... | TypeScript | MIT License | cweijan/vscode-database-client | Add github icon. |
141,908 | 11.05.2021 09:20:51 | -28,800 | 07597a2b508733fed0a937c7293afba3bcc9a577 | Version 3.7.4. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n+# 3.7.4 2021-5-11\n+\n+- Support config ssl connection.\n+- Update ui operation icon.\n+- Better sql server support.\n+- Fix sqlserver cannot edit.\n+- Fix sqlserver show object source fail.\n+\... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.7.4. |
141,908 | 11.05.2021 14:37:37 | -28,800 | 814234c48a6f77cf14014c667a6183ed7c55c2f9 | Ssh connection default not show hidden fail. | [
{
"change_type": "MODIFY",
"old_path": "src/model/ssh/sshConnectionNode.ts",
"new_path": "src/model/ssh/sshConnectionNode.ts",
"diff": "@@ -205,6 +205,10 @@ export class SSHConnectionNode extends Node {\nbuild(entryList: FileEntry[], parentName: string): Node[] {\n+ if (!this.showHidden) {\n+ entryL... | TypeScript | MIT License | cweijan/vscode-database-client | Ssh connection default not show hidden fail. |
141,908 | 11.05.2021 14:37:49 | -28,800 | b1639fe04b80517d144f1f4415aa12cc52f43390 | Add ssh ui operation. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n{\n\"command\": \"mysql.ssh.file.download\",\n- \"title\": \"Download File\"\n+ \"title\": \"Download File\",\n+ \"icon\":\"$(cloud-download)\"\n},\n{\n\"command\": \"mysql.ssh.file.upload\",\n},\n{\n\"co... | TypeScript | MIT License | cweijan/vscode-database-client | Add ssh ui operation. |
141,908 | 11.05.2021 14:46:57 | -28,800 | c2775d68b6d44ddbd3ae52a188ddb3e81774df6b | Support open multi terminal. | [
{
"change_type": "MODIFY",
"old_path": "src/service/ssh/terminal/xtermTerminalService.ts",
"new_path": "src/service/ssh/terminal/xtermTerminalService.ts",
"diff": "@@ -16,8 +16,9 @@ export class XtermTerminal implements TerminalService {\nprivate static handlerMap = new Map<string, Hanlder>();\npubl... | TypeScript | MIT License | cweijan/vscode-database-client | Support open multi terminal. |
141,908 | 11.05.2021 17:08:32 | -28,800 | e63310c9491d7f47cda98e986789ca04532ff130 | Fix load comment error. | [
{
"change_type": "MODIFY",
"old_path": "src/model/main/tableNode.ts",
"new_path": "src/model/main/tableNode.ts",
"diff": "@@ -21,7 +21,7 @@ export class TableNode extends Node implements CopyAble {\npublic contextValue: string = ModelType.TABLE;\npublic table: string;\n- constructor(meta: TableMeta,... | TypeScript | MIT License | cweijan/vscode-database-client | Fix load comment error. |
141,908 | 12.05.2021 12:41:45 | -28,800 | 029af000086bf4dcb8f84dcfc288cdd5a2c8e602 | Update database and schema icon. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"publisher\": \"cweijan\",\n\"icon\": \"resources/logo.png\",\n\"engines\": {\n- \"vscode\": \"^1.46.0\"\n+ \"vscode\": \"^1.51.0\"\n},\n\"categories\": [\n\"Programming Languages\",\n\"@types/mockjs\": \"^1... | TypeScript | MIT License | cweijan/vscode-database-client | Update database and schema icon. |
141,908 | 12.05.2021 12:44:55 | -28,800 | dd2be2555bc5e298ba8f878a9ab00b9256371b2d | Update connection icon. | [
{
"change_type": "MODIFY",
"old_path": "src/model/ftp/ftpConnectionNode.ts",
"new_path": "src/model/ftp/ftpConnectionNode.ts",
"diff": "@@ -22,7 +22,7 @@ export class FTPConnectionNode extends FtpBaseNode {\nif (this.file) {\nthis.iconPath = path.join(Constants.RES_PATH, \"ssh/folder.svg\");\n} else... | TypeScript | MIT License | cweijan/vscode-database-client | Update connection icon. |
141,908 | 12.05.2021 14:15:34 | -28,800 | 2bc6715b6e7d273dd0fdc769fde46ead90acf06f | Update column icon. | [
{
"change_type": "DELETE",
"old_path": "resources/icon/b_props.png",
"new_path": "resources/icon/b_props.png",
"diff": "Binary files a/resources/icon/b_props.png and /dev/null differ\n"
},
{
"change_type": "MODIFY",
"old_path": "src/model/other/columnNode.ts",
"new_path": "src/model/... | TypeScript | MIT License | cweijan/vscode-database-client | Update column icon. |
141,908 | 12.05.2021 14:34:52 | -28,800 | f80a283e8154dc25407c6f67cec1f022b2f818ea | Remove active icon. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/catalogNode.ts",
"new_path": "src/model/database/catalogNode.ts",
"diff": "@@ -23,10 +23,11 @@ export class CatalogNode extends Node implements CopyAble {\nif (this.isActive(lcp) && (lcp.database == this.database)) {\nif (compare(vscode.vers... | TypeScript | MIT License | cweijan/vscode-database-client | Remove active icon. |
141,908 | 12.05.2021 14:48:41 | -28,800 | 157c5a713ff9cbaf97cff34c533873a8d49c48a7 | Update es icon. | [
{
"change_type": "DELETE",
"old_path": "resources/icon/connection-active.svg",
"new_path": null,
"diff": "-<svg id=\"Layer_1\" enable-background=\"new 0 0 494.9 494.9\" height=\"512\" viewBox=\"0 0 494.9 494.9\" width=\"512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m286.95 59.76v.24c-.29 30.5... | TypeScript | MIT License | cweijan/vscode-database-client | Update es icon. |
141,908 | 12.05.2021 15:00:36 | -28,800 | 4022faa5641ad520694113450b73da74a57e357b | Fix new query active fail. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/connectionNode.ts",
"new_path": "src/model/database/connectionNode.ts",
"diff": "@@ -98,7 +98,7 @@ export class ConnectionNode extends Node implements CopyAble {\nlet childMap = {};\nconst dbNameList = (await this.getChildren()).filter((data... | TypeScript | MIT License | cweijan/vscode-database-client | Fix new query active fail. |
141,908 | 12.05.2021 15:53:46 | -28,800 | 3601d67c2a789a1d804b2ef8831cc7f80862c0f0 | Support open mysql and pg shell. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"category\": \"MySQL\"\n},\n{\n- \"command\": \"mysql.redis.connection.terminal\",\n- \"title\": \"%command.redis.connection.terminal%\",\n- \"category\": \"Redis\",\n+ \"command\": \"mysql.connection.termin... | TypeScript | MIT License | cweijan/vscode-database-client | Support open mysql and pg shell. |
141,908 | 12.05.2021 16:00:32 | -28,800 | 4a420ad46d936e80850514f559bd70cef9e62d90 | Remove close icon. | [
{
"change_type": "MODIFY",
"old_path": "src/common/global.ts",
"new_path": "src/common/global.ts",
"diff": "@@ -7,7 +7,6 @@ import { join } from \"path\";\nexport class Global {\npublic static context: vscode.ExtensionContext;\n- public static disableIcon=new vscode.ThemeIcon(\"close\");\nprivate st... | TypeScript | MIT License | cweijan/vscode-database-client | Remove close icon. |
141,908 | 12.05.2021 16:31:43 | -28,800 | 512be98c94f78b6a6e78c3a12d790d892e60f833 | Upgrdate xterm. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"vue-style-loader\": \"^4.1.2\",\n\"vue-template-compiler\": \"^2.6.11\",\n\"webpack\": \"^4.43.0\",\n- \"webpack-cli\": \"^3.3.11\",\n- \"xterm\": \"^4.6.0\",\n- \"xterm-addon-fit\": \"^0.3.0\",\n- \"xterm-... | TypeScript | MIT License | cweijan/vscode-database-client | Upgrdate xterm. |
141,908 | 12.05.2021 16:49:59 | -28,800 | a75f8fdead887d46423c382c89330ed9620d675b | Fix ssh terminal not full height. | [
{
"change_type": "MODIFY",
"old_path": "src/service/ssh/terminal/xtermTerminalService.ts",
"new_path": "src/service/ssh/terminal/xtermTerminalService.ts",
"diff": "@@ -46,10 +46,14 @@ export class XtermTerminal implements TerminalService {\nprivate handlerEvent(handler: Hanlder, sshConfig: SSHConfig... | TypeScript | MIT License | cweijan/vscode-database-client | Fix ssh terminal not full height. |
141,908 | 12.05.2021 16:51:16 | -28,800 | 0e9a6218743c5de4e0de8db271a3f5c888722b9a | Update schema icon. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/schemaNode.ts",
"new_path": "src/model/database/schemaNode.ts",
"diff": "@@ -35,7 +35,7 @@ export class SchemaNode extends Node implements CopyAble {\nprivate getIcon(active?: boolean): vscode.ThemeIcon {\n- const iconId = this.dbType == Dat... | TypeScript | MIT License | cweijan/vscode-database-client | Update schema icon. |
141,908 | 12.05.2021 17:13:13 | -28,800 | 1e27dfcb1a2f4601e3c22135de654673042498b8 | Fix ssh terminal can not search. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"xregexp\": \"2.0.0\",\n\"xterm\": \"^4.12.0\",\n\"xterm-addon-fit\": \"^0.5.0\",\n- \"xterm-addon-search\": \"^0.8.0\",\n+ \"xterm-addon-search\": \"^0.5.0\",\n\"xterm-addon-search-bar\": \"^0.2.0\",\n\"xte... | TypeScript | MIT License | cweijan/vscode-database-client | Fix ssh terminal can not search. |
141,908 | 12.05.2021 18:00:53 | -28,800 | d8beca47ce9eac09b4a920e923455311a1917520 | Update connect icon. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "resources/icon/connection.svg",
"diff": "+<svg id=\"Layer_1\" enable-background=\"new 0 0 150 150\" height=\"512\" viewBox=\"0 0 150 150\" width=\"512\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"m55.177 40.809h79.369v5.944h-79.369z\" fil... | TypeScript | MIT License | cweijan/vscode-database-client | Update connect icon. |
141,908 | 12.05.2021 18:24:40 | -28,800 | b183e6fdd315b0cae875c7ec59c93cfe046eed9e | Change to disable. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/design/ColumnPanel.vue",
"new_path": "src/vue/design/ColumnPanel.vue",
"diff": "<ux-table-column align=\"center\" field=\"defaultValue\" width=\"120\" title=\"Default\" show-overflow-tooltip=\"true\"></ux-table-column>\n<ux-table-column align=\"center\... | TypeScript | MIT License | cweijan/vscode-database-client | Change to disable. |
141,908 | 12.05.2021 18:25:38 | -28,800 | 19c7f8712c0d051a6da929cf43679d9e86bc2574 | Move opeartion to last. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/design/ColumnPanel.vue",
"new_path": "src/vue/design/ColumnPanel.vue",
"diff": "<el-button @click=\"column.visible=true\" type=\"primary\" title=\"Insert\" icon=\"el-icon-circle-plus-outline\" size=\"mini\" circle> </el-button>\n</div>\n<ux-grid :data=... | TypeScript | MIT License | cweijan/vscode-database-client | Move opeartion to last. |
141,908 | 12.05.2021 19:33:03 | -28,800 | 49ccc84374df6574dcf0797e3c334131df48d015 | Version 3.7.5. | [
{
"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.7.4\",\n+ \"version\": \"3.7.5\",\n\"publisher\": \"cweijan\",\n\"icon\":... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.7.5. |
141,908 | 12.05.2021 20:19:46 | -28,800 | 31500663b6387f5cefa0686296fcb85d84635be1 | Version 3.7.6. | [
{
"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.7.5\",\n+ \"version\": \"3.7.6\",\n\"publisher\": \"cweijan\",\n\"icon\":... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.7.6. |
141,908 | 13.05.2021 09:39:44 | -28,800 | 4c82966fead35f3df92dbf18d492770ade443852 | Remove lagacy image. | [
{
"change_type": "DELETE",
"old_path": "resources/icon/add.svg",
"new_path": null,
"diff": "-<svg height=\"512pt\" viewBox=\"0 0 512 512\" width=\"512pt\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m256 0c-141.164062 0-256 114.835938-256 256s114.835938 256 256 256 256-114.835938 256-256-114.8359... | TypeScript | MIT License | cweijan/vscode-database-client | Remove lagacy image. |
141,908 | 13.05.2021 21:10:28 | -28,800 | 00bdc0b831c9fce25ae5d604cde8afc563c86624 | Add sqlite base support. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n-# 3.7.5 2021-5-12\n+# 3.7.6 2021-5-12\n- Update ui operation icon.\n- Set ssh terminal as full height.\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "resources/icon... | TypeScript | MIT License | cweijan/vscode-database-client | Add sqlite base support. |
141,908 | 13.05.2021 21:28:22 | -28,800 | 500fa617dfd4940a94ba2013780c2e995d420815 | Sqlite support generate mock data. | [
{
"change_type": "MODIFY",
"old_path": "src/common/typeDef.ts",
"new_path": "src/common/typeDef.ts",
"diff": "@@ -94,6 +94,7 @@ export interface ColumnMeta {\nisAutoIncrement:boolean;\nisUnique:boolean;\nisPrimary:boolean;\n+ pk:string;\n}\nexport interface TableMeta{\n"
},
{
"change_type": ... | TypeScript | MIT License | cweijan/vscode-database-client | Sqlite support generate mock data. |
141,908 | 13.05.2021 22:50:01 | -28,800 | 0ed16e0ae78f223706dd2e5390976a8da769f1fa | Support update data for sqlite. | [
{
"change_type": "MODIFY",
"old_path": "src/model/main/tableNode.ts",
"new_path": "src/model/main/tableNode.ts",
"diff": "@@ -58,7 +58,7 @@ export class TableNode extends Node implements CopyAble {\npublic async showSource(open = true) {\nlet sql: string;\n- if (this.dbType == DatabaseType.MYSQL || ... | TypeScript | MIT License | cweijan/vscode-database-client | Support update data for sqlite. |
141,908 | 13.05.2021 22:59:13 | -28,800 | d59fdfb70377cf24eb2c9f2ef44d9b6a587fb12e | Fix not refresh when insert data. | [
{
"change_type": "MODIFY",
"old_path": "src/service/queryUnit.ts",
"new_path": "src/service/queryUnit.ts",
"diff": "@@ -100,7 +100,7 @@ export class QueryUnit {\n// query result\nif (Array.isArray(fields) && (fields[0] != null && fields[0].name != undefined) ||\n- (fields.length == 0 && sql.match(/s... | TypeScript | MIT License | cweijan/vscode-database-client | Fix not refresh when insert data. |
141,908 | 13.05.2021 23:01:00 | -28,800 | 49409f30e5a0f5ba8f0e6944636eb0f6269d189d | Ignore file. | [
{
"change_type": "MODIFY",
"old_path": ".vscodeignore",
"new_path": ".vscodeignore",
"diff": "@@ -5,6 +5,7 @@ out/**/*.map\n.idea/**\nsrc/**\nimages/**\n+sqlite/**\n.gitignore\ntsconfig.json\nvsc-extension-quickstart.md\n"
},
{
"change_type": "DELETE",
"old_path": "test.ts",
"new_pat... | TypeScript | MIT License | cweijan/vscode-database-client | Ignore file. |
141,908 | 13.05.2021 23:36:12 | -28,800 | d072c2b14293b589ee377d0a94cf686a4c1f5267 | Support choose file. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/connectionNode.ts",
"new_path": "src/model/database/connectionNode.ts",
"diff": "@@ -26,6 +26,9 @@ export class ConnectionNode extends Node implements CopyAble {\nsuper(key)\nthis.init(parent)\nthis.label = (this.usingSSH) ? `${this.ssh.host... | TypeScript | MIT License | cweijan/vscode-database-client | Support choose file. |
141,908 | 13.05.2021 23:51:47 | -28,800 | 0c4a3de1db6e1b1e7a60db7ec9ef348b5dc92bb5 | Version 3.8.0. | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# CHANGELOG\n+# 3.8.0 2021-5-14\n+\n+- Support sqlite.\n+- SSH support download folder.\n+\n# 3.7.6 2021-5-12\n- Update ui operation icon.\n"
},
{
"change_type": "MODIFY",
"old_path": "package.jso... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.8.0. |
141,908 | 14.05.2021 09:23:43 | -28,800 | db5e59214f3dace393cbff64dfe0e23e03898de7 | Fix change active connection fail. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/connectionNode.ts",
"new_path": "src/model/database/connectionNode.ts",
"diff": "@@ -107,7 +107,7 @@ export class ConnectionNode extends Node implements CopyAble {\nawait FileManager.show(`${new Date().getTime()}.sql`);\nlet childMap = {};\n... | TypeScript | MIT License | cweijan/vscode-database-client | Fix change active connection fail. |
141,908 | 14.05.2021 09:25:08 | -28,800 | 5bac14bfa989fbfdb9952d2a64ba141ef38b844b | Force update connect view. | [
{
"change_type": "MODIFY",
"old_path": "src/vue/connect/index.vue",
"new_path": "src/vue/connect/index.vue",
"diff": "this.connectionOption.ssh.privateKeyPath = path;\nbreak;\n}\n+ this.$forceUpdate()\n})\n.on(\"error\", (err) => {\nthis.connect.loading = false;\ncase \"SSH\":\nbreak;\n}\n+ this.$fo... | TypeScript | MIT License | cweijan/vscode-database-client | Force update connect view. |
141,908 | 14.05.2021 09:34:06 | -28,800 | a94a778e2692b9f1816c39a8cf7c05f1ad7fc198 | Support truncate sqlite. | [
{
"change_type": "MODIFY",
"old_path": "src/model/main/tableNode.ts",
"new_path": "src/model/main/tableNode.ts",
"diff": "@@ -102,7 +102,8 @@ export class TableNode extends Node implements CopyAble {\npublic truncateTable() {\nUtil.confirm(`Are you want to clear table ${this.table} all data ?`, asyn... | TypeScript | MIT License | cweijan/vscode-database-client | Support truncate sqlite. |
141,908 | 14.05.2021 10:20:49 | -28,800 | b789554282abfbba9380ea0c6960d4fa645c5259 | Support dump sqlite data. | [
{
"change_type": "MODIFY",
"old_path": "src/provider/complete/chain/schemaChain.ts",
"new_path": "src/provider/complete/chain/schemaChain.ts",
"diff": "@@ -21,7 +21,7 @@ export class SchemaChain implements ComplectionChain {\nprivate async generateDatabaseComplectionItem() {\nconst lcp = ConnectionM... | TypeScript | MIT License | cweijan/vscode-database-client | Support dump sqlite data. |
141,908 | 14.05.2021 10:24:18 | -28,800 | a97ba41135738f4fae946f312f3ddabe6d752107 | Fix sqlite show source fail. | [
{
"change_type": "MODIFY",
"old_path": "src/model/main/tableNode.ts",
"new_path": "src/model/main/tableNode.ts",
"diff": "@@ -61,6 +61,9 @@ export class TableNode extends Node implements CopyAble {\nif (this.dbType == DatabaseType.MYSQL || this.dbType == DatabaseType.SQLITE) {\nconst sourceResule = ... | TypeScript | MIT License | cweijan/vscode-database-client | Fix sqlite show source fail. |
141,908 | 14.05.2021 22:02:39 | -28,800 | 5204a1c125d15dc6089adcde770e537c04421d19 | Version 3.8.1. | [
{
"change_type": "MODIFY",
"old_path": ".vscodeignore",
"new_path": ".vscodeignore",
"diff": "@@ -5,7 +5,6 @@ out/**/*.map\n.idea/**\nsrc/**\nimages/**\n-sqlite/**\n.gitignore\ntsconfig.json\nvsc-extension-quickstart.md\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
"ne... | TypeScript | MIT License | cweijan/vscode-database-client | Version 3.8.1. |
141,908 | 14.05.2021 22:02:51 | -28,800 | c448b7891cac2df01c680521e0be3f32ddc3633f | Fix show other as query | [
{
"change_type": "MODIFY",
"old_path": "src/service/queryUnit.ts",
"new_path": "src/service/queryUnit.ts",
"diff": "@@ -99,12 +99,14 @@ export class QueryUnit {\n}\n// query result\n- if (Array.isArray(fields) && (fields[0] != null && fields[0].name != undefined) ||\n- (fields.length == 0 && sql.mat... | TypeScript | MIT License | cweijan/vscode-database-client | Fix show other as query |
141,908 | 14.05.2021 22:08:42 | -28,800 | d8c2e5f69b1651d2653ada1b6d1ffe8400df7b3c | Connection node add try catch. | [
{
"change_type": "MODIFY",
"old_path": "src/model/database/connectionNode.ts",
"new_path": "src/model/database/connectionNode.ts",
"diff": "+import { Console } from \"@/common/Console\";\nimport { Global } from \"@/common/global\";\nimport * as path from \"path\";\nimport * as vscode from \"vscode\"... | TypeScript | MIT License | cweijan/vscode-database-client | Connection node add try catch. |
141,908 | 15.05.2021 09:32:12 | -28,800 | 46c6fa42c4fb48790e87fb0a63b7a2ed4662a5fa | Support delete empty key connection. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -158,7 +158,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\ntry {\nconst cacheKey = command.cacheKey || this.provider?.connectionKey;\nconst con... | TypeScript | MIT License | cweijan/vscode-database-client | Support delete empty key connection. |
141,908 | 15.05.2021 10:34:57 | -28,800 | 9c90407e304f97d0f2541dbbac2c16c705e18be8 | Connection keep origin position when edit. | [
{
"change_type": "MODIFY",
"old_path": "src/model/interface/node.ts",
"new_path": "src/model/interface/node.ts",
"diff": "@@ -45,6 +45,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\n/**\n* status\n*/\n+ public connectionKey: string;\npublic description: string;\npubli... | TypeScript | MIT License | cweijan/vscode-database-client | Connection keep origin position when edit. |
141,908 | 15.05.2021 10:52:40 | -28,800 | 2b5db94a9f96d36fe9e7a748c848278524442658 | Fix sqlite open design table fail. | [
{
"change_type": "MODIFY",
"old_path": "src/service/dialect/sqliteDialect.ts",
"new_path": "src/service/dialect/sqliteDialect.ts",
"diff": "-import { CreateIndexParam } from \"./param/createIndexParam\";\n-import { UpdateColumnParam } from \"./param/updateColumnParam\";\nimport { UpdateTableParam } ... | TypeScript | MIT License | cweijan/vscode-database-client | Fix sqlite open design table fail. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.