|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| setUp () | |
| tearDown () | |
| configurationIsUsingAdodbAndDriverMssql () | |
| tablesWithMappingAreDetected () | |
| findInSetIsProperlyRemapped () | |
| canRemapPidToZero () | |
| locateStatementIsProperlyQuoted () | |
| locateStatementWithPositionIsProperlyQuoted () | |
| locateStatementIsProperlyRemapped () | |
| locateStatementWithExternalTableIsProperlyRemapped () | |
| IfNullIsProperlyRemapped () | |
Protected Attributes | |
| $db | |
| $dbalConfig | |
Private Member Functions | |
| cleanSql ($sql) | |
Definition at line 39 of file dbMssqlTest.php.
| dbMssqlTest::canRemapPidToZero | ( | ) |
Definition at line 153 of file dbMssqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbMssqlTest::cleanSql | ( | $ | sql | ) | [private] |
Cleans a SQL query.
| mixed | $sql |
Definition at line 93 of file dbMssqlTest.php.
Referenced by canRemapPidToZero(), findInSetIsProperlyRemapped(), IfNullIsProperlyRemapped(), locateStatementIsProperlyQuoted(), locateStatementIsProperlyRemapped(), locateStatementWithExternalTableIsProperlyRemapped(), and locateStatementWithPositionIsProperlyQuoted().
| dbMssqlTest::configurationIsUsingAdodbAndDriverMssql | ( | ) |
| dbMssqlTest::findInSetIsProperlyRemapped | ( | ) |
Definition at line 134 of file dbMssqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbMssqlTest::IfNullIsProperlyRemapped | ( | ) |
Definition at line 251 of file dbMssqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbMssqlTest::locateStatementIsProperlyQuoted | ( | ) |
Definition at line 175 of file dbMssqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbMssqlTest::locateStatementIsProperlyRemapped | ( | ) |
Definition at line 209 of file dbMssqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbMssqlTest::locateStatementWithExternalTableIsProperlyRemapped | ( | ) |
Definition at line 230 of file dbMssqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbMssqlTest::locateStatementWithPositionIsProperlyQuoted | ( | ) |
Definition at line 192 of file dbMssqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbMssqlTest::setUp | ( | ) |
Prepares the environment before running a test.
Definition at line 54 of file dbMssqlTest.php.
References $GLOBALS, BaseTestCase\buildAccessibleProxy(), and FakeDbConnection\connect().
| dbMssqlTest::tablesWithMappingAreDetected | ( | ) |
| dbMssqlTest::tearDown | ( | ) |
Cleans up the environment after running a test.
Definition at line 78 of file dbMssqlTest.php.
References $GLOBALS.
dbMssqlTest::$db [protected] |
Definition at line 44 of file dbMssqlTest.php.
dbMssqlTest::$dbalConfig [protected] |
Definition at line 49 of file dbMssqlTest.php.
1.7.5.1