|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| setUp () | |
| tearDown () | |
| configurationIsUsingAdodbAndDriverPostgres () | |
| tablesWithMappingAreDetected () | |
| limitIsProperlyRemapped () | |
| limitWithSkipIsProperlyRemapped () | |
| findInSetIsProperlyRemapped () | |
| likeBinaryOperatorIsRemappedToLike () | |
| notLikeBinaryOperatorIsRemappedToNotLike () | |
| likeOperatorIsRemappedToIlike () | |
| notLikeOperatorIsRemappedToNotIlike () | |
Protected Attributes | |
| $db | |
| $dbalConfig | |
Private Member Functions | |
| cleanSql ($sql) | |
Definition at line 39 of file dbPostgresqlTest.php.
| dbPostgresqlTest::cleanSql | ( | $ | sql | ) | [private] |
Cleans a SQL query.
| mixed | $sql |
Definition at line 93 of file dbPostgresqlTest.php.
Referenced by findInSetIsProperlyRemapped(), likeBinaryOperatorIsRemappedToLike(), likeOperatorIsRemappedToIlike(), limitIsProperlyRemapped(), limitWithSkipIsProperlyRemapped(), notLikeBinaryOperatorIsRemappedToNotLike(), and notLikeOperatorIsRemappedToNotIlike().
| dbPostgresqlTest::configurationIsUsingAdodbAndDriverPostgres | ( | ) |
| dbPostgresqlTest::findInSetIsProperlyRemapped | ( | ) |
Definition at line 168 of file dbPostgresqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbPostgresqlTest::likeBinaryOperatorIsRemappedToLike | ( | ) |
Definition at line 182 of file dbPostgresqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbPostgresqlTest::likeOperatorIsRemappedToIlike | ( | ) |
Definition at line 210 of file dbPostgresqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbPostgresqlTest::limitIsProperlyRemapped | ( | ) |
Definition at line 134 of file dbPostgresqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbPostgresqlTest::limitWithSkipIsProperlyRemapped | ( | ) |
Definition at line 151 of file dbPostgresqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbPostgresqlTest::notLikeBinaryOperatorIsRemappedToNotLike | ( | ) |
Definition at line 196 of file dbPostgresqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbPostgresqlTest::notLikeOperatorIsRemappedToNotIlike | ( | ) |
Definition at line 224 of file dbPostgresqlTest.php.
References $GLOBALS, $query, and cleanSql().
| dbPostgresqlTest::setUp | ( | ) |
Prepares the environment before running a test.
Definition at line 54 of file dbPostgresqlTest.php.
References $GLOBALS, BaseTestCase\buildAccessibleProxy(), and FakeDbConnection\connect().
| dbPostgresqlTest::tablesWithMappingAreDetected | ( | ) |
| dbPostgresqlTest::tearDown | ( | ) |
Cleans up the environment after running a test.
Definition at line 78 of file dbPostgresqlTest.php.
References $GLOBALS.
dbPostgresqlTest::$db [protected] |
Definition at line 44 of file dbPostgresqlTest.php.
dbPostgresqlTest::$dbalConfig [protected] |
Definition at line 49 of file dbPostgresqlTest.php.
1.7.5.1