guilhermeblanco
|
9d7bd7336c
|
[2.0] Fixing issue with multiple class directory loading in Annotations driver
|
2010-01-27 22:04:37 +00:00 |
|
beberlei
|
4e3edec899
|
[2.0] Fix typo in variable name of AbstractFileDriver::getAllClassNames()
|
2010-01-27 19:21:07 +00:00 |
|
beberlei
|
eebb7c7e18
|
[2.0] DDC-277 - Remove support "default" option in metadata mappings, but keep it as a concept in DBAL layer to support for example versionable entities.
|
2010-01-26 21:45:20 +00:00 |
|
beberlei
|
c0d023c511
|
[2.0] Removed accidentlly committed .orig patch files.
|
2010-01-22 16:29:48 +00:00 |
|
romanb
|
4bec3e2c49
|
[2.0][DDC-263] Fixed. Patch provided by Christian Heinrich.
|
2010-01-22 15:10:13 +00:00 |
|
romanb
|
c4549c4541
|
[2.0][DDC-260] Fixed/Corrected patch.
|
2010-01-21 22:26:36 +00:00 |
|
romanb
|
572f728153
|
[2.0][DDC-260] Fixed/Corrected patch.
|
2010-01-21 22:25:42 +00:00 |
|
guilhermeblanco
|
37cb86fe81
|
[2.0][DDC-260] Added support for better error reporting on ClassMetadata
|
2010-01-21 19:52:17 +00:00 |
|
beberlei
|
9cd0379f53
|
[2.0] DDC-200 Implemented support for @columnDefinition - even with support to pass the definition to join columns if necessary for relations.
|
2010-01-20 22:35:18 +00:00 |
|
romanb
|
46ed63d131
|
[2.0][DDC-251] Fixed.
|
2010-01-18 12:50:39 +00:00 |
|
romanb
|
0a9876b2e8
|
[2.0][DDC-248] Fixed and some more unrelated tests.
|
2010-01-15 13:33:42 +00:00 |
|
guilhermeblanco
|
2ff76e44c0
|
[2.0][DDC-254] Improved MappingException thrown on missing required configuration of Many-Many mapping
|
2010-01-14 15:48:42 +00:00 |
|
romanb
|
674e9beea2
|
[2.0][DDC-242][DDC-243] Fixed.
|
2010-01-06 17:18:10 +00:00 |
|
guilhermeblanco
|
9ad13c4730
|
[2.0][DDC-236] Enhanced unique constraints to support names. Fixed general issues on XML and YAML exporters. Fixed issues on XML, YAML, Doctrine 1.X and Annotation drivers.
|
2010-01-06 13:23:56 +00:00 |
|
romanb
|
60b9fb7c5b
|
[2.0] Some small cleanups.
|
2009-12-21 11:06:27 +00:00 |
|
romanb
|
d54a3ad7d0
|
[2.0][DDC-215] Fixed.
|
2009-12-19 13:52:36 +00:00 |
|
romanb
|
30ed439111
|
[2.0][DDC-144][DDC-113] Fixed.
|
2009-12-18 12:30:19 +00:00 |
|
romanb
|
3d14da4105
|
[2.0][DDC-168] Moved INSERT SQL generation to persisters during runtime.
|
2009-12-17 13:37:47 +00:00 |
|
romanb
|
fe7ef4bbeb
|
[2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader.
|
2009-12-15 21:06:32 +00:00 |
|
beberlei
|
e6a10d36d9
|
[2.0] Added missing Import of MappingException in XmlDriver
|
2009-12-12 09:44:36 +00:00 |
|
beberlei
|
4938228234
|
[2.0] DDC-206 - Bugfix in XML Metadata Driver
|
2009-12-12 08:27:24 +00:00 |
|
beberlei
|
731c9718aa
|
[2.0] DDC-40 - Matching annotations <-> auto sequence expectations.
|
2009-12-11 00:56:47 +00:00 |
|
beberlei
|
fade63a29c
|
[2.0] DDC-169 - Further refactorings, schema max identifier length is now used for asset generation. Added platform-wide test for unique index generation with create table.
|
2009-12-10 23:55:47 +00:00 |
|
romanb
|
909e98c6f2
|
[2.0][DDC-202][DDC-132][DDC-185] Fixed.
|
2009-12-09 12:37:57 +00:00 |
|
romanb
|
5730a32d91
|
[2.0] Fixed more STRICT standards notices (only variables should be passed by reference...). @beberlei, error_reporting=E_ALL | E_STRICT
|
2009-12-07 13:04:54 +00:00 |
|
romanb
|
1013eb66c1
|
[2.0] Fixed PHP Notice in SchemaTest (only variables should be passed by reference...) and a few other cosmetics in various parts.
|
2009-12-07 12:47:23 +00:00 |
|
beberlei
|
a0d26a8409
|
[2.0] DDC-169 - Fixed DatabaseDriver
|
2009-12-05 09:39:11 +00:00 |
|
beberlei
|
556f8699ee
|
[2.0] DDC-186 - Fixed DatabaseDriver to work with new Schema abstraction, added functional test-cases for database to yaml convertion.
|
2009-12-04 21:40:03 +00:00 |
|
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 |
|
romanb
|
32e608e5e2
|
[2.0][DDC-159] Fixed.
|
2009-11-19 17:35:14 +00:00 |
|
beberlei
|
884131e51f
|
[2.0] DDC-115 - Proper fix of global namespace problem was in the ClassMetadataInfo, a namespace plus seperator was appended for reasons of shortcuts. However this broke associations in global namespace. Changes to ClassMetadataFactory were reverted and fix plus tests applied to ClassMetadataInfo.
|
2009-11-04 23:06:38 +00:00 |
|
beberlei
|
120e6942e8
|
[2.0] DDC-115 - Fix for multiple class metadata instances because of classes being addressed with or without prepending namespace separator.
|
2009-11-04 19:59:34 +00:00 |
|
romanb
|
7bbdac1c88
|
[2.0][DDC-61][DDC-108] Fixed. Started exception refactoring.
|
2009-11-03 18:30:21 +00:00 |
|
guilhermeblanco
|
49bcc69f3a
|
[2.0] Moved EntityManager creation to be always available in CLI Tasks
|
2009-10-30 00:15:53 +00:00 |
|
romanb
|
4fc1781d78
|
[2.0][DDC-22] Fixed. Also cleaned up association handling. More to come: exception refactorings, proxy simplifications (single proxy class, not two).
|
2009-10-28 10:31:47 +00:00 |
|
guilhermeblanco
|
e832d1723a
|
[2.0] Fixed typo
|
2009-10-26 18:57:14 +00:00 |
|
romanb
|
ac4b4889a6
|
[2.0][DDC-57] Fixed.
|
2009-10-26 13:05:32 +00:00 |
|
romanb
|
4918d3e174
|
[2.0] Simplification and fix to cascades.
|
2009-10-25 22:04:13 +00:00 |
|
romanb
|
08694d1826
|
[2.0] Some optimizations and small fixes.
|
2009-10-25 21:40:57 +00:00 |
|
romanb
|
a4913774c8
|
[2.0] Added ConnectionTest. Fixed sandbox.
|
2009-10-23 21:47:25 +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 |
|
romanb
|
5b60f87859
|
[2.0] Fixed some known issues with inheritance, especially class table inheritance, like join columns not being selected.
|
2009-10-22 19:12:00 +00:00 |
|
romanb
|
e2d678cc10
|
[2.0] Refactorings to reduce duplicated code and increase efficiency.
|
2009-10-22 12:50:58 +00:00 |
|
romanb
|
0b3ae4b169
|
[2.0] Removed all remaining references to deprecated allowPartialObjects option.
|
2009-10-15 19:03:27 +00:00 |
|
romanb
|
9200e17bc1
|
[2.0][DDC-51] Fixed.
|
2009-10-15 17:07:37 +00:00 |
|
romanb
|
5842411afe
|
[2.0][DDC-49][DDC-50][DDC-33] Fixed DDC-49 and DDC-50. Also addressed DDC-33. Various other small changes and fixes. For problems with proxy objects please refer to the updated documentation.
|
2009-10-15 14:39:43 +00:00 |
|
romanb
|
cb1c7bce48
|
[2.0] DBAL cleanups (DDC-46). Proxy class improvements (DDC-19, DDC-39). Started new UPGRADE_TO document for upgrade instructions between advancing Doctrine 2 versions.
|
2009-10-14 20:18:36 +00:00 |
|
romanb
|
7ec25f196a
|
[2.0] Added missing recognition of the 'fetch' attribute in metadata drivers.
|
2009-10-12 12:54:14 +00:00 |
|
romanb
|
bb6e54fba1
|
[2.0][DDC-21] Fixed.
|
2009-10-09 14:27:35 +00:00 |
|
jwage
|
471e3f8f0c
|
[2.0] Fixed strict standards notice
|
2009-10-08 18:54:39 +00:00 |
|
jwage
|
6fd2eaa45d
|
[2.0] Fix to DatabaseDriver so drivers that don't support foreign keys will still work
|
2009-10-08 18:54:19 +00:00 |
|
jwage
|
a7d4e1e466
|
[2.0] Refactoring some common code in to the AnnotationDriver and creating PhpDriver for consistancy
|
2009-10-07 22:14:13 +00:00 |
|
jwage
|
09a48a896e
|
[2.0][DDC-34] Fixing issue with duplicate association mappings when dealing with mapped super classes
|
2009-10-07 18:53:30 +00:00 |
|
jwage
|
dba0764115
|
[2.0] Fixing exception messages for mapping fields and associations
|
2009-10-07 18:52:51 +00:00 |
|
jwage
|
165abc3ca4
|
[2.0] Work on mapping drivers, exporter drivers and reverse engineering of database schemas
|
2009-10-07 04:07:23 +00:00 |
|
jwage
|
c8362da494
|
[2.0] Added functionality to convert a Doctrine 1 schema to Doctrine 2 to help users with upgrading. Lots of other small bug fixes and changes.
|
2009-10-06 22:38:34 +00:00 |
|
jwage
|
b353dc5172
|
[2.0] Adding EntityRepository::createQueryBuilder() method
|
2009-10-05 05:42:30 +00:00 |
|
jwage
|
d1b2f93acb
|
[2.0] Splitting ClassMetadata in to ClassMetadataInfo and other bug fixes
|
2009-10-05 04:11:29 +00:00 |
|
jwage
|
968ebb80c2
|
[2.0] Bug fixes
|
2009-10-04 19:35:47 +00:00 |
|
romanb
|
b9ec48d68e
|
[2.0][DDC-31] Fixed.
|
2009-10-03 22:00:01 +00:00 |
|
guilhermeblanco
|
fe5a356aa0
|
[2.0][DDC-31] Fixed issue with column definition of 'name' when it is not set.
|
2009-10-03 16:19:51 +00:00 |
|
jwage
|
e6131d11ac
|
[2.0] More work on ClassmetadataExporter and ConvertMappingTask for converting mapping information between various formats
|
2009-09-30 04:35:43 +00:00 |
|
jwage
|
01d6a61a90
|
[2.0] Fixes for some strict standards notices and other various things
|
2009-09-29 15:54:16 +00:00 |
|
romanb
|
8c5887d05d
|
[2.0][DDC-5] Fixed.
|
2009-09-19 12:17:01 +00:00 |
|
guilhermeblanco
|
7ef91a6449
|
[2.0] Some work over SchemaTool update of schema (affects directly the CLI schema-tool task on --update option.
|
2009-09-12 23:25:47 +00:00 |
|
jwage
|
93445983fb
|
[2.0] Changes to convert Classmetadata constant integers to string representation
|
2009-09-12 23:17:49 +00:00 |
|
romanb
|
320d21e2be
|
[2.0] Refactored classloader architecture. Renamed ClassLoader => GlobalClassLoader. Introduced IsolatedClassLoader that is suitable for participating in autoload stacks. Added 2 example entity classes to the sandbox with 2 xml mappings and 2 yaml mappings. Simplified sandbox setup.
|
2009-09-11 19:50:48 +00:00 |
|
jwage
|
de67ffa187
|
[2.0] Initial entry of ClassmetadataExporter class skeleton/drivers
|
2009-09-11 01:03:46 +00:00 |
|
jwage
|
79393daf25
|
[2.0] Casting options as an array
|
2009-09-08 20:58:11 +00:00 |
|
jwage
|
7aabee5efc
|
[2.0] Fixing empty insert sql statements (closes #2481)
|
2009-09-08 19:31:26 +00:00 |
|
jwage
|
7c56bfa156
|
[2.0] Fixes issue with unique annotation on columns (closes #2476)
|
2009-09-08 18:12:01 +00:00 |
|
guilhermeblanco
|
60b31c7ae0
|
[2.0] Implemented CLI Task Version. Added support to DECIMAL datatype.
|
2009-09-04 19:08:32 +00:00 |
|
guilhermeblanco
|
eb25422617
|
[2.0] Fixing spacing and adding precision and scale in Annotations driver. Also introduced options item in Annotation and Yaml mapping drivers. Missing XML driver implementation.
|
2009-09-04 18:35:40 +00:00 |
|
romanb
|
bf1a52517d
|
[2.0] Fixed issue with file-based metadata drivers and the CLI.
|
2009-09-02 16:08:03 +00:00 |
|
romanb
|
94c187685b
|
[2.0] Work on CLI: Added SchemaToolTask with preliminary support for dropping/creating the database schema. Prepared the sandbox. Adjusted build to include the sandbox.
|
2009-08-31 16:21:29 +00:00 |
|
romanb
|
733c3c24f7
|
[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 |
|
jwage
|
f83fd8e950
|
[2.0] Updating exceptions to use methods so that we can later provide better exception messages
|
2009-08-26 22:03:39 +00:00 |
|
jwage
|
b17ad38eed
|
[2.0] Renaming LifecycleListener annotation to HasLifecycleCallbacks
|
2009-08-26 17:14:03 +00:00 |
|
romanb
|
8523648a27
|
[2.0] Fixed lifecycle callback mapping.
|
2009-08-25 09:14:08 +00:00 |
|
jwage
|
fd89892cc9
|
[2.0] Updating YAML and XML drivers to be synchronized with Annotations driver.
|
2009-08-24 21:05:55 +00:00 |
|
jwage
|
27356225dd
|
[2.0] Updating YAML driver with missing elements from XML driver.
|
2009-08-24 18:33:59 +00:00 |
|
jwage
|
05d5fe4954
|
[2.0] Finishing optimistic locking with timestamp support
|
2009-08-24 17:06:12 +00:00 |
|
romanb
|
b1d34fca1c
|
[2.0] Work on SchemaTool and DBAL.
|
2009-08-21 18:13:22 +00:00 |
|
guilhermeblanco
|
842267c11c
|
[2.0] Refactored pieces of QueryBuilder, it does not use string concatenation anymore. Splitted from into from and join, allowing update and delete DQLs to be correctly built. Added missing entry set. Removed Expr\Having because it was useless. Updated docs.
|
2009-08-20 02:59:42 +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 |
|
romanb
|
8797921937
|
[2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak.
|
2009-08-11 10:51:38 +00:00 |
|
romanb
|
00599a80d4
|
[2.0] Streamlined result structures. Hydration improvements: Small overall improvements, large improvement for (joined) fetched collections (~60%).
|
2009-08-03 13:25:56 +00:00 |
|
romanb
|
e1f2b8abec
|
[2.0] Implemented support for mapped superclasses. Fixed #2353.
|
2009-07-30 15:16:02 +00:00 |
|
romanb
|
2ec4cc5cbe
|
[2.0] More cleanups for recent lazy-loading implementation and minor object hydration improvements and cleanups. Collection refactoring part I for ticket #2352.
|
2009-07-29 11:57:27 +00:00 |
|
romanb
|
62446f0f3c
|
[2.0] Cleanup for changeset #6172.
|
2009-07-28 16:36:24 +00:00 |
|
piccoloprincipe
|
c073f1d113
|
[2.0] completed implementation of lazy loading for Collections. Created debug helper class. Fixed default for orderBy clause to ASC
|
2009-07-28 11:43:42 +00:00 |
|
romanb
|
56a708843d
|
[2.0] Added missing detach cascade option.
|
2009-07-25 16:52:19 +00:00 |
|
romanb
|
28ca2acb8b
|
[2.0] Refined implementation and semantics of the merge and detach operations. General cleanups and API improvements. Added a testcase for detaching/serializing->unserializing->modifying->merging to demonstrate the transparent serialization.
|
2009-07-25 16:33:29 +00:00 |
|
romanb
|
da07bf4a37
|
[2.0] Small refactorings.
|
2009-07-24 11:33:38 +00:00 |
|
romanb
|
d674f1923d
|
[2.0] Fixed #2373. Some small perf. improvements for UnitOfWork.
|
2009-07-23 09:52:16 +00:00 |
|
romanb
|
ae1b9371ec
|
[2.0] Fixed #2366.
|
2009-07-21 15:53:58 +00:00 |
|
romanb
|
49434b0322
|
[2.0] Further cleanups. Started eager loading support.
|
2009-07-21 09:25:14 +00:00 |
|
romanb
|
a301834057
|
[2.0] First part of cleanup for changeset 6120. More to follow.
|
2009-07-20 15:30:54 +00:00 |
|
piccoloprincipe
|
0c623fdb9e
|
[2.0] Accomodate joincolumn names in the metadata, in the selection and the hydration processes. Improved Api of the ProxyFactory. Working implementation of lazy loading for *-to-one associations (affects #2348)
|
2009-07-20 12:05:19 +00:00 |
|
romanb
|
59cf1f745d
|
[2.0] added entity lifecycle events.
|
2009-07-18 18:06:30 +00:00 |
|
romanb
|
b8090c99a3
|
[2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity().
|
2009-07-18 11:41:37 +00:00 |
|
jwage
|
cc3ea569a4
|
[2.0] Initial version of optimistic locking with integer version columns
|
2009-07-17 18:13:03 +00:00 |
|
piccoloprincipe
|
6e4c24684c
|
[2.0] added load() method
|
2009-07-17 13:41:03 +00:00 |
|
piccoloprincipe
|
52d55da356
|
[2.0] working implementation of Association Proxy classes
|
2009-07-17 13:35:44 +00:00 |
|
jwage
|
c4e330e5ca
|
[2.0] Placing loadClassMetadata() event so users can manipulate class meta data through events
|
2009-07-15 20:18:40 +00:00 |
|
romanb
|
35aa9a4850
|
[2.0] Adding missing event classes and some AnnotationDriver refactorings.
|
2009-07-15 16:31:59 +00:00 |
|
romanb
|
3ba3c67f54
|
[2.0] Namespaced annotations.
|
2009-07-15 10:59:35 +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
|
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 |
|
romanb
|
455f877486
|
[2.0] Minor refactorings and docblock adjustments. Fixed #3202.
|
2009-06-30 16:00:28 +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 |
|
romanb
|
104398003c
|
[2.0] Parser work.
|
2009-06-14 17:34:28 +00:00 |
|
romanb
|
84c62d8aec
|
[2.0] Cleanup.
|
2009-06-07 17:21:57 +00:00 |
|
romanb
|
6e5a5068a6
|
[2.0] Converted constant values from strings to integers.
|
2009-06-07 17:20:37 +00:00 |
|
jwage
|
9f42e2d969
|
[2.0] Fixing reference to XML driver
|
2009-06-05 21:58:05 +00:00 |
|
jwage
|
115e4d01f2
|
[2.0] Refactoring the meta data drivers and refactoring yaml/xml and adding tests for yaml.
|
2009-06-05 21:40:47 +00:00 |
|
romanb
|
d90e71d002
|
[2.0] First implementation of XmlDriver + tests. First draft of XSD document.
|
2009-06-01 16:14:11 +00:00 |
|
romanb
|
2b8091e80c
|
[2.0] Code review with comments and small corrections.
|
2009-05-30 09:37:56 +00:00 |
|
romanb
|
f3677a5714
|
[2.0] Changed identifier quoting strategy to something simpler. Dropped Doctrine prefix from annotations.
|
2009-05-29 10:23:13 +00:00 |
|
romanb
|
a4e928e118
|
[2.0] Moved addendum library to vendor dir.
|
2009-05-28 21:06:24 +00:00 |
|
romanb
|
292e93ded4
|
[2.0] Formatting issues.
|
2009-05-28 11:39:16 +00:00 |
|
romanb
|
a758b56551
|
[2.0] Introduced SQL logging facilities. Made Type constructor private to prevent instantiation and force use of the factory method getType().
|
2009-05-28 11:13:12 +00:00 |
|
romanb
|
a421692679
|
[2.0] Fixed Query Cache (+testcase) and some E_STRICT errors.
|
2009-05-21 19:18:14 +00:00 |
|
romanb
|
55d70248a9
|
[2.0] Implemented class table inheritance (no DQL bulk UPDATE/DELETE support yet)
|
2009-05-21 08:53:40 +00:00 |
|
romanb
|
4f5b332d34
|
[2.0] Adding insert performance tests.
|
2009-05-19 16:11:08 +00:00 |
|
romanb
|
96ef7eca13
|
[2.0] More small internal perf. improvements.
|
2009-05-14 18:34:12 +00:00 |
|
romanb
|
e79c45f9ac
|
[2.0] Fixed issues discovered during code coverage report generation. Made all ClassMetadata properties public (good reasons, read the class docblock). Performance improvements.
|
2009-05-14 10:03:09 +00:00 |
|
romanb
|
ecd30bc242
|
[2.0] Started to implement proxy object handling. Introduced a configuration switch for partial objects (allowPartialObjects) that defaults to TRUE. Setting to FALSE enables proxying and lazy-loading.
|
2009-05-13 15:19:27 +00:00 |
|
romanb
|
e0488ff8fc
|
[2.0] First draft of EntityManager#merge(). First draft of DynamicProxyGenerator.
|
2009-05-11 10:43:27 +00:00 |
|
romanb
|
cfae81e11a
|
[2.0] Fixed hydration for bi-directional many-many associations.
|
2009-05-07 16:36:27 +00:00 |
|
romanb
|
a6d9236ef2
|
[2.0] Fixes and enhancements to sequence generators. Test suite now runs & passes against postgres. Other minor, unrelated cleanups.
|
2009-05-05 17:20:55 +00:00 |
|
romanb
|
ae7be288e1
|
[2.0] Work on single table inheritance with more functional tests.
|
2009-05-03 10:58:16 +00:00 |
|
romanb
|
5a00a9472c
|
Implemented three change tracking policys. First test for usage of NotifyPropertyChanged.
|
2009-04-24 21:08:59 +00:00 |
|
romanb
|
832f355a30
|
[2.0] Cleanup.
|
2009-04-12 19:05:22 +00:00 |
|
romanb
|
ee46dba332
|
[2.0] Moved code between Query and AbstractQuery. Added first NativeQuery implementation. Hydration work and code movements for discriminator column usage. Started implementing Single Table Inheritance.
|
2009-04-12 19:02:12 +00:00 |
|
romanb
|
523c93c2f1
|
[2.0] Refactored SQL query building process and hydration. Hydration should now support result sets with any number of root components. Introducing ResultSetMapping that is used by hydration instead of queryComponents. This allows mapping of arbitrary SQL queries (NativeQuery).
|
2009-04-09 18:12:48 +00:00 |
|
romanb
|
f9a222817c
|
[2.0] Work on ID generators, functional tests and more.
|
2009-03-30 19:43:05 +00:00 |
|
romanb
|
22de495e19
|
[2.0] Cleaned up old Production/Parser classes.
|
2009-03-14 09:05:52 +00:00 |
|
jwage
|
d458197e3a
|
[2.0] Another step towards finishing namespace refactoring
|
2009-02-20 05:46:20 +00:00 |
|
jwage
|
43b6791919
|
[2.0] More replacing of old style of exceptions to intermediate step
|
2009-02-19 07:07:44 +00:00 |
|
jwage
|
5582f07b53
|
[2.0] Intermediate refactoring for new exception handling
|
2009-02-19 07:00:54 +00:00 |
|
romanb
|
2ef81cf2a9
|
[2.0] Various small changes and enabling the collection tests.
|
2009-02-17 10:54:18 +00:00 |
|
jwage
|
c67c8eac87
|
[2.0] Initial entry of YAML schema meta data driver and sandbox. A few other misc. fixes as well.
|
2009-02-17 08:01:34 +00:00 |
|
romanb
|
9dcab5ee63
|
Small reorganizations, improvements and progress.
|
2009-02-07 17:02:13 +00:00 |
|
romanb
|
2eb4a16dd4
|
[2.0] More progress on the UnitOfWork and collections. First basic functional many-many test.
|
2009-02-06 17:16:39 +00:00 |
|
romanb
|
deb095f2c8
|
Some cleanups, docblocks, and a small needed refactoring of ClassMetadataFactory.
|
2009-02-05 17:34:44 +00:00 |
|
romanb
|
efb733d7df
|
[2.0] Refactored cache drivers. Made use of ArrayCache as the metadata cache during a test suite run.
|
2009-02-04 18:03:05 +00:00 |
|
romanb
|
886c961108
|
[2.0] Continued work on association mappings and class exporting (DDL generation). Fixed #1863.
|
2009-02-04 16:35:36 +00:00 |
|
romanb
|
e202cb1ce1
|
[2.0] Progress on UnitOfWork, persisters and basic functional tests.
|
2009-02-02 11:55:50 +00:00 |
|
romanb
|
22e94ac594
|
Enabling namespaces. Final restructurings.
|
2009-01-22 19:38:10 +00:00 |
|
romanb
|
602c6d973e
|
DQL Parser work. Getting some first tests back running. Reorganizing all parser rules into the Parser itself.
|
2009-01-19 18:40:12 +00:00 |
|
romanb
|
dd1afc7e7c
|
hydrator cleanup and 2 new methods for ClassMetadata
|
2009-01-15 13:30:44 +00:00 |
|
romanb
|
34f4ee71fa
|
First tests for basic collection implementation. First experimental use of closures (Currently commented out, because the svn server makes a syntax check against 5.2.x).
|
2009-01-12 13:34:41 +00:00 |
|
romanb
|
73ad0ac454
|
more tests and first basic update/delete
|
2009-01-09 16:25:06 +00:00 |
|
romanb
|
b6e385d243
|
fixed regression
|
2009-01-08 11:23:24 +00:00 |
|
romanb
|
d97336373d
|
Finally first, very basic, running CRUD tests for Doctrine 2
|
2009-01-07 17:46:02 +00:00 |
|
romanb
|
1f6676f1d9
|
cache driver corrections
|
2009-01-06 21:47:29 +00:00 |
|
romanb
|
7363fc3ec0
|
More ClassMetadataFactory tests
|
2009-01-06 18:30:51 +00:00 |
|
romanb
|
c2ab01bf7e
|
Added first ClassMetadataFactory tests.
|
2009-01-06 17:22:23 +00:00 |
|
romanb
|
957a6b2c89
|
added missing annotation driver class. small refactorings. added first ClassMetadata serialization tests.
|
2009-01-05 20:18:56 +00:00 |
|
romanb
|
bcf0110249
|
replaced code driver with annotation driver using addendum.
|
2009-01-05 17:25:56 +00:00 |
|
romanb
|
2395888feb
|
General work. Now using spl_object_hash.
|
2009-01-03 19:50:13 +00:00 |
|
romanb
|
9971057076
|
moving towards transparent persistence.
|
2008-12-18 14:08:11 +00:00 |
|
romanb
|
d4e554fb44
|
moved classmetadata & co
|
2008-09-12 17:39:39 +00:00 |
|
romanb
|
18ec38eef7
|
moved Entity
|
2008-09-12 10:40:23 +00:00 |
|
romanb
|
c6117f5ea4
|
|
2008-09-12 09:27:03 +00:00 |
|