[ANNOUNCEMENT] SQL_Parser-0.7.0 (devel) Released.
[email protected] ("PEAR Announce") Wed, 6 Apr 2016 21:50:18 -0400 (EDT)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package SQL_Parser-0.7.0 (devel) has been released at http://pear.php.net/.
Release notes
-------------
Minor Feature / bug fixes release
* basic create table, alter table support
fix #18647 - extral lexemes for mysql dialect
fix #18298 - document the options for dialect a bit better
fix #18559 - update parsing (bug got lost somewhere)
fix #18648 - index table options support (thomas ernest1)
fix #16129 - support columns without column names
fix #4089 - IF EXISTS support for drop table
Package Info
------------
This class is primarily an SQL parser, written with influences from a variety of sources (mSQL, CPAN's SQL-Statement, mySQL). It also includes a tokenizer (lexer) class and a reimplementation of the ctype extension in PHP.
Related Links
-------------
Package home: http://pear.php.net/package/SQL_Parser
Changelog: http://pear.php.net/package/SQL_Parser/download/0.7.0
Download: http://download.pear.php.net/package/SQL_Parser-0.7.0.tgz
Authors
-------
Sebastian Mendel (lead)
Alan Knowles <[email protected]> (lead)