* Add support for prepared statements. This should be safer than dumping variables...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 18 Oct 2004 07:25:56 +0000 (07:25 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 18 Oct 2004 07:25:56 +0000 (07:25 +0000)
commit881b36f3162301604a85fdfb28a1f8f022383fd2
treeb747ee40fa9602775afe873e9898cf4ba95de569
parent80784f162a9acf7bb379830d5ef9faf5e36a85a8
* Add support for prepared statements. This should be safer than dumping variables into raw SQL and more flexible than the array-based wrapper functions
* Add some quick PHPUnit tests for Database::fillPrepared()
includes/Database.php
tests/DatabaseTest.php [new file with mode: 0644]
tests/RunTests.php [new file with mode: 0644]