1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Commit Graph

  • 99b2e57606
    Fix overwriting explicit cache namespace Jan Jakes 2016-06-28 10:34:43 +0200
  • d3759a2447
    Fix incorrect arguments on SetupTest Luís Cobucci 2017-11-26 12:25:02 +0100
  • b7cace86a0
    Merge pull request #6705 from Majkl578/ticket/6699 Luís Cobucci 2017-11-24 03:00:07 +0100
  • b8fd708139
    Fix parameter name comparison in QueryBuilder#setParameter() with different types Luís Cobucci 2017-11-24 02:22:38 +0100
  • 6cb5a9c50a
    Fix parameter name comparison in AbstractQuery#setParameter() with different types Michael Moravec 2017-11-24 02:22:07 +0100
  • 4bbb1067ac
    Add failing test for #6699 Michael Moravec 2017-09-16 21:19:32 +0200
  • b47a39be64
    Merge pull request #6655 from OskarStark/symfony-style Luís Cobucci 2017-11-24 01:52:00 +0100
  • 6b5eb11458
    Use SymfonyStyle for command output Oskar Stark 2017-11-23 11:18:21 +0100
  • 43a88d539d
    Format commands' tests Luís Cobucci 2017-11-24 01:13:52 +0100
  • 8a893068ce
    Remove constants existence validation Luís Cobucci 2017-11-24 00:56:42 +0100
  • 214dc9896b
    Use addOption()/addArgument() to configure commands Oskar Stark 2017-11-23 11:18:08 +0100
  • ba32237e2b
    Merge pull request #6844 from lcobucci/configure-phpcs Luís Cobucci 2017-11-23 13:30:18 +0100
  • 984327d782
    Update PHPStan Luís Cobucci 2017-11-23 11:29:39 +0100
  • 2be1b7d0b8
    Add configuration for PHPCS Luís Cobucci 2017-11-23 11:26:33 +0100
  • 13197123c5
    Sort dependencies definitions Luís Cobucci 2017-11-23 11:15:52 +0100
  • 24408b42d3
    Merge pull request #6843 from lcobucci/use-new-scrutinizer-config Luís Cobucci 2017-11-23 11:08:52 +0100
  • 8918bd3b8a
    Use new analyser on scrutinizer-ci Luís Cobucci 2017-11-23 10:24:18 +0100
  • 4ab9413675 Test that orderByItem is string Pierre-Louis FORT 2017-11-10 10:45:57 +0100
  • 91408a3a54 #6819 Optimize LimitSubqueryWalker when resultVariable are involved and they are not used in "order by" Pierre-Louis FORT 2017-11-09 14:10:36 +0100
  • bccc46dc12
    Corrected demo code to match example Dan Barrett 2017-11-01 16:40:04 +1100
  • a82f6c5725
    Merge pull request #6742 from Legenyes/feature/DDC-2938_Support_all_time_intervals_on_DATE_ADD Luís Cobucci 2017-10-31 20:46:02 +0100
  • 59792654c0
    Improve tests for DATE_ADD and DATE_SUB Luís Cobucci 2017-10-30 21:29:08 +0100
  • f277eef6ea
    Add support second, minute, week, year on DATE_ADD and DATE_SUB Sébastien Lévêque 2017-10-02 12:03:26 +0200
  • ed86ee2567
    Merge pull request #6800 from ErikJson/master Andreas 2017-10-29 05:53:58 +0100
  • 302c3a6640 Fix some grammar and outdated information in docs Erik Johansson 2017-10-29 00:26:25 +0300
  • 0497f50ba6 Merge pull request #6766 from ThomasLandauer/patch-1 Luís Cobucci 2017-10-26 09:49:48 +0200
  • 2129801ac1 Merge pull request #6788 from kejwmen/fix/custom-types-docs Marco Pivetta 2017-10-24 08:46:02 +0200
  • 620319f206 Type::convertToDatabaseValue is always called Mateusz Sip 2017-10-24 01:50:58 +0200
  • 5f3afa4c4f Merge pull request #6778 from stevepetcu/clarify-embedded-embeddable-docs Marco Pivetta 2017-10-19 12:40:50 +0200
  • 99db207a9f getRepository actually returns ObjectRepository Aaron Scherer 2017-10-18 19:10:00 -0700
  • 0bea6881da Clarify docs for embedded and embeddable. Stefan Petcu 2017-10-17 19:21:34 +0200
  • e279dfaa91 Merge pull request #6772 from greg0ire/disallow_many_to_one_orphan_removal Guilherme Blanco 2017-10-16 07:47:26 -0400
  • 87a6d0b77e Merge pull request #6774 from greg0ire/proove_orphan_removal_is_useless Guilherme Blanco 2017-10-15 22:12:31 -0400
  • ffd3d34f34
    Disable uuid generation Grégoire Paris 2017-10-14 11:25:09 +0200
  • 57e9feffb2
    Avoid uuid generation Grégoire Paris 2017-10-14 11:11:58 +0200
  • 6b5c97055c
    Set null on delete, at database level Grégoire Paris 2017-10-14 11:03:52 +0200
  • 30fccf8e83
    Proove orphan-removal on many-to-one is useless Grégoire Paris 2017-10-13 22:24:08 +0200
  • 2a865177b9
    Disallow orphan removal attribute on many-to-one Grégoire Paris 2017-10-13 16:38:02 +0200
  • d560449661 Minor formating Thomas Landauer 2017-10-11 22:50:32 +0200
  • 436b15e873 Moved explanation out of PHP-Codeblock... Thomas Landauer 2017-10-11 22:45:42 +0200
  • aea970722e Merge pull request #6764 from AlessandroMinoccheri/fix_doc Marco Pivetta 2017-10-11 20:44:16 +0200
  • b1466e6d3e fixed little typo inside documentation Alessandro Minoccheri 2017-10-11 17:04:29 +0200
  • 8e16748ff8 Merge pull request #6734 from ossinkine/issue-6734 Luís Cobucci 2017-10-11 13:13:09 +0200
  • 9e9e5628f5 Merge pull request #6755 from BenMorel/patch-2 Luís Cobucci 2017-10-09 20:05:46 +0200
  • f2dc9a8f92 Merge pull request #6760 from doctrine/fix/#6759-showstopper-one-to-one-inverse-not-being-loaded-with-correct-identifier-restrictions Luís Cobucci 2017-10-08 14:47:15 +0200
  • 66f903a38f
    #6759 remove # symbol from @group annotation as per @lcobucci's review Marco Pivetta 2017-10-08 14:26:45 +0200
  • 3dd7eb5888
    #6759 removing outdated comment as per @alcaeus' review Marco Pivetta 2017-10-08 10:57:33 +0200
  • dd12ba88ee
    #6759 avoiding reuse of the $identifier variable when constructing an identifier from the owning side value Marco Pivetta 2017-10-07 12:54:36 +0200
  • 83e00d5010
    #6759 cleaning up test case, using new models from the isolated namespace Marco Pivetta 2017-10-07 12:52:34 +0200
  • d831f4fd9f
    #6759 segregating test models into their own namespace Marco Pivetta 2017-10-07 12:48:19 +0200
  • 6ba2d1c317
    #6759 cleaning up test case body Marco Pivetta 2017-10-07 10:09:44 +0200
  • 5f99cad669
    Failing test - inverse side OneToOne loaded without identifier condition Jan Langer 2017-10-06 17:18:56 +0200
  • fb7a96caf9 EntityManager::getReference() can return null Benjamin Morel 2017-10-05 00:27:11 +0200
  • 13f838f8be Merge pull request #6749 from KonstantinKuklin/patch2 Jonathan H. Wage 2017-10-04 08:47:55 -0400
  • 2d88e45240 sync type of property em with constructor value Konstantin Kuklin 2017-10-04 03:43:20 +0300
  • 2ade863bca Merge pull request #6746 from doctrine/malarzm-patch-1 Marco Pivetta 2017-10-03 17:42:31 +0200
  • 19dcd629c0 [DOCS] Emphasize that Embeddable can only contains simple fields Maciej Malarz 2017-10-03 17:14:06 +0200
  • 4fdbdabae4 Add DateInterval type parameter Gocha Ossinkine 2017-09-28 12:03:37 +0500
  • 53245e8a73 Merge pull request #6731 from guiajlopes/master Marco Pivetta 2017-09-26 13:10:39 +0200
  • a7e13f89cc #6723 Remove variable from UnitOfWork#createEntity() Guilherme Lopes 2017-09-26 12:52:18 +0200
  • 1d5c87ee4b Merge pull request #6714 from guiajlopes/master Marco Pivetta 2017-09-21 14:30:25 +0200
  • f96dc3ba91 Merge pull request #6715 from PowerKiKi/patch-3 Marco Pivetta 2017-09-21 14:29:23 +0200
  • 3d3ecc77bd Drop PHP version specifics Adrien Crivelli 2017-09-21 21:28:19 +0900
  • df1250ee4b Fix negation clause and also adding both conditions in the same if Guilherme Lopes 2017-09-21 13:42:51 +0200
  • d995203ee1 Promote nullable types from PHP 7.1 Adrien Crivelli 2017-09-21 17:29:54 +0900
  • 8ecddc4fc1 Adding empty line between logic blocks Guilherme Lopes 2017-09-21 10:13:19 +0200
  • 059cfd86df Remove unnecessary else Guilherme Lopes 2017-09-21 10:02:43 +0200
  • 0c4f9a8866 Clarify some assumptions the object hydration makes. Benjamin Eberlei 2017-09-16 17:15:08 +0200
  • 6a86175617 Merge pull request #6695 from wshafer/prefix-update Marco Pivetta 2017-09-11 20:58:11 +0200
  • bf8e27b422 Merge pull request #6690 from bitwombat/issue_6686 Marco Pivetta 2017-09-11 08:51:50 +0200
  • 80f7824b3d Merge pull request #6691 from keradus/php_syntax Marco Pivetta 2017-09-11 08:50:05 +0200
  • 828bfdf4ae Update docs for deprecated setTableName() Westin Shafer 2017-09-07 13:59:32 -0600
  • c7d6d62393 Use newer PHP syntax Dariusz Ruminski 2017-09-06 01:22:41 +0200
  • c429f1c38b Clarify association mapping language Greg Bell 2017-09-06 07:58:34 +1000
  • 8b81691e77 Merge pull request #6685 from votemike/update-maxresult-docblocks Marco Pivetta 2017-09-04 11:40:06 +0200
  • d0d1e557d1 Adding change to appease scrutinizer Michael Gwynne 2017-09-04 10:11:43 +0100
  • fd9f96c766 Updating _maxResults to allow for null Michael Gwynne 2017-09-04 09:26:11 +0100
  • 4bc29d1049
    Merge branch 'fix/#5796-catch-also-throwable-in-transactional-abstraction' Marco Pivetta 2017-09-02 13:58:08 +0200
  • c016e2d434
    Adding minimal test to verify EntityManager behavior against #5796 Marco Pivetta 2017-09-02 13:55:07 +0200
  • 12043cd845
    #5796 minor CS fixes (imported symbols) and removing last PHP5 compliance bits Marco Pivetta 2017-09-02 13:47:58 +0200
  • a1c93bfd48
    #5796 replacing Exception catching with Throwable catching, removing PHP5 compliance code Marco Pivetta 2017-09-02 13:44:12 +0200
  • 874a5e3547
    Catch Throwable in PHP 7 Benjamin Morel 2016-04-21 23:33:34 +0200
  • 862a16b18f Handle all errors in UnitOfWork commit final-keyword-fix-25 Sergey Linnik 2017-08-31 11:38:49 +0300
  • b3805549d9 Handle all errors in UnitOfWork commit Sergey Linnik 2017-08-31 11:38:49 +0300
  • 9a0089c5fa Remove final keyword from Query classes Ilyas Salikhov 2015-06-16 07:24:18 +0300
  • 68706034e5 Merge pull request #6658 from Majkl578/fix/allow-stable-yaml Marco Pivetta 2017-08-30 22:43:28 +0200
  • bfc76adce0
    Drop explicit conflict with stable symfony/yaml Michael Moravec 2017-08-30 18:08:07 +0200
  • 8c7052c99c Merge pull request #6652 from doctrine/fix/allow-batch-insert-test-to-run-in-multiple-revolutions Marco Pivetta 2017-08-26 16:42:51 +0200
  • e1e7485e58
    Correcting the SimpleInsertPerformanceBench, which was running into duplicate record integrity constraint violations when run with >1 revs Marco Pivetta 2017-08-26 16:41:03 +0200
  • 7a0385634f Merge pull request #6651 from doctrine/fix/use-quote-model-set-when-available Marco Pivetta 2017-08-26 14:23:26 +0200
  • 922c55f5dd
    Replacing direct quote model-set schema creation with actually existing model-set setup Marco Pivetta 2017-08-26 14:15:05 +0200
  • 61404e2d6d Merge pull request #6640 from doctrine/fix/#6284-#6217-avoid-passing-l2-cache-information-internals-to-the-uow Marco Pivetta 2017-08-25 09:22:45 +0200
  • 660f164568
    #6284 #6217 s/$this->assert/self::assert as per @lcobucci's review Marco Pivetta 2017-08-25 09:21:12 +0200
  • acfc890dbd Merge pull request #6644 from AlessandroMinoccheri/fix_documentation_typo Marco Pivetta 2017-08-24 11:29:17 +0200
  • a708d4076e fixed typo into native-sql documentation Alessandro Minoccheri 2017-08-24 11:27:54 +0200
  • aac0204611 Merge pull request #6642 from radmax/patch-1 Marco Pivetta 2017-08-24 10:57:11 +0200
  • ed047520c3 fixed typo radmax 2017-08-24 10:55:29 +0200
  • caa008b61d
    #6284 #6217 removing hacks around the ClassMetadata details - invalid fix that was actually fixing the symptom Marco Pivetta 2017-08-23 00:25:29 +0200
  • 07b397f341
    #6284 fixing actual issue, which comes from an extremely tricky L2 caching issue. Marco Pivetta 2017-08-23 00:19:49 +0200
  • c9d1f852de
    #6284 removing unused lazy entity Marco Pivetta 2017-08-22 21:41:04 +0200