1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Orm/Query
guilhermeblanco ad4db34a87 Fixes in unit tests.
Started refactoring in DQL parser to separate Production into Parser and AST classes.
Finished first tests. Currently only 4 are active in IdentifierRecognitionTest, and only 2 are passing.
2008-09-12 06:09:16 +00:00
..
AllTests.php Fixes in unit tests. 2008-09-12 06:09:16 +00:00
DeleteSqlGenerationTest.php Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00
DqlGenerationTest.php The usual 2.0 refactoring/implementation commit. 2008-07-04 16:32:19 +00:00
IdentifierRecognitionTest.php Fixes in unit tests. 2008-09-12 06:09:16 +00:00
LanguageRecognitionTest.php cleanup 2008-09-07 13:48:40 +00:00
ScannerTest.php Merged DQL parser branch to trunk. 2008-05-24 18:18:37 +00:00
SelectSqlGenerationTest.php Some tickets test cases 2008-08-23 16:42:23 +00:00
UpdateSqlGenerationTest.php Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things. 2008-06-15 15:56:28 +00:00