This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
turso
Watch
1
Star
0
Fork
0
You've already forked turso
mirror of
https://github.com/aljazceru/turso.git
synced
2025-12-30 06:24:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
293865c2d674166dab44b5eb1f4bb655f5aa34b7
turso
/
parser
/
src
History
Levy A.
5b378e3730
feat: add
AlterColumn
instruction
...
also refactor `RenameColumn` to reuse the logic from `AlterColumn`
2025-08-30 03:10:39 -03:00
..
ast
feat(parser): add
ALTER COLUMN
2025-08-30 03:10:39 -03:00
ast.rs
feat(parser): add
ALTER COLUMN
2025-08-30 03:10:39 -03:00
error.rs
tidy error reporting
2025-08-21 15:24:01 -03:00
lexer.rs
feat(parser): add
ALTER COLUMN
2025-08-30 03:10:39 -03:00
lib.rs
refactor: Result type alias
2025-08-21 15:24:01 -03:00
parser.rs
feat: add
AlterColumn
instruction
2025-08-30 03:10:39 -03:00
token.rs
fix: copy TokenType's
as_str
from the old parser
2025-08-21 15:19:17 -03:00