Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcae7fe9

Browse files
committed
fix IS NUMERIC output
1 parent2e17e91 commitcae7fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎jsquery_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ printJsQueryItem(StringInfo buf, JsQueryItem *v, bool inKey, bool printBracketes
244244
appendBinaryStringInfo(buf,"STRING",6);
245245
break;
246246
casejbvNumeric:
247-
appendBinaryStringInfo(buf,"NUMBER",6);
247+
appendBinaryStringInfo(buf,"NUMERIC",7);
248248
break;
249249
casejbvBool:
250250
appendBinaryStringInfo(buf,"BOOLEAN",7);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp