1
0
mirror of synced 2025-01-11 11:37:08 +03:00
Commit Graph

7700 Commits

Author SHA1 Message Date
Benjamin Eberlei
58019fbac0 DDC-961 - Bugfix with missing first letter in automatic join table names in global namespace entities. 2010-12-30 22:30:51 +01:00
Benjamin Eberlei
72081ff7ba Note that Native SQL Query is not to be used for DELETE, UPDATE and INSERT statements. 2010-12-30 22:13:57 +01:00
Benjamin Eberlei
2d27a99a0b DDC-117 - Began to fix some issues surrounding the DDC-881 report and references to composite fk entities. 2010-12-29 01:02:21 +01:00
Benjamin Eberlei
337e2fa043 Fix DDC-795 (subtask of DDC-117) and integrated a test for cascade (that only works with sequence id generators). 2010-12-28 19:05:46 +01:00
Benjamin Eberlei
e7b4dca611 Merge master into DDC-117 2010-12-28 17:27:47 +01:00
Benjamin Eberlei
1d5b24ecc5 Merge branch 'DDC-837' 2010-12-28 14:56:24 +01:00
Benjamin Eberlei
2d89ddfb1f DDC-837 - Fix bug with associations of the same name not being possible in inheritance hierachies. 2010-12-28 14:56:13 +01:00
Benjamin Eberlei
eeca184836 Merge branch 'DDC-928' 2010-12-28 12:19:16 +01:00
Benjamin Eberlei
1d2b2b2c8b DDC-928 - Fix undefined variable notice. 2010-12-28 12:18:42 +01:00
Benjamin Eberlei
26bb7978b5 Merge branch 'DDC-945' 2010-12-28 12:00:07 +01:00
Benjamin Eberlei
aa6ac3d6b0 DDC-945 - Throw exception in ClassMetadataFactory when mapped superclass has to many associations. 2010-12-28 11:59:51 +01:00
Benjamin Eberlei
1720527f81 Merge branch 'DDC-617' 2010-12-28 10:17:53 +01:00
Benjamin Eberlei
fe672d2f61 DDC-617 - Throw error if selecting identification variables without picking at least one root entity alias. 2010-12-28 10:17:33 +01:00
Benjamin Eberlei
ef8689c400 Incorporate DDC-879 into Cookbook. 2010-12-28 00:23:06 +01:00
Benjamin Eberlei
d488e84d8d Merge branch 'DDC-931' 2010-12-22 22:06:02 +01:00
Benjamin Eberlei
a4f88407c2 DDC-931 - SchemaTool#dropSchema() should not stop on failure of a single query (as stated in docblocks). 2010-12-22 22:04:11 +01:00
Benjamin Eberlei
e46c65db09 Fix for DDC-944 2010-12-22 00:23:22 +01:00
Benjamin Eberlei
6988b55f50 Bump Dev Version to 2.1.0-DEV 2010-12-21 16:45:50 -05:00
Benjamin Eberlei
7def30f283 Update dependencies to Common 2.0 stable and DBAL 2.0 stable. 2010-12-21 22:39:26 +01:00
Benjamin Eberlei
22ffbe7488 Fix tests so that PostgreSQL does not fail anymore on certain test. 2010-12-21 22:33:23 +01:00
Benjamin Eberlei
988d229c07 Fix XSD Schema 2010-12-21 22:04:13 +01:00
Benjamin Eberlei
43c63765db Extend phing build.xml for upcoming release. 2010-12-20 23:34:28 +01:00
Benjamin Eberlei
6bf2f22315 Add another note about how Query#setParameter() accepts named or positional parameters. 2010-12-20 22:19:02 +01:00
Benjamin Eberlei
34057c5e4b Add note about how Query#setParameter() accepts named or positional parameters. 2010-12-20 22:12:24 +01:00
Benjamin Eberlei
53ebc683c9 Update limitations and known issues section in manual. 2010-12-20 21:51:05 +01:00
Benjamin Eberlei
2eab525077 Fix some small problems in the docs. 2010-12-18 17:14:20 +01:00
Amal Raghav
b736c4216c _generateEntityLifecycleCallbackMethods Beautification 2010-12-17 16:51:51 +05:30
Benjamin Eberlei
6a0f3f2d7b Add code-configuration directive, thank you Fabien! 2010-12-16 21:59:27 +01:00
Benjamin Eberlei
c03fc00f45 DDC-936 - Fix target-entity and repository-class to be string rather than xs:NMTOKEN because of the class backslash. 2010-12-15 22:01:16 +01:00
Benjamin Eberlei
65fe9b86c5 Fix another code block 2010-12-14 23:35:17 +01:00
Benjamin Eberlei
76743431a4 Fix wrong code in Mini tutorial 2010-12-14 23:34:41 +01:00
Benjamin Eberlei
2e00e9d715 Fix another mess in Mini Tutorial. 2010-12-14 23:33:31 +01:00
Benjamin Eberlei
c8e7ff51c4 Merge branch 'master' of github.com:doctrine/orm-documentation 2010-12-14 23:32:57 +01:00
Benjamin Eberlei
6e7f47bf9e Fix mess in Mini-Tutorial of Introduction chapter. 2010-12-14 23:29:05 +01:00
Benjamin Eberlei
6ddfd06efe Merge branch 'DDC-933' 2010-12-14 23:26:50 +01:00
Benjamin Eberlei
d87391e40c DDC-933 - Fix bug in lock sql generation of CTI classes. 2010-12-14 23:26:40 +01:00
Benjamin Eberlei
2648c1a6ca Fix build.xml to generate proper package.xml for Windows PEAR Package. 2010-12-14 23:10:45 +01:00
ajessu
34dc2e6506 Delete duplicate item on menu 2010-12-15 00:41:09 +08:00
Benjamin Eberlei
6c9eeb6127 Update Dependency to DBAL RC5 2010-12-12 16:02:46 +01:00
Benjamin Eberlei
6c26af069c DDC-920 - Fix bug in DetachedEntityTest that occours with pre-persist generators (Postgresql, Oracle). Didnt came up when testing against Sqlite. 2010-12-12 15:43:12 +01:00
Benjamin Eberlei
29b47d3d44 Fix @Table not supporting schema as attribute anymore. 2010-12-12 13:18:18 +01:00
Benjamin Eberlei
0618944f8a DDC-901 - Fix documentation bug in Cookbook SQL Walker entry. 2010-12-12 13:12:44 +01:00
Albert Jessurum
d37120bb15 Fixed links 2010-12-12 18:04:13 +08:00
beberlei
5d58d9171e Merge ReST branch into master, ByeBye Markdown. 2010-12-11 12:31:31 +01:00
beberlei
9c6d3dbecd Add link to Doctrine homepage to docs layout template. 2010-12-11 11:29:37 +01:00
Benjamin Eberlei
eb0fd4d066 Add section about database and unit of work being out of sync and how this effects your code. 2010-12-11 01:01:44 +01:00
Benjamin Eberlei
3c0f92f4c7 Remove call to EntityManager#flush() if the unitofwork contains pending insertions. Flush should always be triggered explicitly. 2010-12-11 00:54:54 +01:00
Benjamin Eberlei
4f154b6aa1 DDC-920 - Fix bug when detaching a managed entity that is not yet in the identity map (no id). 2010-12-10 21:55:48 +01:00
Benjamin Eberlei
06326918a5 DDC-915, DDC-925 - Fix Identification Ordering in combination with Tree Walkers. 2010-12-10 21:22:48 +01:00
Benjamin Eberlei
5e788a0b84 DDC-915 - Bugfix in Identification Variable reordering in combination with SQL Walkers. 2010-12-08 23:42:02 +01:00