Add Horde_Db_StatementParser, for looping through SQL files - a better implementation...
authorChuck Hagenbuch <chuck@horde.org>
Tue, 16 Jun 2009 02:36:11 +0000 (22:36 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 16 Jun 2009 02:36:11 +0000 (22:36 -0400)
commitb034e693de43c27369f3fdb87929e42a1110baf9
treee96afb3ea1af48440afaf9564b09c6a580e6768c
parent74a61c3407e39c40b7db072af770397926702899
Add Horde_Db_StatementParser, for looping through SQL files - a better implementation of what's in horde-sql-shell from admintools
framework/Db/lib/Horde/Db/StatementParser.php [new file with mode: 0644]
framework/Db/package.xml
framework/Db/test/Horde/Db/StatementParserTest.php [new file with mode: 0644]
framework/Db/test/Horde/Db/fixtures/drop_create_table.sql [new file with mode: 0644]