1
Fork 0

switch tests to hspec, improve error messages

This commit is contained in:
Jake Wheat 2024-02-04 16:00:59 +00:00
parent fadd010942
commit c11bee4a9c
36 changed files with 2570 additions and 1809 deletions

View file

@ -1,3 +1,8 @@
0.8.0 (not yet released)
lexer has new option to output an invalid token on some kinds of
parse errors
switch tests to hspec
improve parse error messages
0.7.1 fix error message source quoting
0.7.0 support autoincrement for sqlite
support table constraints without separating comma for sqlite