From 9ab1ddc182a63ddac3148e4610845cb0d96792e4 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 19 May 2022 21:04:06 +0200 Subject: [PATCH] fixed sqlite test --- integration-tests/__tests__/table-analyse.spec.js | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration-tests/__tests__/table-analyse.spec.js b/integration-tests/__tests__/table-analyse.spec.js index d954a8b5..4e66e184 100644 --- a/integration-tests/__tests__/table-analyse.spec.js +++ b/integration-tests/__tests__/table-analyse.spec.js @@ -14,7 +14,7 @@ const txMatch = (tname, vcolname, nextcol) => expect.objectContaining({ columnName: 'id', notNull: true, - dataType: expect.stringContaining('int'), + dataType: expect.stringContaining('INT'), }), expect.objectContaining({ columnName: vcolname, diff --git a/yarn.lock b/yarn.lock index 447a21e9..41abd3f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3154,10 +3154,10 @@ dbgate-plugin-tools@^1.0.4, dbgate-plugin-tools@^1.0.7: pacote "^11.1.13" rimraf "^3.0.2" -dbgate-plugin-xml@^4.1.1: - version "4.7.2" - resolved "https://registry.yarnpkg.com/dbgate-plugin-xml/-/dbgate-plugin-xml-4.7.2.tgz#4a1817a7fc3b1ac5191e45dc7b1016b2f97c3158" - integrity sha512-LA52/Wg+blaRp/H+v4ypT+l6kbi4sYsTD/JdPaTbfwErMXhGZew9wtDolvbDjKZZ/zfRig0TDXj9fhLILw2cGw== +dbgate-plugin-xml@^5.0.0-alpha.1: + version "5.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/dbgate-plugin-xml/-/dbgate-plugin-xml-5.0.0-alpha.1.tgz#5011c808265d56c822c5e4b143208a26cd1c2acc" + integrity sha512-jiqS0cUdKJJlYRMdl0vexDVRGr8Jt4nRjm1ZFWgt5evGWFqTD5SpgUtP2Vx/HsrehXK2Xs9JC9EN3I7B3fesLg== dbgate-query-splitter@^4.9.0: version "4.9.0"