wiki.techinc.nl/tests/phpunit/includes/db
Max Semenik 6b7317c91f Added support for stored procedures/functions to MySQL:
* Refactored DatabaseBase::sourceStream(), made it possible for descendant classes to alter its behaviour w/o having to redo it completely like Oracle does.
* MySQL class now supports specifying DELIMITER.
* Thrown away the mess of catering for double semicolon. If it's a problem, fix your .sql files!
* Haven't actually touched Oracle.
* Tests!
2011-12-27 12:29:36 +00:00
..
DatabaseSqliteTest.php Moved SQLite test .sql files to the common test data directory 2011-12-22 09:18:39 +00:00
DatabaseTest.php Added support for stored procedures/functions to MySQL: 2011-12-27 12:29:36 +00:00