Fabio B. Silva
|
b03388293f
|
Fix typo
|
2012-10-20 15:44:09 -03:00 |
|
Fabio B. Silva
|
fb467a1196
|
Fix DDC-2079
|
2012-10-20 15:37:13 -03:00 |
|
Fabio B. Silva
|
86fddfed9a
|
Fix DDC-2069
|
2012-10-20 00:28:38 -03:00 |
|
Jasper N. Brouwer
|
1a17b1670b
|
Added testcase for DDC-2086
|
2012-10-19 09:15:07 +02:00 |
|
Johannes
|
f4cdded06c
|
Merge pull request #131 from adrienbrault/patch-2
Add UUID,CUSTOM generatedValue values to annot ref
|
2012-10-18 09:24:14 -07:00 |
|
Adrien Brault
|
e3bbd058f2
|
Add UUID,CUSTOM generatedValue values to annot ref
|
2012-10-18 18:34:22 +03:00 |
|
Jasper N. Brouwer
|
0cfc37d757
|
Prevented "Undefined index" notice when updating
While executing updates on an entity scheduled for update without
a change-set, an "Undefined index" notice is raised.
|
2012-10-17 21:50:09 +02:00 |
|
Johannes
|
54941d1f09
|
Merge pull request #130 from drak/patch-1
Add example for index definition
|
2012-10-17 12:06:44 -07:00 |
|
Drak
|
05b170fe99
|
Add example for index definition
|
2012-10-17 20:41:15 +02:00 |
|
Halleck45
|
d3c58d83a5
|
user can set its own commands in the cli-config.php file
|
2012-10-16 17:03:18 +02:00 |
|
justin.randell
|
ca82a4720b
|
check for false as a return value from get_parent_class(), not null
|
2012-10-16 15:04:25 +11:00 |
|
Per Persson
|
5657e199bd
|
Update en/tutorials/getting-started.rst
Spelling: UDPATE -> UPDATE
|
2012-10-15 17:28:12 +03:00 |
|
Benjamin Eberlei
|
56e96793c0
|
Merge branch 'DDC-2067'
|
2012-10-12 21:47:39 +02:00 |
|
Benjamin Eberlei
|
deb6327b56
|
[DDC-2067] Refactor and fix bug in boolean evaluation inside XML Driver.
|
2012-10-12 21:47:09 +02:00 |
|
Benjamin Eberlei
|
b7b49203aa
|
Merge pull request #477 from jakoch/master
fixed typo/bug and CS on use statements
|
2012-10-12 11:29:00 -07:00 |
|
jakoch
|
d4a6c488ca
|
fixed use statements
|
2012-10-12 13:53:20 +02:00 |
|
jakoch
|
ec5ad7136f
|
fix typo
|
2012-10-12 13:37:17 +02:00 |
|
Guilherme Blanco
|
a4b85c49c9
|
Merge pull request #474 from okovalov/master
Fixed bug with comment option not being added to column.
|
2012-10-11 22:22:59 -07:00 |
|
Oleksandr Kovalov
|
90bbb35655
|
Fixed bug with comment option not being added to column.
|
2012-10-11 15:57:51 +00:00 |
|
twinh
|
8cc24f4cf2
|
removed blanks
|
2012-10-11 06:04:03 -07:00 |
|
twinh
|
66efd65e64
|
fixed empty namespace in generated code when repository class do not have namespace
|
2012-10-11 06:01:55 -07:00 |
|
Klein Florian
|
7f8af83b5b
|
add bool detection when inferring type
|
2012-10-10 11:20:41 +02:00 |
|
Ethan
|
c604adc804
|
Use protected so generator can be extended
This is definitely something I'd like to be able to extend, and I imagine others might too.
|
2012-10-09 08:00:51 -03:00 |
|
Guilherme Blanco
|
65fabc20c9
|
Merge pull request #465 from yohang/master
Fixed a typo in ConcatFunction
|
2012-10-08 06:43:53 -07:00 |
|
Stefan Klug
|
bf54c22cd9
|
removed unneded variable
|
2012-10-08 14:01:04 +02:00 |
|
Stefan Klug
|
1e1f34f9cb
|
cleanup ScalarExpression
_isFunction doesn't exclude subselects anymore
|
2012-10-08 13:59:54 +02:00 |
|
Stefan Klug
|
6ccf7a7ac7
|
fixed Parser which incorrectly treated ((( as function
|
2012-10-08 13:57:34 +02:00 |
|
Stefan Klug
|
d344407636
|
added test case
|
2012-10-08 13:49:31 +02:00 |
|
yohang
|
adc3d21385
|
Fixed typo on ConcatFunction
|
2012-10-08 12:44:36 +02:00 |
|
Benjamin Eberlei
|
235ad8e553
|
[DDC-2052] Add SqlWalker::setQueryComponent() to allow modification of the query component in a custom output walker
|
2012-10-06 11:16:16 +02:00 |
|
Benjamin Eberlei
|
a67a6aa685
|
Merge pull request #414 from cordoval/DDC-1872
[DDC-1872] Overriding Mapping Annotations
|
2012-10-06 01:35:47 -07:00 |
|
Benjamin Eberlei
|
a5e043e6e6
|
Merge pull request #444 from goetas/xmlfix
Fixed some typo error in XML Exporter
|
2012-10-05 14:16:59 -07:00 |
|
Benjamin Eberlei
|
f7220ae416
|
Merge pull request #455 from radmar/master
Fixed unique-constraint name in XML Exporter
|
2012-10-05 11:23:55 -07:00 |
|
Benjamin Eberlei
|
44c0ca4d3c
|
[DDC-2059] Fix column and foreign key interfering with each other during reverse engineering.
|
2012-10-05 20:03:51 +02:00 |
|
Benjamin Eberlei
|
fd28624120
|
Merge pull request #456 from Slamdunk/patch-1
Optimize autoload prefix in composer.json
|
2012-10-05 10:05:14 -07:00 |
|
Benjamin Eberlei
|
a0440b63bb
|
Merge pull request #462 from doctrine/DDC-2055
[DDC-2055] Generate SELECT clause from ResultSetMappingBuilder
|
2012-10-05 09:46:37 -07:00 |
|
Benjamin Eberlei
|
0c8be37ca9
|
Merge pull request #458 from barelon/master
Use cascade=all if all cascade options set
|
2012-10-05 09:45:44 -07:00 |
|
Benjamin Eberlei
|
13762f20c9
|
Merge pull request #422 from FabioBatSilva/DDC-1574
DDC-1574 - "new" operator
|
2012-10-05 07:31:18 -07:00 |
|
Benjamin Eberlei
|
a47359e3f5
|
[DDC-2055] Fix CS
|
2012-10-04 20:18:10 +02:00 |
|
Benjamin Eberlei
|
91caff1d89
|
Merge pull request #459 from FabioBatSilva/DDC-2012
Fix DDC-2012
|
2012-10-03 03:46:04 -07:00 |
|
Benjamin Eberlei
|
913377e31b
|
[DDC-2055] Add support to generate entity result parts of the SELECT clause from a ResultSetMappingBuilder instance. Add support for column incrementing.
|
2012-10-03 12:35:14 +02:00 |
|
Benjamin Eberlei
|
079beb957e
|
Merge pull request #461 from franmomu/patch-1
[SchemaValidator] Fix typo
|
2012-10-03 01:46:44 -07:00 |
|
Fran Moreno
|
45eef4a03c
|
[SchemaValidator] Fix typo
|
2012-10-03 10:51:14 +03:00 |
|
Guilherme Blanco
|
3ecce5251b
|
Merge pull request #128 from egulias/master
[Association-Mapping] - Missing many-to-many xml target-entity tag
|
2012-10-02 07:30:44 -07:00 |
|
Eduardo Gulias Davis
|
742590d1d7
|
[Association-Mapping] - Mising target-entity tag in xml format
In the many to many bidirectional xml format the "target-entity" tag is missing and generates a MappingException when not included.
|
2012-10-02 12:15:03 +03:00 |
|
barelon
|
919cf8558b
|
Remove trailing whitespace
|
2012-10-02 00:16:29 +03:00 |
|
barelon
|
3b27216c51
|
add empty lines around if block
|
2012-10-02 00:14:24 +03:00 |
|
Fabio B. Silva
|
5cb4466f7c
|
Fix test case
|
2012-09-30 15:47:00 -03:00 |
|
Fabio B. Silva
|
4510f5a5b8
|
Fix DDC-2012
|
2012-09-30 15:40:19 -03:00 |
|
barelon
|
cd37ec47d5
|
Set 'cascade' => 'all' if all cascade options set
|
2012-09-30 01:16:21 +03:00 |
|