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

Commit 31faa6a

Browse files
feat(): unicode extended char support for column name or alias
1 parent f2524a0 commit 31faa6a

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)

AltStyle によって変換されたページ (->オリジナル) /