mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
A naive test of a function with a body failed because we were not actually looking for or accepting semicolons, but were generating them on printing a thing back out. Changed to require semicolons between statements. This logic may be wrong; for instance, if you have a trailing semicolon on a body, the String() method won't yield the original text exactly. |
||
|---|---|---|
| .. | ||
| parser | ||
| planner | ||
| test | ||
| errors.go | ||
| interfaces.go | ||
| main_test.go | ||
| sql_complex_test.go | ||
| sql_test.go | ||