6 Commits

Author SHA1 Message Date
Antony Dovgal
facec964a5 make use of array_init()
fixes segfault on ORDER BY
2008-08-29 10:31:58 +00:00
Sara Golemon
5a10059d8d Improve nested query support and add recognition of 'IN' keyword 2007-10-30 18:20:04 +00:00
Sara Golemon
4fbfca3e71 Add recognition of * wildcard fields and :label :123 placeholders. 2006-06-10 20:35:16 +00:00
Sara Golemon
1e2fe82980 Add sub-select support 2006-05-10 17:29:52 +00:00
Sara Golemon
466cc57767 Expand field selection options with table.field and database.table.field
Expand table selection options with database.table
Add recognition of floating point numbers
2006-05-09 05:21:59 +00:00
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