This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-01-19 06:51:40 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Query
History
romanb
555b097641
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
2009-11-21 18:52:02 +00:00
..
AST
[2.0] Refactor Exceptions from Query and AST\InputParameter into QueryException class.
2009-11-21 17:04:17 +00:00
Exec
[2.0] Various necessary fixes and adjustments for oracle as well as fixes for better handling of temporal types.
Closed
#2452
.
2009-08-28 17:25:28 +00:00
Expr
[2.0] Bug fixes
2009-10-04 19:35:47 +00:00
Expr.php
[2.0] Changing Expr static methods to be normal public methods (
closes
#2466
)
2009-09-08 22:19:03 +00:00
Lexer.php
[2.0] More refactorings in Annotations parser and DQL parser. Now they only use constants instead of string processment
2009-11-04 01:52:40 +00:00
Parser.php
[2.0] More refactorings in Annotations parser and DQL parser. Now they only use constants instead of string processment
2009-11-04 01:52:40 +00:00
ParserResult.php
[2.0] Fix Tab Formating in ParserResult class, added doc-comments and fixed a missing variable initialization error for certain query special cases.
2009-11-06 17:03:59 +00:00
Printer.php
[2.0] Another step towards finishing namespace refactoring
2009-02-20 05:46:20 +00:00
QueryException.php
[2.0] Refactor Exceptions from Query and AST\InputParameter into QueryException class.
2009-11-21 17:04:17 +00:00
ResultSetMapping.php
[2.0] Preparing to address character casing issue.
2009-08-15 18:11:51 +00:00
SqlWalker.php
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
2009-11-21 18:52:02 +00:00
TreeWalker.php
[2.0] Implemented EmptyCollectionComparisonExpression. Need to write SQL transformation yet.
2009-08-04 21:41:53 +00:00
TreeWalkerAdapter.php
[2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase.
2009-08-13 10:13:06 +00:00
TreeWalkerChain.php
[2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase.
2009-08-13 10:13:06 +00:00