romanb
|
4adc289596
|
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
|
2010-02-09 17:13:49 +00:00 |
|
guilhermeblanco
|
42a1af8256
|
[2.0][DDC-183] Fixed issue with Annotations parser failing on identifiers that matches with token types.
|
2009-12-22 02:15:12 +00:00 |
|
guilhermeblanco
|
4a861f08a8
|
[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 |
|
romanb
|
7bbdac1c88
|
[2.0][DDC-61][DDC-108] Fixed. Started exception refactoring.
|
2009-11-03 18:30:21 +00:00 |
|
beberlei
|
a05bd5e20c
|
[2.0] DDC-78 - Added support for context specific information in Annotation Parser Syntax Error Exceptions.
|
2009-10-30 20:58:06 +00:00 |
|
beberlei
|
881eb212d2
|
[2.0] Added test that shows AnnotationParser only parses string literals with double quotes, wheras single quotes throw an Syntax Error. Removed debug output on failure for a proper syntax error exception.
|
2009-10-30 00:36:21 +00:00 |
|
beberlei
|
1eec9f211b
|
[2.0] Fixed DDC-77 - Prevent PHP Warning on certain annotation constallations
|
2009-10-30 00:20:17 +00:00 |
|
romanb
|
4328a4e9e3
|
[2.0] Small refactorings on the cache drivers. Introduced flag to control whether the cache driver should manage the cache keys since this is an advanced feature that is not always needed and can have negative side-effects (higher probability for cache slams).
|
2009-10-23 15:03:00 +00:00 |
|
guilhermeblanco
|
bf68273a2a
|
[2.0] Grammar rule fixes to prevent possibility to do key=field=identifier as a correct parseable grammar
|
2009-10-17 02:09:02 +00:00 |
|
guilhermeblanco
|
b8208211ff
|
[2.0] Reverted wrong committed files
|
2009-10-17 02:03:43 +00:00 |
|
guilhermeblanco
|
038e6cadfb
|
[2.0] Fix CLI documentation of schema-tool task
|
2009-10-17 01:57:50 +00:00 |
|
romanb
|
3d17cb0d60
|
[2.0] Applied fixes for character casing issues. Simplified inheritance mapping and improved handling of outer joins in Class Table Inheritance.
|
2009-08-17 17:58:16 +00:00 |
|
guilhermeblanco
|
c5828271cc
|
[2.0] More docblocks and changed exception thrown in Annotations parser
|
2009-08-08 23:16:13 +00:00 |
|
guilhermeblanco
|
92f22c8567
|
[2.0] More optimizations on Annotations parser. More docblocks also
|
2009-08-08 04:36:58 +00:00 |
|
guilhermeblanco
|
ac5fe1f91b
|
[2.0] Some Annotations parser docblocks, optimizations, etc. Fixed wrong syntax error token report in DQL parser
|
2009-08-07 21:47:21 +00:00 |
|
guilhermeblanco
|
88698c3a78
|
[2.0] Created common Lexer code for Annotations parser and Query parser. Added some docblocks
|
2009-08-05 21:13:42 +00:00 |
|
jwage
|
7a79785dff
|
[2.0] Removing old unused code from Addendum
|
2009-07-15 15:04:59 +00:00 |
|
romanb
|
3ba3c67f54
|
[2.0] Namespaced annotations.
|
2009-07-15 10:59:35 +00:00 |
|
romanb
|
1987082c80
|
[2.0] Removed unnecessary parsing condition in the annotation parser.
|
2009-07-15 10:31:19 +00:00 |
|
romanb
|
f7fff511d1
|
[2.0] Improved AnnotationReader implementation. Fixes #2345.
|
2009-07-15 10:27:22 +00:00 |
|
romanb
|
2ffc7f17db
|
[2.0] Migrated AnnotationDriver to new annotation parser. Removed addendum vendor library.
|
2009-07-08 15:25:41 +00:00 |
|
romanb
|
0515d9abb7
|
[2.0] New Annotation API work: Simplifications, changed namespace separator to match the one of PHP, adjusted Lexer to swallow any * characters outside of a string value to be more forgiving when it comes to formatting.
|
2009-07-07 11:25:58 +00:00 |
|
romanb
|
9075f10bf5
|
[2.0] Moved cache drivers to Common package. Added new annotation parser implementation to Common package. AnnotationDriver in ORM not yet migrated.
|
2009-07-06 20:34:54 +00:00 |
|