1
0
mirror of synced 2025-02-10 17:29:27 +03:00

Merge pull request #1534 from senkal/gramma-fix/start-sentence-with-capital-letter

Use capital letter at the beginning of a sentence
This commit is contained in:
Marco Pivetta 2015-10-11 21:49:07 +02:00
commit 290dc8989d

View File

@ -448,7 +448,7 @@ need to access the sequence once to generate the identifiers for
Composite Keys Composite Keys
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
with Doctrine 2 you can use composite primary keys, using ``@Id`` on more then With Doctrine 2 you can use composite primary keys, using ``@Id`` on more then
one column. Some restrictions exist opposed to using a single identifier in one column. Some restrictions exist opposed to using a single identifier in
this case: The use of the ``@GeneratedValue`` annotation is not supported, this case: The use of the ``@GeneratedValue`` annotation is not supported,
which means you can only use composite keys if you generate the primary key which means you can only use composite keys if you generate the primary key