Martin Schröder
cdad5a82c5
Fixed typo in annotations reference
2016-10-20 13:32:59 +02:00
Erik van Velzen
b785a8dc02
Add @CustomIdGenerator to documentation
2016-07-18 18:16:34 +02:00
Jean Carlo Machado
56daa67f94
add embedded and embeddable annotations in annotations reference index
2016-05-09 22:25:22 -03:00
Bill Schaller
6963fd8f20
Update docs for @DiscriminatorColumn to indicate that it is optional.
2016-01-05 12:30:29 -05:00
David Fuhr
de424be9f7
[DX] Link annotation ref to locking explanation
...
The annotation reference contained no cross reference to the great
transaction and concurrency page. But this might be very useful for the
reader.
2015-07-07 18:45:56 +02:00
Christopher Gross
702b8b3309
add default value for GeneratedValue
2015-05-12 14:16:02 +02:00
Coolmic
f2d8b6d762
Fix @Column options sections
...
I lose hours to find out how to make column collation works, mostly because of incorrect docs.
Annotations options is the equivalent of customSchemaOptions in https://github.com/doctrine/dbal/blob/master/docs/en/reference/schema-representation.rst
See d1e5034659/lib/Doctrine/ORM/Tools/SchemaTool.php (L443)
2015-03-12 12:22:59 +01:00
Marco Pivetta
39c36f6037
Merge pull request #1232 from PowerKiKi/doc-partial-indexes
...
Explicit example of partial indexes
2015-01-22 09:21:57 +01:00
Adrien Crivelli
3caaf26069
Explicit example of partial indexes
2015-01-22 16:38:24 +09:00
Michaël Perrin
0dbc6a12ee
Update mapping documentation for schema support
...
Updated documentation:
* Annotations
* XML
* Yaml
* PHP
2015-01-14 15:48:49 +01:00
Marco Pivetta
76e1a469ef
Merge pull request #1027 from PowerKiKi/feature-partial-indexes
...
Support for Partial Indexes for PostgreSql and Sqlite
2014-11-05 13:19:29 +01:00
Christian Stoller
d93f648230
Extended the docs for mapping attributes precision and scale
2014-09-25 09:38:34 +02:00
Adrien Crivelli
bb5345b330
Adapt formatting to pre-existing content
2014-07-22 10:44:45 +09:00
Adrien Crivelli
eeb7ff4a6d
Support for Partial Indexes for PostgreSql and Sqlite
...
Support for Partial Indexes was available in Doctrine 1 following
http://www.doctrine-project.org/jira/browse/DC-82 . This commit
reintroduce support for Doctrine 2. We use the same syntax with an
optionnal "where" attribute for Index and UniqueConstraint.
2014-07-22 10:32:30 +09:00
Steve Müller
040c445297
add documentation about how to map column options
2014-07-17 11:28:43 +02:00
David Prévot
3ff92f587f
Drop Unicode character
...
It broke the LaTeX build.
2014-06-14 23:14:42 -04:00
Simon Harris
7dac285de6
A few minor changes for English and clarity
2014-06-03 16:46:37 +01:00
Simon Harris
8b1f5d71e1
Fix minor grammatical error
2014-06-03 16:26:54 +01:00
Michaël Gallego
3d32bc47a7
Fix second level cache doc
2014-05-28 13:07:01 +02:00
Robin Hallabro
a395921fdc
Capitalize @GeneratedValue (annotations-reference.rst)
2014-03-05 10:57:31 +01:00
Fabio B. Silva
61bff7d5f6
Fix CS and update docs
2013-12-16 11:05:04 -05:00
Michael Cummings
01dc0e8273
Update annotations-reference.rst
...
@JoinTable because of mapping defaults does NOT have required attributes. Updated annotations reference to show them as optional.
2013-11-03 09:20:15 -08:00
Benjamin Eberlei
f7108b40c3
Move Annotations introduction to the reference.
2013-09-10 22:09:22 +02:00
HarmenM
f8efd85ae6
Update annotations-reference.rst
...
Added missing @JoinColumns in the index
2013-05-09 14:49:38 +03:00
Benjamin Eberlei
cbcc693e36
Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb'
...
git-subtree-dir: docs
git-subtree-mainline: 271bd37ad35027c1d7ab5fe061c5fb2cadb39cc2
git-subtree-split: 8fcf2d45019bf38a1df728353a1e417343c69cfb
2013-01-24 00:02:03 +01:00