Version 0.4.5 (Dec 15, 2004)
- Better support of MSSQL sql dialect.
- IPretty print of select,insert,update,delete and create table statement are supported.
- Fix some minor bugs reported by users.
Version 0.4.0 (Nov 30, 2004)
- Rebuild the infrasturcture of parser from the ground up.make new parser more flexiable.
- Introduces lots of events to make user have full control of the parser.
- All parts of sql statement have a correspoding class. Granularity is fine.
- Building sql text using sql statement objects without parsing.
Version 0.3.0 (Aug 23, 2004)
- Improvement: able to create different parser type such as geneirc or oracle to support different sql dialect better.
- Improvement: bind and substitution variable support for oracle sql dialect.
- Improvement: expression like 'where empno in 9 ' can be dealed now.
- Improvement: Top and limit clause supported.
- Improvement: into clause supported
Version 0.2.1 (Jul 22, 2004)
- Improvement: add selectclause,fromcluase property in TSelectSqlStatement.
- Improvement: add GetFieldIndexByName,GetFieldIndexByAlias method in TLzFieldList;
- Improvement: add GetTableIndexByName,GetTableIndexByAlias method in TLzTableList;
- Bug fiexed: Internal parser error 040722_01;
Version 0.2.0 (Jun 24, 2004)
- Bug fixed: Can't read a empty input SQL file.
- Bug fix: AV errors when input some invalid SQL statements.
- Improvement: Introduce some new classes, make GSqlParser more flexiable to deal with SQL statement.
Version 0.1.0 (Jun 12,2004)
HOME
|
DOWNLOAD
|
TO DO LIST
|
SUPPORTED SQL
|
NEWS |
HISTORY
|
DONATE
COPYRIGHT (C) 2001-2004 Gudu Software , ALL
RIGHT RESERVED |