Logan Bailey
9b7318ab4c
Changed table name to be more appropriate.
...
This change assumes that the Article object references the articles tables, not the user table.
2014-08-14 17:07:05 -07:00
Marco Pivetta
7b145f8269
DDC-3120 - requiring doctrine\instantiator:~1.0.1
as of doctrine/instantiator#4
2014-08-14 16:55:32 +02:00
Marco Pivetta
361ec2a474
DDC-3120 - using Doctrine\Instantiator
when building new instances
2014-08-14 15:51:48 +02:00
Marco Pivetta
f8a8437c95
DDC-3120 - need to wakeup reflection BEFORE using any ClassMetadata
API
2014-08-14 15:51:17 +02:00
Marco Pivetta
c2993bcdeb
DDC-3120 - add failing test for un-serialization of an internal PHP class from cached metadata instance
2014-08-14 15:39:58 +02:00
Marco Pivetta
d52dd39592
DDC-3120 - add failing test for un-serialization of an internal PHP class
2014-08-14 15:38:55 +02:00
Marco Pivetta
2c3126353c
DDC-3120 - adding instantiator dependency
2014-08-14 15:33:09 +02:00
Steve Müller
6ac19b04bf
Merge pull request #1108 from umpirsky/patch-1
...
Minor CS fix
2014-08-12 10:16:17 +02:00
Saša Stamenković
133bd288bf
Minor CS fix
2014-08-12 09:57:19 +02:00
Steve Müller
0768916a06
fix handling infinite nesting of embeddables
2014-08-12 07:56:39 +02:00
Steve Müller
bca9d31531
add support for nesting embeddables
2014-08-11 16:53:18 +02:00
encoder64
cd4bc93483
Simple Fixes
2014-08-09 13:27:38 +03:00
encoder64
20b72ef344
Visibility for EntityRepositoryGenerator::$repositoryName
2014-08-09 13:20:27 +03:00
Adrien Crivelli
1003466a5f
Surround ! with spaces according to code style
2014-08-05 18:07:00 +09:00
encoder64
94ba6e2dfc
#DDC-1590: Simple Fixes
2014-08-04 20:18:26 +03:00
Marco Pivetta
723529ffff
Merge pull request #1069 from anho/reuse-console-app
...
added method to be able to reuse the console application
2014-08-04 16:17:11 +02:00
encoder64
4e805bb59a
#DDC-1590: Fix Inheritance in Code-Generation: Code Style Fixes
2014-08-03 17:07:20 +03:00
encoder64
e0ae7634d5
#DDC-1590: Fix Inheritance in Code-Generation
2014-08-03 17:02:33 +03:00
Marco Pivetta
2ae8538f96
Merge pull request #1096 from simonharris/master
...
Changes for grammar and clarity
2014-07-31 18:02:34 +02:00
Simon Harris
7c2ab7fff8
Changes for grammar and clarity
2014-07-31 16:45:33 +01:00
Simon Harris
bf91d03adf
Merge pull request #1 from doctrine/master
...
Update from original
2014-07-31 16:24:31 +01:00
František Bereň
54ac6a0535
Updated Asset queries
...
Missing braces and selected fields
2014-07-31 09:01:58 +02:00
František Bereň
458b953522
fixed typos in tests
2014-07-31 08:43:02 +02:00
František Bereň
164352562b
Added Tests for Arbitrary Join
2014-07-31 08:31:39 +02:00
Marco Pivetta
0650bb954f
Merge pull request #1094 from thekeyboardbum/master
...
Fix bulk insert code example
2014-07-31 00:06:05 +02:00
Justin
2d23c95c3f
Fix bulk insert code example
...
Previous code example did not flush all entities when entity count was not a multiple of batch count.
2014-07-30 15:00:35 -07:00
Marco Pivetta
66d67445c9
Merge pull request #1093 from malukenho/patch-2
...
Use `null` comparation instead of `is_null()`
2014-07-30 21:58:55 +02:00
Jefersson Nathan
1b9f42ae67
Use null
comparation instead of is_null()
2014-07-30 16:54:24 -03:00
František Bereň
a37f99f242
Root selection according other pagination tools
...
changed root selection in Walkers from looping queryComponents to using
$AST->fromClause as other walkers have
2014-07-30 15:55:14 +02:00
František Bereň
114bd2435f
Arbitrary Join count walkers solution
...
Possible solution for Arbitrary Join problem in pagination count
walkers:
https://groups.google.com/forum/#!topic/doctrine-user/rpPYCDNKOU8
Added a condition to test query component against SelectStatement from
clause
2014-07-30 09:56:22 +02:00
encoder64
df80d82aab
Reverted visibility for EntityRepositoryGenerator::generateEntityRepositoryNamespace()
2014-07-27 20:15:18 +03:00
encoder64
5d608b6206
Private method EntityRepositoryGenerator::generateEntityRepositoryNamespace() changed to protected
2014-07-27 19:05:42 +03:00
encoder64
a4c7a89507
className fix: If namespace is not set then ClassName will be cut of
2014-07-27 17:28:06 +03:00
encoder64
c04b01cbd7
Added NS checking
2014-07-27 17:02:19 +03:00
encoder64
3dc2a68583
simple fixes
2014-07-27 15:22:51 +03:00
encoder64
90efaeec42
Code Style fixes
2014-07-27 14:54:35 +03:00
encoder64
c0ee57ae55
Default/Custom Entity Repository for Entity Repository Generator
2014-07-27 14:44:31 +03:00
Marco Pivetta
089cca636e
Merge pull request #1088 from austinsmorris/fix-clt-autoload-path
...
Fix the composer autoload paths for the doctrine CLT
2014-07-24 17:34:21 +02:00
Austin Morris
a6a9c72a75
Fix the composer autoload paths for the doctrine CLT
2014-07-24 09:52:55 -04:00
Andreas Hörnicke
a76506c3fd
amended documentation
2014-07-24 09:38:08 +02:00
Andreas Hörnicke
1d16e5322f
added a simple test
2014-07-24 09:23:36 +02:00
Marco Pivetta
2b24478f05
Merge pull request #1087 from malukenho/patch-1
...
Remove the error control operator
2014-07-24 00:35:18 +02:00
Jefersson Nathan
70fe21b30a
Remove the error control operator
2014-07-23 17:09:47 -03:00
Adrien Crivelli
bb5345b330
Adapt formatting to pre-existing content
2014-07-22 10:44:45 +09:00
Adrien Crivelli
27adf8d6e9
Refactor partial into options array
...
This coherent with what is done for Table. All platform specific things
are grouped into an options array. Eventually flags should be migrated
into options as well.
2014-07-22 10:32:31 +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
Marco Pivetta
499f09fc99
Merge pull request #1084 from hartca/master
...
Update advanced-field-value-conversion-using-custom-mapping-types.rst
2014-07-18 01:25:50 +02:00
hartca
0ab2672872
Update advanced-field-value-conversion-using-custom-mapping-types.rst
2014-07-18 00:10:47 +01:00
Marco Pivetta
205a5de4e5
Merge pull request #1083 from deeky666/DDC-3073
...
[DDC-3073] Add documentation about how to map column options
2014-07-17 11:56:40 +02:00
Steve Müller
040c445297
add documentation about how to map column options
2014-07-17 11:28:43 +02:00