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

Commit31faa6a

Browse files
committed
feat(): unicode extended char support for column name or alias
1 parentf2524a0 commit31faa6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎test/main.test.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,16 @@ describe('select grammar support', function () {
436436
it('test IDENTIFIER',function(){
437437
testParser('select `aa#sfs`(a) as \'A A\' from z');
438438
});
439+
440+
it('Support unicode extended char (U+0080..U+FFFF) as column name or alias',function(){
441+
testParser(`select
442+
país,
443+
MAX(produção) as maior_produção,
444+
Ĉapelo,
445+
Δάσος,
446+
Молоко,
447+
سلام,
448+
かわいい
449+
from table`)
450+
})
439451
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp