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
|
ae9a4be658
|
[2.0] Formatting.
|
2009-10-22 12:53:25 +00:00 |
|
romanb
|
e2d678cc10
|
[2.0] Refactorings to reduce duplicated code and increase efficiency.
|
2009-10-22 12:50:58 +00:00 |
|
romanb
|
c54d582568
|
[2.0] Added test coverage for native query with joined one-to-one association.
|
2009-10-22 09:10:59 +00:00 |
|
romanb
|
a735cc08e7
|
[2.0] Fix for fix for testsuite ;). Need to find out why the behavior is different. sqlite versions? phpunit versions?
|
2009-10-20 08:01:33 +00:00 |
|
guilhermeblanco
|
7ae913a5b5
|
[2.0] Fix for test suite. It was trying to recreate association tables and they're not getting deleted. SchemaTool was trying to recreate them during some executions.
|
2009-10-19 23:23:54 +00:00 |
|
romanb
|
2a16782528
|
[2.0][DDC-56] Fixed.
|
2009-10-18 20:36:02 +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
|
cc59231993
|
[2.0] Removed old comment.
|
2009-10-16 10:39:44 +00:00 |
|
romanb
|
9bb17475ed
|
[2.0] Fixed hydration issue with bidirectional one-to-many associations. Added more test coverage for some advanced association queries and lazy-loading.
|
2009-10-16 10:35:46 +00:00 |
|
romanb
|
937523c06c
|
[2.0] Changes to update document.
|
2009-10-15 19:48:17 +00:00 |
|
romanb
|
84d3cb971e
|
[2.0] Removed debug code.
|
2009-10-15 19:04:27 +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
|
b9f744893e
|
[2.0][DDC-42] Fixed.
|
2009-10-13 10:48:46 +00:00 |
|
jwage
|
f3f522b7f3
|
[2.0][DDC-43] Fixing order of limit and offset
|
2009-10-12 19:10:41 +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
|
f731a083b6
|
[2.0][DDC-41] Fixed. Also related to DDC-2.
|
2009-10-12 11:55:22 +00:00 |
|
jwage
|
c71b4ebd71
|
[2.0] Fix for accidental commit to sandbox
|
2009-10-09 17:51:06 +00:00 |
|
romanb
|
bb6e54fba1
|
[2.0][DDC-21] Fixed.
|
2009-10-09 14:27:35 +00:00 |
|
jwage
|
204b6d71f3
|
[2.0] Finishing the AnnotationExporter to export relationships properly
|
2009-10-08 22:11:10 +00:00 |
|
jwage
|
aba096cc66
|
[2.0] Fixed error with DoctrineException class not being used
|
2009-10-08 18:55:02 +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
|
98cf9017a8
|
[2.0][DDC-35] Fixing accidental rename of file
|
2009-10-08 16:21:22 +00:00 |
|
jwage
|
a3c09d4cc2
|
[2.0] Adding better docs for some tasks
|
2009-10-07 23:39:34 +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
|
bf90126edf
|
[2.0] Adding exception outputting to CLI
|
2009-10-07 18:52:11 +00:00 |
|
romanb
|
b8bcd51ff2
|
[2.0][DDC-32] Fixed.
|
2009-10-07 12:39:46 +00:00 |
|
jwage
|
e1645efa76
|
[2.0] Misc. bug fixes
|
2009-10-07 07:45:08 +00:00 |
|
jwage
|
d1228063e6
|
[2.0] Removing unused file
|
2009-10-07 04:42:45 +00:00 |
|
jwage
|
60f00b8863
|
[2.0] Fixing cli-config
|
2009-10-07 04:07:54 +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 |
|
romanb
|
71c1fe5221
|
[2.0][DDC-2] Fixed.
|
2009-10-06 10:04:32 +00:00 |
|
jwage
|
bda1b9ae7c
|
[2.0] Fix for package building
|
2009-10-05 23:54:49 +00:00 |
|
jwage
|
5fb493c5d1
|
[2.0] Adding test coverage for ClassMetadataExporter
|
2009-10-05 22:09:29 +00:00 |
|
romanb
|
27d8873ae7
|
[2.0] Added jpgraph.php script that can be used to visualize logs of phpunit test runs with graphs using jpgraph. The graphs show the performance of tests over the revisions.
|
2009-10-05 21:19:19 +00:00 |
|
jwage
|
e4e1291b6a
|
[2.0] Bug fix for convert mapping to yaml and annotation directory iterating not being recursive
|
2009-10-05 18:19:00 +00:00 |
|
romanb
|
d0bb8ab2e4
|
[2.0] Fixed EntityManager#contains().
|
2009-10-05 09:32:50 +00:00 |
|
jwage
|
b353dc5172
|
[2.0] Adding EntityRepository::createQueryBuilder() method
|
2009-10-05 05:42:30 +00:00 |
|
jwage
|
02519233f3
|
[2.0] Missing files for previous commit.
|
2009-10-05 04:29:26 +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 |
|