Benjamin Eberlei
142c20aad1
Work on the Tutorial
2013-04-09 00:00:16 +02:00
Stefan Kleff
e561f47cb2
Added constant
2013-04-08 11:27:22 +02:00
Adam Prager
b7b107b08a
moved test entities from sandbox
2013-04-07 16:26:05 +02:00
Benjamin Eberlei
d1f8e18d02
Enhance documentation on NEW() keyword. (ref DDC-1574)
2013-04-07 14:05:42 +02:00
Benjamin Eberlei
34374db56e
Enhance documentation on IDENTITY() for composite keys (ref DDC-2202)
2013-04-07 14:02:47 +02:00
Benjamin Eberlei
b2e29eaf97
Rework NativeSQL doc chapter and document SELECT clause generation (ref DDC-2055).
2013-04-07 14:01:27 +02:00
Fabio B. Silva
2ad6565632
Fix parenthesis example
2013-04-06 14:53:36 -03:00
Benjamin Eberlei
cef20890dc
Merge pull request #616 from FabioBatSilva/DDC-2252
...
[DDC-2252] Fix delete many-to-many composite key
2013-04-06 10:37:16 -07:00
Fabio B. Silva
8109db02b5
Document Parenthesis BC break.
2013-04-06 13:02:43 -03:00
Benjamin Eberlei
3fef8d7285
Merge pull request #621 from dbu/event-subscribers
...
[doc] adding some more doc and examples for lifecycle event listeners and subscribers
2013-04-06 08:04:24 -07:00
Benjamin Eberlei
fe238d03c8
Merge pull request #618 from FabioBatSilva/DDC-2188
...
[DDC-2188] Fix arithmetic priority
2013-04-06 07:56:36 -07:00
Benjamin Eberlei
3c4a9c8efa
Merge pull request #644 from pborreli/typos
...
Fixed typos
2013-04-06 07:49:04 -07:00
Pascal Borreli
30b050b44c
Fixed typos
2013-04-06 14:31:27 +00:00
Benjamin Eberlei
64b2ecfefc
[DDC-2224] Rewrite instanceof feature with parameter needle ClassMetadata breaks caching of queries.
2013-04-04 20:22:48 +02:00
Adam Prager
3b7b457d35
minor fixes
2013-04-04 20:07:21 +02:00
Marco Pivetta
edca8c88ea
Merge pull request #641 from bksunday/patch-1
...
Added yml example in ordered-associations.rst
2013-04-03 09:36:19 -07:00
Anthony
1278b79c79
Added yml example in ordered-associations.rst
...
And modified it to be in a configuration-block instead of separate code-block
2013-04-03 13:31:07 -03:00
denkiryokuhatsuden
7af84e79e5
Fixed postgresql hidden scalar sort
2013-04-03 17:22:31 +09:00
denkiryokuhatsuden
e54c11e3bb
Add test for postgresql hidden scalar sorting
2013-04-03 17:21:51 +09:00
denkiryokuhatsuden
786d904328
Revert "Add hidden field ordering for postgresql"
...
This reverts commit 3e8796f781
.
2013-04-03 17:14:31 +09:00
denkiryokuhatsuden
3e8796f781
Add hidden field ordering for postgresql
...
In postgresql environment, when some hidden fields are used in orderBy clause,
they're not property added because $rsm->scalarMappings don't have information about them.
2013-04-02 18:54:55 +09:00
Asmir Mustafic
3196b0c05a
missing new line
2013-04-02 10:14:24 +02:00
Asmir Mustafic
6fc18e330d
indexby metadata column
2013-04-02 10:04:15 +02:00
Adam Prager
b3414e3c1a
added unit test
2013-03-31 00:47:45 +01:00
Adam Prager
937ba6385e
fixed code duplication issue
2013-03-31 00:47:24 +01:00
Guilherme Blanco
9b0f252aff
Merge pull request #637 from choomz/patch-1
...
Update association-mapping.rst
2013-03-30 06:48:06 -07:00
Valentin Ferriere
2e8272e18f
Update association-mapping.rst
2013-03-29 16:39:55 +01:00
Guilherme Blanco
484d03a5bc
Merge pull request #636 from dustinmoorman/rst-file-documentation-fixes
...
Fixed typos in documentation.
2013-03-27 21:26:24 -07:00
Dustin Moorman
51bcda51c5
Fixed typos in documentation.
2013-03-27 22:43:58 -05:00
Adam Prager
9797177193
check if ReflectionClass::getTraits() method exists
2013-03-27 02:48:35 +01:00
Adam Prager
8898c91dfc
only check for traits when class exists
2013-03-26 21:28:09 +01:00
Adam Prager
8e3e2e770a
Revert "only use already existing reflections"
...
This reverts commit bb5bdcf0f4
.
2013-03-26 21:17:59 +01:00
Adam Prager
bb5bdcf0f4
only use already existing reflections
2013-03-26 21:14:52 +01:00
Adam Prager
521276f1ed
entity generator - ignore trait properties and methods
2013-03-26 20:52:57 +01:00
Guilherme Blanco
a4db7c8b42
Merge pull request #631 from aaronmu/master
...
Fix typo in one of the orderBy examples.
2013-03-26 09:18:01 -07:00
Aaron Muylaert
3e8dd1e45c
Update query-builder.rst
...
Fix typo in one of the orderBy examples.
2013-03-26 16:47:41 +01:00
Benjamin Eberlei
5ea9cf418a
Merge pull request #627 from chuanma/master
...
update document on Doctrine cache provider
2013-03-24 13:22:20 -07:00
Benjamin Eberlei
b7e09ecf98
Merge pull request #630 from Ocramius/hotfix/DDC-2359
...
Hotfix for DDC-2359
2013-03-24 12:23:34 -07:00
Benjamin Eberlei
7f26e9ac27
Bump dev version to 2.4.0
2013-03-24 19:58:19 +01:00
Benjamin Eberlei
827f1f84cb
Release 2.4.0-BETA1
2013-03-24 19:58:19 +01:00
Marco Pivetta
7afe5af73a
Fix for DDC-2359
2013-03-24 19:42:50 +01:00
Marco Pivetta
57020322cb
Adding failing test for DDC-2359
...
Doctrine\ORM\Mapping\ClassMetadataFactory#wakeupReflection is called twice
2013-03-24 19:40:53 +01:00
Guilherme Blanco
1f89d8ce2f
Merge pull request #629 from dustinmoorman/typo-fixes-in-basic-mapping-rst
...
Fixed typos in Doctrine Mapping Types section.
2013-03-24 09:28:16 -07:00
Guilherme Blanco
99a15377be
Merge pull request #628 from franmomu/patch-2
...
[Docs] Fix field name in inversedby parameter
2013-03-24 09:27:48 -07:00
Dustin Moorman
d4061ff41b
Fixed typos in Doctrine Mapping Types section.
2013-03-24 03:16:00 -05:00
Fran Moreno
10c48bad7b
[Docs] Fix field name in inversedby parameter
2013-03-24 02:07:05 +01:00
Chuan Ma
94ceb0e410
Document: delete the doc for a number of cache provider methods that don't exist
2013-03-22 17:53:47 -04:00
Guilherme Blanco
24c1b00963
Merge pull request #622 from hrubi/master
...
Import EntityManager from proper namespace
2013-03-21 09:31:17 -07:00
Jan Hruban
3866472459
Import EntityManager in ConsoleRunner
2013-03-21 15:49:00 +01:00
David Buchmann
204c1afe9a
cleanup event subscriber note
2013-03-21 10:43:01 +01:00