Benjamin Eberlei
|
74df4c39dc
|
DDC-592 - Fix Validator notices when mappedBy or inversedBy properties dont exist
|
2010-05-15 20:54:22 +02:00 |
|
Benjamin Eberlei
|
46684ea5c9
|
Added a bunch of functional tests for the public read, write and transactional public DBAL API, passing all the current drivers
Added a Write Test
|
2010-05-15 19:54:56 +02:00 |
|
Benjamin Eberlei
|
dbb5795c53
|
DDC-178 Removed Doctrine\ORM\LockMode
|
2010-05-15 12:04:46 +02:00 |
|
Benjamin Eberlei
|
ad402c6ded
|
DDC-178 DQL Optimistic Lock now requires ALL classes to be versioned, otherwise throws exception
|
2010-05-15 11:53:28 +02:00 |
|
Benjamin Eberlei
|
10312494f1
|
Merge branch 'DDC-178' into develop
|
2010-05-15 11:50:51 +02:00 |
|
Benjamin Eberlei
|
78328ec6ea
|
DDC-178 - Removed Doctrine\ORM\LockMode in favour of Doctrine\DBAL\LockMode
|
2010-05-15 11:48:20 +02:00 |
|
Benjamin Eberlei
|
72c2432586
|
DDC-590 - Added docs on Locking Support
|
2010-05-15 11:27:49 +02:00 |
|
Benjamin Eberlei
|
e958396450
|
Merge branch 'master' into develop
|
2010-05-15 10:15:21 +02:00 |
|
Benjamin Eberlei
|
28b03077b8
|
Merge branch 'lock-support'
|
2010-05-15 09:59:14 +02:00 |
|
Benjamin Eberlei
|
8a67621b6a
|
DDC-178 - Fixed problems occuring from merging upstream, re-ran API and tests, finalizing lock-support for merge with upstream
|
2010-05-15 09:58:39 +02:00 |
|
Benjamin Eberlei
|
64b57bbcfb
|
Merge upstream into lock-support branch
|
2010-05-15 09:41:32 +02:00 |
|
Christian Heinrich
|
5c79ca25aa
|
Updated formatting and fixed mistakes
|
2010-05-15 00:40:18 +02:00 |
|
Roman S. Borschel
|
3b01277fd4
|
Merge commit 'upstream/master'
|
2010-05-14 22:11:47 +02:00 |
|
David Abdemoulaie
|
668456e4d8
|
[DDC-588] EntityManager::refresh uses fieldName instead of columnName
|
2010-05-14 22:10:13 +02:00 |
|
Jonathan H. Wage
|
73ff99c053
|
Merge remote branch 'hobodave/DDC-588'
|
2010-05-14 15:53:18 -04:00 |
|
Jonathan H. Wage
|
29c8f1715f
|
Merge remote branch 'upstream/master'
|
2010-05-14 15:43:15 -04:00 |
|
David Abdemoulaie
|
edf096eb57
|
[DDC-588] EntityManager::refresh uses fieldName instead of columnName
|
2010-05-14 14:38:47 -05:00 |
|
Jonathan H. Wage
|
a59b62e3ba
|
Merge remote branch 'mridgway/master'
|
2010-05-14 15:26:28 -04:00 |
|
Jonathan H. Wage
|
f99a096d01
|
Adding a little more information to the dql chapter.
|
2010-05-14 15:23:51 -04:00 |
|
Roman S. Borschel
|
8174f67a69
|
Fixed DataAccessTest to be included in AllTests.
|
2010-05-14 20:38:35 +02:00 |
|
Roman S. Borschel
|
ad9d678701
|
Removing API docs from repo, now that we have them online. Merged fetchRow fix from hobodave.
|
2010-05-14 20:33:42 +02:00 |
|
Michael Ridgway
|
a3b42392b4
|
Fixed broken reference to DBAL section
|
2010-05-14 11:32:12 -07:00 |
|
Roman S. Borschel
|
cd095d9f97
|
updated API docs
|
2010-05-14 20:25:37 +02:00 |
|
Jonathan H. Wage
|
5a92c0b51e
|
Fixing issue with reverse engineering databases.
|
2010-05-14 12:38:42 -04:00 |
|
Jonathan H. Wage
|
464accecfe
|
Fixing wrong variable name.
|
2010-05-14 12:33:17 -04:00 |
|
Jonathan H. Wage
|
7ac08931bc
|
Fixing DatabaseDriver to specify nullable => true instead of notnull => false
|
2010-05-14 12:31:25 -04:00 |
|
Jonathan H. Wage
|
5a79963bd2
|
Removing dbal documentation from orm docs
|
2010-05-14 11:12:54 -04:00 |
|
Roman S. Borschel
|
5dbd40563c
|
Added control abstractions for transaction demarcation.
|
2010-05-13 13:19:59 +02:00 |
|
Roman S. Borschel
|
184a402f39
|
Fixed typo
|
2010-05-13 13:14:37 +02:00 |
|
Roman S. Borschel
|
7d79777bfb
|
Merge commit 'origin/master'
|
2010-05-13 13:06:20 +02:00 |
|
Roman S. Borschel
|
84c1d34028
|
Added documentation about control abstractions for transaction handling.
|
2010-05-13 13:06:16 +02:00 |
|
Christian Heinrich
|
21bbbb1f1f
|
Updated query builder docs
|
2010-05-13 00:58:17 +02:00 |
|
Benjamin Eberlei
|
177a9ce4d2
|
Update Getting Started XML Edition to work with inversed-by attributes
|
2010-05-12 23:53:09 +02:00 |
|
Benjamin Eberlei
|
150bca0498
|
Merge branch 'master' of github.com:doctrine/orm-documentation
|
2010-05-12 23:52:38 +02:00 |
|
Benjamin Eberlei
|
e62b51cf38
|
DDC-515 - Deleted obsolte SchemaValidatorCommand (we already had a ValidatorSchemaCommand)
|
2010-05-12 23:42:48 +02:00 |
|
Benjamin Eberlei
|
d9969901e1
|
DDC-515 - Fixed some issues with Schema Validation Command
|
2010-05-12 23:41:28 +02:00 |
|
Jonathan H. Wage
|
0c60efc03b
|
Merge remote branch 'shurakai/master'
|
2010-05-12 09:29:31 -04:00 |
|
Christian Heinrich
|
b857655992
|
Improved query builder section
-> Added a new section about binding params to the query
-> Added a short note on how to use $qb->expr()->in() with string values
|
2010-05-12 14:43:09 +02:00 |
|
Benjamin Eberlei
|
57cd2e01bb
|
DDC-515 - Fixed a notice occuring in certain scenarios of the new Validate Schema Tool
|
2010-05-11 23:12:26 +02:00 |
|
Benjamin Eberlei
|
d00f674a08
|
DDC-515 - Enhanced Validate-Schema-Command, integrated it with CLI and besides mapping<->database checks also do consistency checks of the mapping files
|
2010-05-11 23:08:36 +02:00 |
|
Jonathan H. Wage
|
dd6eafbb6c
|
Merge branch 'master' of github.com:doctrine/orm-documentation
|
2010-05-11 11:45:28 -04:00 |
|
Roman S. Borschel
|
0799a5b5e9
|
Polished docs on DBAL, Transactions and Concurrency.
|
2010-05-11 15:26:35 +02:00 |
|
Matthieu Bontemps
|
a1079e692c
|
Fix a few typos in doctrine manual
|
2010-05-11 11:46:10 +02:00 |
|
Christian Heinrich
|
f2213c4d00
|
Fixed #DDC-578
Also added a new testcase
|
2010-05-11 11:19:38 +02:00 |
|
Roman S. Borschel
|
f9b53c6b5c
|
Fixed #DDC-580
Conflicts:
lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php
|
2010-05-11 00:03:09 +02:00 |
|
Roman S. Borschel
|
f619a15a63
|
Removed EntityTransaction until it has a real purpose. Added the affected entity to OptimisticLockException. Updated functional optimistic locking tests accordingly.
|
2010-05-10 23:51:56 +02:00 |
|
Christian Heinrich
|
f9b77f9854
|
Added strategy cookbook preview
|
2010-05-10 18:26:32 +02:00 |
|
Christian Heinrich
|
b63afb6ce4
|
Fixed #DDC-580
|
2010-05-10 16:41:42 +02:00 |
|
Christian Heinrich
|
c2d2e45859
|
Fixed #DDC-578
Also added a new testcase
|
2010-05-10 16:17:17 +02:00 |
|
Guilherme Blanco
|
d0325d7048
|
Merged with upstream/master
|
2010-05-08 12:42:06 -03:00 |
|