elliotchance / vsql

✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.
https://vsql.readthedocs.io
MIT License
299 stars 20 forks source link

testing: Directive to expose types #183

Closed elliotchance closed 10 months ago

elliotchance commented 10 months ago

Use the /* types */ directive to include each value type in the output. This is useful to verify that literals or expressions are being represented as the expected type.