kawasin73 / prsqlite

Pure Rust implementation of SQLite
Apache License 2.0
563 stars 23 forks source link

Hexadecimal literal support #14

Open kawasin73 opened 1 year ago

kawasin73 commented 1 year ago

numeric-literal except hexadecimal is done by #13

https://www.sqlite.org/lang_expr.html#literal_values_constants_

https://www.sqlite.org/syntax/numeric-literal.html