1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Query
2009-03-28 17:10:41 +00:00
..
AllTests.php [2.0] Parser work. 2009-03-21 19:58:52 +00:00
DeleteSqlGenerationTest.php [2.0] Parser work. 2009-03-21 19:58:52 +00:00
IdentifierRecognitionTest.php [2.0] Various small changes and enabling the collection tests. 2009-02-17 10:54:18 +00:00
LanguageRecognitionTest.php [2.0] Parser work. Added support for functions in SelectExpressions. 2009-03-28 17:10:41 +00:00
LexerTest.php [2.0] Refactored and reenabled Lexer tests. 2009-03-20 20:53:14 +00:00
SelectSqlGenerationTest.php [2.0] Parser work. Added support for functions in SelectExpressions. 2009-03-28 17:10:41 +00:00
UpdateSqlGenerationTest.php [2.0] Parser work. Added double-dispatch functionality to AST node classes for use in the SqlWalker to reduce big if/else instanceof checks and for better maintainability. Also its less error-prone in the SqlWalker because its harder to miss a conditional case. Added new extensible DQL function implementation. 2009-03-23 17:39:33 +00:00