cloudspannerecosystem / memefish

memefish is the foundation to analyze Spanner SQL
https://cloudspannerecosystem.dev/memefish/
MIT License
76 stars 19 forks source link

Fix analyze of ast.NumericLiteral #28

Closed apstndb closed 4 years ago

apstndb commented 4 years ago

26 doesn't have appropriate NUMERIC support in analyzer so fix it.

makenowjust commented 4 years ago

@apstndb Thanks!