Marco Pivetta
70a22b6a73
Merge pull request #1390 from deviantintegral/chaincache-docs
...
Document the ChainCache class
2015-07-15 21:58:20 +01: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
michael-lavaveshkul
073f570c67
Updated "INSTANCE OF" example code.
2015-06-17 22:15:17 -07:00
Robin Hallabro
63a543d6a0
Update events.rst to reflect behaviour of preUpdate
2015-06-17 07:57:11 +02:00
Benjamin Eberlei
ae5b8178e7
Merge pull request #1406 from XitasoChris/patch-1
...
add default value for GeneratedValue
2015-06-16 22:25:49 +02:00
Benjamin Eberlei
5aded88cf6
Merge pull request #1418 from mageekguy/patch-2
...
Remove (useless?) call to parser::getLexer()
2015-06-16 21:36:14 +02:00
Benjamin Eberlei
ac03c9d851
Add section about entities, proxies and reflection to "Limitations and Known Issues" chapter.
2015-06-16 21:11:29 +02:00
Frédéric Hardy
b6d29c8b72
Remove (useless?) call to parser::getLexer()
...
The `$lexer` variable is not used, the method `parser::getLexer()` is just a dumb getter and do nothing, so in my opinion, the call to `parser::getLexer()` is useless in this context.
Can you confirm?
2015-06-08 16:04:58 +02:00
Christopher Gross
702b8b3309
add default value for GeneratedValue
2015-05-12 14:16:02 +02:00
Andrew Berry
f91fadd00c
Not all cache drivers are explicitly documented.
2015-04-19 20:51:46 -04:00
Andrew Berry
3d0f44f596
Document the ChainCache class.
2015-04-19 20:47:36 -04:00
Menno Holtkamp
eef81b6eb9
Added missing 'new' keyword for logger instantiation
2015-04-09 15:06:41 +02:00
Ilya Antipenko
a14517dc9d
Add note about "symfony/yaml" dependency for yml mappings
2015-04-05 15:26:12 +03:00
Juti Noppornpitak
3b6616fe65
Fixed typo in the documentation
2015-04-02 16:46:25 -04:00
John Flatness
5058312d6d
Update clear-cache command docs
2015-04-01 17:10:40 -04: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
Dennis Birkholz
69e5562de4
Typo in documentation
...
Two list items where just one
2015-03-03 16:57:51 +01:00
Niro
1afaec9cbf
Fixed broken url for implementing Serializable interface
2015-02-26 02:53:37 -05:00
Jeroen van Leeuwen
f9cf2b6a95
Flip key value in $namespaces array
...
Key value should be other way around.
2015-02-03 14:54:21 +01:00
Javier Spagnoletti
c6158ae3f4
Updated reference for Second Level Cache (fixed some typos and docblocks).
2015-01-27 13:24:35 -03:00
Javier Spagnoletti
72785eb27e
[Doc][Reference][2nd level cache]
...
* Fixed typo in TimestampRegion title.
* Normalized php snippets (comments, indentation).
2015-01-23 11:23:21 -03: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
Jack Sleight
82163a3301
Include className in calls to NamingStrategy joinColumnName method.
2015-01-17 23:57:52 +01:00
Marco Pivetta
d5f6b4440a
#954 DDC-2982 - s/CacheProvider
/Cache
in documentation
2015-01-17 23:44:40 +01:00
Steve Müller
d343617f13
Merge pull request #1255 from Ocramius/cleanup/php-5.3-support-end
...
Cleanup: PHP 5.3 support end
2015-01-15 01:29:00 +01:00
Marco Pivetta
3ee47bef41
Updating readme minimum required PHP version
2015-01-14 21:00:59 +01:00
Marco Pivetta
e030dac3d0
Merge pull request #1253 from SofHad/fix-dbal-configuration-404
...
Fix dead link
2015-01-14 19:43:03 +01:00
SofHad
9ba7c9a74d
Fix dead link
2015-01-14 18:43:46 +01: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
06f256b410
#385 #1181 DDC-3385 - documenting onClassMetadataNotFound
event
2015-01-13 20:45:00 +01:00
Marco Pivetta
b81209c278
#470 DDC-54 DDC-3005 - documenting postLoad
and Doctrine\ORM\AbstractQuery#iterate()
partial incompatibility
2015-01-13 01:43:12 +01:00
Strate
96184b9541
DDC-3005.Removed warning in documentation
2015-01-12 22:34:24 +01:00
Annika Backstrom
27fe4d78b7
Minor docs fix: missing word 'do'
2014-12-30 20:12:11 -05:00
Marco Pivetta
b9506ac64a
Merge pull request #1195 from decoursin/patch-1
...
Correction Events.rs - Entity Listeners Resolver
2014-12-04 14:03:09 +01:00
Marcos Sánchez
8e26705693
Update working-with-objects.rst
...
Fix syntax error in constructor.
2014-12-01 12:50:11 -03:00
Tomas Kormanak
27e671378b
minor typo
2014-11-28 08:40:00 +00:00
Bilge
f9b4df70ff
Minor grammar fix.
2014-11-27 18:07:10 +00:00
Nick DeCoursin
82c5547931
Correction Events.rs - Entity Listeners Resolver
...
Configuring the Entity Listener Resolver can only be done before Entity Manager is initialized as described here: https://github.com/doctrine/doctrine2/pull/1193
2014-11-26 19:29:58 -05:00
Javier Eguiluz
7e64d606d2
Fixed a very minor typo
2014-11-25 09:41:13 +01:00
Ala Eddine Khefifi
44304c30b3
Update tools.rst
2014-11-12 09:55:51 +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
Guilherme Blanco
3924ede3ad
Merge pull request #1128 from Erikvv/patch-1
...
Add QueryBuilder::addSelect()
2014-10-21 21:35:26 -04:00
Marco Pivetta
9bf8f6ed4c
DDC-3261 - fixed link to DBAL documentation (should always reference latest
)
2014-10-19 19:18:11 +02:00
Dawid Królak
143f87960e
Update xml-mapping.rst
...
Fixed closing entity tag.
2014-10-17 00:11:56 +02:00
Jeremy Postlethwaite
abe97bf0df
Fixing error with from() parameters in example
...
The from method requires $from and the $alias to be separate parameters.
public function from($from, $alias, $indexBy = null);
The examples show: from('User u')
2014-10-13 20:37:19 -07:00
Jose M. Alonso M
82887d0361
Update QueryBuilder reference documentation.
...
- Updated the signature of methods "from", "innerJoin" and "leftJoin"
since it does not match the actual implementation.
- Added reference to the "join" method.
2014-10-12 20:31:33 +02:00
Christian Stoller
d93f648230
Extended the docs for mapping attributes precision and scale
2014-09-25 09:38:34 +02:00
Marco Pivetta
15a00ea807
Clearing cache by --id
, --regex
, --prefix
and --suffix
is not supported anymore.
2014-09-14 17:30:47 +02:00
Erik van Velzen
ba50f978a5
Add QueryBuilder::addSelect()
2014-09-02 13:52:52 +02:00