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
|
a3d58e7b0d
|
[2.0] Fixed array tests by removing tests for ArrayCache specific methods from the tests of other cache drivers. Some general API work on the cache interface.
|
2009-07-15 10:10:04 +00:00 |
|
romanb
|
0c8a35f731
|
[2.0] Cosmetics.
|
2009-07-15 06:46:43 +00:00 |
|
jwage
|
311cff87d3
|
[2.0] More test coverage
|
2009-07-14 22:36:09 +00:00 |
|
jwage
|
26bdd89be6
|
[2.0] Test coverage for OFFSET AND LIMIT sql generation for all platforms and Query class with setFirstResult() and setMaxResult()
|
2009-07-13 22:59:36 +00:00 |
|
piccoloprincipe
|
ce6aebc8ab
|
[2.0] expanded tests for DBAL components
|
2009-07-11 08:48:57 +00:00 |
|
jwage
|
be966b0cd9
|
[2.0] Fixing doc block for _useCExtension flag
|
2009-07-10 21:49:47 +00:00 |
|
jwage
|
1aeff68c0f
|
[2.0] Initial commit to make hydration work with C extension
|
2009-07-10 21:47:42 +00:00 |
|
jwage
|
ba8b4337bb
|
[2.0] Cleanup on QueryBuilder and Expr from discussion with roman
|
2009-07-10 18:26:43 +00:00 |
|
jwage
|
f608dd8a72
|
[2.0] More work on the QueryBuilder and Expr classes.
|
2009-07-10 17:53:48 +00:00 |
|
jwage
|
312d347d2d
|
[2.0] More work on the QueryBuilder and Expr classes
|
2009-07-10 14:02:06 +00:00 |
|
romanb
|
838768d21f
|
[2.0] Small comments/todos on QueryBuilderTest.
|
2009-07-10 07:38:42 +00:00 |
|
jwage
|
a9ed0085d2
|
[2.0] More work on the QueryBuilder and Expr classes
|
2009-07-09 21:56:34 +00:00 |
|
jwage
|
867a34d41b
|
[2.0] Initial commit of a QueryBuilder class. Still needs a lot of work.
|
2009-07-09 04:18:58 +00:00 |
|
romanb
|
2ffc7f17db
|
[2.0] Migrated AnnotationDriver to new annotation parser. Removed addendum vendor library.
|
2009-07-08 15:25:41 +00:00 |
|
piccoloprincipe
|
08f84793da
|
fixed parameter type hinting
|
2009-07-08 08:43:50 +00:00 |
|
piccoloprincipe
|
41df51a6e9
|
added tests for various WHERE clauses
|
2009-07-08 08:08:27 +00:00 |
|
piccoloprincipe
|
f11e39cc5a
|
renamed and separated test methods to conform to agile documentation (addresses #2316)
|
2009-07-08 07:48:44 +00:00 |
|
piccoloprincipe
|
32363a200d
|
divided some assertions in various cohesive methods and renamed method names to conform to agile documentation (affects #2316)
|
2009-07-07 12:00:22 +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 |
|
piccoloprincipe
|
4910309674
|
added one-one self referential functional tests (closes #2276)
|
2009-07-06 12:42:14 +00:00 |
|
piccoloprincipe
|
ff115efbac
|
added many-many self referential functional tests (affects #2276)
|
2009-07-06 12:18:04 +00:00 |
|
romanb
|
f064de2af1
|
[2.0] Fixed issue with self-referential one-to-many associations not being persisted correctly when IDENTITY key generation was used. Included now passing OneToManySelfReferentialTest.
|
2009-07-03 17:36:41 +00:00 |
|
piccoloprincipe
|
4e70e5d80a
|
[2.0] added one-many self referential association test (addresses #2276)
|
2009-07-02 14:36:47 +00:00 |
|
romanb
|
31892fb4a8
|
[2.0] Fixed cascading issue (#2307). Fixed many-many object hydration issue.
|
2009-07-02 11:48:44 +00:00 |
|
piccoloprincipe
|
3f4cd46b96
|
[2.0] simplified removing code
|
2009-07-02 09:44:06 +00:00 |
|
piccoloprincipe
|
1b9b6c68e0
|
[2.0] added many-to-many uni and bi directional tests (affects #2276)
|
2009-07-02 09:37:59 +00:00 |
|
piccoloprincipe
|
2c508102c4
|
[2.0] addresses #2307
|
2009-07-02 07:47:57 +00:00 |
|
piccoloprincipe
|
0f2499f93b
|
[2.0] added Collection object creation
|
2009-07-02 07:47:24 +00:00 |
|
romanb
|
76661cd987
|
[2.0] Added missing property.
|
2009-07-01 13:50:26 +00:00 |
|
romanb
|
5b67754595
|
[2.0] Simplifying code. Including OneToManyBidirectionalAssociation test in AllTests
|
2009-07-01 13:45:31 +00:00 |
|
romanb
|
5bbc2a9e58
|
[2.0] Changing Collection#removeElement return type to be consistent with Collection#remove
|
2009-07-01 13:31:11 +00:00 |
|
piccoloprincipe
|
1e0589928a
|
[2.0] added new bidirectional one-many association test (affects #2276)
|
2009-07-01 13:11:45 +00:00 |
|
romanb
|
01147039d4
|
[2.0] Simplifying code.
|
2009-07-01 13:08:24 +00:00 |
|
piccoloprincipe
|
8ccb7df1bb
|
[2.0] added new unidirectional one-one association test
|
2009-07-01 12:03:41 +00:00 |
|
piccoloprincipe
|
b592e44cf6
|
[2.0] fixed case sensitive filenames to respect the class name
|
2009-07-01 12:00:16 +00:00 |
|
romanb
|
f1885cb76b
|
[2.0] adjustments to new bidirectional one-one association test from Giorgio Sironi.
|
2009-07-01 10:04:22 +00:00 |
|
piccoloprincipe
|
4e50792a8d
|
[2.0] references #2276
|
2009-07-01 09:18:08 +00:00 |
|
romanb
|
455f877486
|
[2.0] Minor refactorings and docblock adjustments. Fixed #3202.
|
2009-06-30 16:00:28 +00:00 |
|
romanb
|
6729ed28e7
|
[2.0] Implemented DQL bulk UPDATE support for Class Table Inheritance. Corrections to MultiTableDeleteExecutor and SqlWalker. DQL bulk UPDATE support not yet fully complete.
|
2009-06-23 17:50:13 +00:00 |
|
romanb
|
537c8e4951
|
[2.0] Implemented DQL bulk DELETE support for Class Table Inheritance. Other cleanups, refactorings and docblock additions.
|
2009-06-22 18:48:42 +00:00 |
|
jwage
|
61555c78d2
|
[2.0] Cleanup
|
2009-06-20 17:02:02 +00:00 |
|
jwage
|
78d43097ca
|
[2.0] Testing all dbal types and making sure they are fully implemented
|
2009-06-20 15:09:59 +00:00 |
|
jwage
|
ab2b3999c0
|
[2.0] Adding date and time types. Fixing CURRENT_DATE, CURRENT_TIMESTAMP and CURRENT_TIME functions
|
2009-06-20 14:24:21 +00:00 |
|
jwage
|
cc59161bea
|
[2.0] Adding missing _platform property
|
2009-06-20 13:56:46 +00:00 |
|
jwage
|
ada2c5c5a7
|
[2.0] Work on datetime dbal type and date portability
|
2009-06-20 12:59:33 +00:00 |
|
romanb
|
f28127664c
|
[2.0] Cleanups, build fixes.
|
2009-06-15 18:25:47 +00:00 |
|
jwage
|
e21d8fffae
|
[2.0] Removing old enum stuff
|
2009-06-15 16:21:24 +00:00 |
|