vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
196 stars 41 forks source link

Bug report: weird parser behavior #61

Open pin-yu opened 3 years ago

pin-yu commented 3 years ago

This update clause UPDATE table_a SET a_val = 60WHERE a_id = 10; is valid now.

The space should be placed before WHERE.