mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-06 23:38:03 +00:00
Also tokenize non alphanumeric characters into some Char, since they can be tab separated values in COPY payload
This commit is contained in:
parent
7c7b67b0bc
commit
74b34faaf1
2 changed files with 38 additions and 24 deletions
|
@ -1582,6 +1582,8 @@ A Fateful Reflection of a Waitress And a Boat who must Discover a Sumo Wrestler
|
|||
Kwara & Kogi
|
||||
{"Deleted Scenes","Behind the Scenes"}
|
||||
'awe':5 'awe-inspir':4 'barbarella':1 'cat':13 'conquer':16 'dog':18 'feminist':10 'inspir':6 'monasteri':21 'must':15 'stori':7 'streetcar':2
|
||||
PHP ₱ USD $
|
||||
|
||||
\\.
|
||||
"#);
|
||||
let mut parser = parser(&sql);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue