1
0
Fork 0
- implemented a new sql-object that can be handed over to the statement parsing classes (Implemented only for select for now)
QA
Added library path constant to public/index.php
Dieser Commit ist enthalten in:
DSB 2011-06-19 21:26:17 +00:00
Ursprung 3bedcd0421
Commit eef38cec0c
12 geänderte Dateien mit 261 neuen und 106 gelöschten Zeilen

Datei anzeigen

@ -4,12 +4,11 @@
* http://www.mysqldumper.net
*
* @package MySQLDumper
* @subpackage SQL-Browser
* @subpackage SQL-Parser
* @version SVN: $Rev$
* @author $Author$
*/
require_once 'Msd/Exception.php';
/**
* Exception class for all SQL-Parser exceptions.
*