Skip to content

Commit 31faa6a

Browse files
committed
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy