Closed caleb531 closed 7 years ago
Hi,
This PR tokenizes the SQL DEFAULT modifier:
DEFAULT
Before:
After:
I didn't feel any additional tests were necessary, since I assigned this modifier the same classification as the UNIQUE modifier (which I already added to the grammar with a test back in #46). All tests are still passing, though. :)
UNIQUE
Hi,
This PR tokenizes the SQL
DEFAULT
modifier:Before:
After:
I didn't feel any additional tests were necessary, since I assigned this modifier the same classification as the
UNIQUE
modifier (which I already added to the grammar with a test back in #46). All tests are still passing, though. :)