Skip to content

Commit 9e8377d

Browse files
ppputtyokawabuchi4280
andauthored
chore: update uroborosql-fmt to v1.0.1 (#94)
* uroborosql-fmt v1.0.0 -> v1.0.1 * update package-lock.json * add changelog * update package-lock.json --------- Co-authored-by: kawabuchi4280 <k.kawabuchi.z8@future.co.jp>
1 parent 6a2280b commit 9e8377d

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.changeset/lemon-items-nail.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"uroborosql-fmt": patch
3+
---
4+
5+
Update uroborosql-fmt
6+
7+
- Support ORDER BY COLLATE
8+
- Fix incorrect case conversion of comments in WHERE clause
9+
- Support replacement parameter immediately after JOIN keyword
10+
- Support ILIKE

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/download-uroborosql-fmt-napi.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ main();
1212
async function main() {
1313
const agent = autoProxyAgent();
1414
const res = await fetch(
15-
"https://future-architect.github.io/uroborosql-fmt/uroborosql-fmt-napi-1.0.0.tgz",
15+
"https://future-architect.github.io/uroborosql-fmt/uroborosql-fmt-napi-1.0.1.tgz",
1616
agent ? { dispatcher: agent } : undefined,
1717
);
18-
const destination = join(__dirname, "uroborosql-fmt-napi-1.0.0.tgz");
18+
const destination = join(__dirname, "uroborosql-fmt-napi-1.0.1.tgz");
1919
writeFileSync(destination, Buffer.from(await res.arrayBuffer()));
2020

2121
cp.execSync(`npm install ${destination}`, { cwd: __dirname });

server/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {},
1212
"dependencies": {
13-
"uroborosql-fmt-napi": "file:uroborosql-fmt-napi-1.0.0.tgz",
13+
"uroborosql-fmt-napi": "file:uroborosql-fmt-napi-1.0.1.tgz",
1414
"vscode-languageserver": "^9.0.0",
1515
"vscode-languageserver-textdocument": "^1.0.4",
1616
"vscode-uri": "^3.0.7"

0 commit comments

Comments
 (0)