3 Commits

Author SHA1 Message Date
Sara Golemon
dcc7e0b411 Implement a generic SQL parser for userspace.
$ret = PDO_User::parseSQL($sql);
Will return a complex nested array structure containing a script navigable
representation of a given SQL statement.
No, this isn't a complete implementation of SQL99.
No, this doesn't allow multiple statements separated by a semicolon.
No, the parser generation isn't built into the Makefile.frag (yet).
2006-05-09 01:58:46 +00:00
Sara Golemon
24ca72b90a Some additional SQL tokens 2006-05-08 02:57:05 +00:00
Sara Golemon
e80a0eccf9 Add generic SQL tokenizer 2006-05-07 20:28:59 +00:00