1
0
mirror of synced 2024-12-04 18:56:06 +03:00

Commit Graph

  • ea6a8f78aa Добавлена поддержка оператора UNION для postgres. Доступен только в операциях с IN Vasiagin Sergei 2024-08-07 11:50:07 +0300
  • fee2cbe6b4
    Make code php 7.3 lint-compatible retailcrm-finals-2.5 Vitaliy Chesnokov 2019-07-10 15:04:29 +0300
  • 62f6ee3303 Clean post flush event added. Triggered after post flush after all clears. Event is flush-safe retailcrm-finals-2.6 1on 2018-03-28 12:36:55 +0300
  • 57d2bf1f26 Remove final keyword from Query classes Ilyas Salikhov 2015-06-16 07:24:18 +0300
  • 10393dca68
    Merge pull request #7557 from doctrine/malarzm-patch-1 Marco Pivetta 2019-01-05 17:48:41 +0100
  • 597bfaea03
    Change Stackoverflow tag to doctrine-orm Maciej Malarz 2019-01-04 22:20:24 +0100
  • 98b8ced814
    Merge pull request #7551 from Majkl578/repo-rename/2.6 Jonathan H. Wage 2019-01-03 17:18:59 -0600
  • efaee8ce85
    Migrate repository name doctrine/doctrine2 -> doctrine/orm Michael Moravec 2018-11-11 23:49:03 +0100
  • 6e93f5bb72
    Merge pull request #7528 from Ocramius/fix/#7527-prevent-unit-of-work-lookup-for-known-value-types Luís Cobucci 2018-12-21 21:54:20 +0100
  • a41f5673bc #7527 automated CS checks Marco Pivetta 2018-12-20 22:45:54 +0100
  • ca436f0bae #7527 performance benchmark - verifying performance impact of inferred query parameter types Marco Pivetta 2018-12-19 10:52:11 +0100
  • d8212e8dd6
    Merge pull request #7530 from vladyslavstartsev/patch-3 Marco Pivetta 2018-12-17 16:00:44 +0100
  • 12eb9f42dc
    Documentation error fix vladyslavstartsev 2018-12-16 20:33:21 +0200
  • 23af164d7a Note: this will still lead to the UnitOfWork#getSingleIdentifierValue() still being called when not specifying the type of a DQL parameter being bound via Doctrine\ORM\Query#setParameter(): Marco Pivetta 2018-12-16 16:20:26 +0100
  • 960a437d46 #7527 failing test case: UnitOfWork#getSingleIdentifierValue() should not be called for a well specified parameter type Marco Pivetta 2018-12-16 15:37:45 +0100
  • 237bebe2ed
    Merge pull request #7519 from koftikes/fix/#7518-phpdoc-error Marco Pivetta 2018-12-13 08:14:30 +0100
  • fc3dca772e
    Merge pull request #7521 from doctrine/update-chat-link Jonathan H. Wage 2018-12-12 14:05:15 -0600
  • ee64d31f48 7518 Fixed PHPDoc Error. Konstantin Litvinov 2018-12-12 14:59:12 +0300
  • 493ff74a0d
    Merge pull request #7473 from Majkl578/incremental-cs-2.x Michael Moravec 2018-12-10 14:43:55 +0100
  • 78c7000962
    Lock dependencies for Code Quality stage Michael Moravec 2018-11-14 13:57:44 +0100
  • 6a05e01298
    Perform incremental coding standard checks for pull requests Michael Moravec 2018-11-14 13:56:34 +0100
  • 7de3434733
    Update doctrine/coding-standard in 2.x branch Gabriel Ostrolucký 2018-08-10 19:17:35 +0200
  • 74e6189f3e
    Merge pull request #7483 from javiereguiluz/patch-9 Luís Cobucci 2018-11-21 10:48:33 +0100
  • 2e7a3affba
    Fixed a minor syntax issue Javier Eguiluz 2018-11-21 09:06:54 +0100
  • 505ec21f97
    Bump up development version Luís Cobucci 2018-11-21 01:24:06 +0100
  • 434820973c
    Bump up version Luís Cobucci 2018-11-21 00:46:33 +0100
  • 41ff526921
    Merge pull request #6830 from Tobion/fix-collation-foreign-key Luís Cobucci 2018-11-21 00:41:17 +0100
  • 0be52b0087
    Isolate entities used by the new test Luís Cobucci 2018-11-21 00:20:20 +0100
  • ee8dc496d9
    Fix applying collation on foreign key columns Tobias Schultze 2017-11-19 00:57:54 +0100
  • f80656cddf
    Merge pull request #7317 from protecinnovations/fix/7316-xml-order-by-dir-many-to-many Luís Cobucci 2018-11-20 13:11:22 +0100
  • 72121c01ec
    [XML] Fix default value of many-to-many order-by to ASC Alex Denvir 2018-07-19 10:37:04 +0100
  • ac505390dd
    Merge pull request #7472 from seferov/patch-2 Luís Cobucci 2018-11-20 09:41:01 +0100
  • 728e6e15c5
    Merge pull request #7441 from asgrim/fix-getResult-type Luís Cobucci 2018-11-20 09:40:04 +0100
  • d21305378c
    Merge pull request #7471 from alcaeus/fix-unloaded-metadata-parameter-processing Luís Cobucci 2018-11-15 11:34:31 +0100
  • 0552749059
    Fix parameter value processing for objects with unloaded metadata Andreas Braun 2018-11-13 09:08:46 +0100
  • fbd3fe95e4
    fix incorrect phpdoc typehint Farhad Safarov 2018-11-13 13:01:10 +0300
  • c6d02daee0
    $hydrationMode throughout can be a string as well as int (for custom modes) James Titcumb 2018-10-24 13:06:33 +0100
  • 5208035003
    Merge pull request #7444 from naitsirch/fix/issue6968 Luís Cobucci 2018-11-12 11:40:01 +0100
  • d93956eff0
    Use HTTPS endpoint for XML schema location Luís Cobucci 2018-11-12 11:29:32 +0100
  • b3b06d3e7d
    Fixed URLs of doctrine-mapping.xsd in docs naitsirch 2018-10-29 22:32:34 +0100
  • 427f815975
    Merge pull request #7465 from unguul/patch-1 Michael Moravec 2018-11-11 23:24:29 +0100
  • bf601ce268
    Merge pull request #7421 from seferov/patch-1 Michael Moravec 2018-11-11 23:24:00 +0100
  • 8bfb363fcc
    Merge pull request #7434 from naitsirch/fix/doc-faq-public-property Michael Moravec 2018-11-11 23:22:58 +0100
  • ebf2630a66
    Merge pull request #7435 from oguzdumanoglu/patch-2 Michael Moravec 2018-11-11 23:22:25 +0100
  • 9018955e1f
    Merge pull request #7412 from ThomasLandauer/patch-1 Michael Moravec 2018-11-10 21:05:50 +0100
  • 88d58ae0a3
    Some formatting improvements Thomas Landauer 2018-09-25 17:16:47 +0200
  • 2fc99afd44
    Merge pull request #7423 from ThomasLandauer/patch-2 Michael Moravec 2018-11-10 20:40:44 +0100
  • fa0885e25d
    Merge pull request #7374 from SenseException/deprecate-yaml-docs Michael Moravec 2018-11-10 20:33:51 +0100
  • 0e4a0108d2
    Fixes small typo Alexandru Ungureanu 2018-11-08 13:59:21 +0200
  • 58370256c0
    Fix a typo Oguz Dumanoglu 2018-10-19 16:32:27 +0200
  • d5364231c2 Removed FAQ paragraph stating public variables are disallowed naitsirch 2018-10-18 22:36:29 +0200
  • 4df3a4d436
    Merge pull request #7428 from Majkl578/php7.3 Luís Cobucci 2018-10-14 09:39:26 +0200
  • 812989490c
    CI: Test against PHP 7.3 Michael Moravec 2018-10-13 20:33:26 +0200
  • 892ef9edb7
    Update association-mapping.rst Thomas Landauer 2018-10-09 21:33:42 +0200
  • 982782f8c9
    JIRA to Github issues Farhad Safarov 2018-10-09 11:52:22 +0300
  • 7319f524a3
    Merge pull request #7397 from eibt/patch-1 Michael Moravec 2018-09-23 07:04:34 +0200
  • 1d71fbf77b
    Merge pull request #7367 from timdev/fix/entitymanager-find-with-optimistic-lock-no-need-tx Michael Moravec 2018-09-23 06:43:26 +0200
  • 7eacfec2c3
    Fix typo in getting-started.rst Ivan 2018-09-11 11:36:37 -0600
  • 46f2a41cf7
    Merge pull request #7377 from sserbin/fix-query-andx-doctype Michael Moravec 2018-09-23 06:37:42 +0200
  • fd2baf6f65
    Merge pull request #7260 from stof/regression_commit_order Michael Moravec 2018-09-23 05:44:14 +0200
  • c8bf06d549
    Merge pull request #7401 from bobdenotter/patch-1 Michael Moravec 2018-09-23 05:34:59 +0200
  • 3acfa50214
    Fix for BC break #7366 when calling EM::find() with LockMode::OPTIMISTIC outside of a TX Tim Lieberman 2018-08-22 11:49:47 -0700
  • 3dbe205498
    Query\Expr::andX(): added string as allowed parameter type sserbin 2018-08-28 14:41:52 +0300
  • 899cce8094
    Merge pull request #7363 from philippe-unitiz/2.6 Michael Moravec 2018-09-23 05:16:52 +0200
  • 7400d51444
    Fix docblock in inheritance-mapping.rst Bob den Otter 2018-09-17 17:22:01 +0200
  • 96c344d22b
    Merge pull request #7345 from guilliamxavier/improve-DOMDocument-construct Michael Moravec 2018-09-23 05:11:21 +0200
  • f48d71ecd0
    Merge pull request #7378 from BenMorel/patch-2 Michael Moravec 2018-09-23 05:05:58 +0200
  • d3acbbf79b
    Fix constructor argument type in Query\Base philippe-unitiz 2018-08-21 15:21:56 +0200
  • cb9ec8234b
    Fix multiline parameter phpDoc in Query\Expr philippe-unitiz 2018-08-21 15:20:11 +0200
  • 47c72e583e
    correct load-only DOMDocument constructor in test Guilliam Xavier 2018-08-10 11:33:32 +0200
  • 568c2d308c Fix the computation of commit order for circular dependencies Christophe Coevoet 2018-09-20 12:13:25 +0200
  • 11a7f359d1 Add a unit test reproducing the commit order regression Christophe Coevoet 2018-09-20 11:52:35 +0200
  • 145f1f5198 Add a test reproducing GH7259 Christophe Coevoet 2018-06-15 13:09:59 +0200
  • ff1df41485
    Add deprecation note to getting-started chapter Claudio Zizza 2018-09-07 21:06:08 +0200
  • d36aec8fb7
    Add deprecation message for YAML into docs Claudio Zizza 2018-08-26 00:31:55 +0200
  • 2779b5ee91
    Typo fix Benjamin Morel 2018-08-28 14:56:01 +0200
  • 32efbd3edd Handle removed parameters by tree walker in Paginator Pierre-Louis FORT 2018-07-30 22:49:30 +0200
  • 68718eac1b
    Merge pull request #7360 from lcobucci/fix-partial-reference-docblock Luís Cobucci 2018-08-19 16:25:51 +0200
  • 7b64b4a207
    Document getPartialReference() properly Luís Cobucci 2018-08-18 14:42:25 +0200
  • f1143f591f
    Merge pull request #7325 from paxal/php73_compatible Michael Moravec 2018-08-02 14:23:28 +0200
  • 07fc401d25
    Make code php 7.3 lint-compatible Cyril PASCAL 2018-07-26 14:32:52 +0200
  • 96f166a7e9
    Merge pull request #7307 from Majkl578/remaining-deprecations Luís Cobucci 2018-07-13 07:27:10 +0200
  • f4b775323d
    Fix remaining usages of deprecated ClassLoader and Inflector from doctrine/common Michael Moravec 2018-07-13 05:31:39 +0200
  • 43d308116d
    Bump version to 2.6.3-DEV Michael Moravec 2018-07-12 22:56:21 +0200
  • d2b4dd71d2
    Preparing v2.6.2 release Michael Moravec 2018-07-12 22:47:13 +0200
  • 36e6a73d5b
    Merge pull request #7296 from Majkl578/fix/2.6/#7286 Luís Cobucci 2018-07-10 00:05:51 +0200
  • e26158a45e
    Fix #7286: StringPrimary no longer accepts aggregate functions as argument Michael Moravec 2018-07-04 20:32:27 +0200
  • 3cfcd6a856
    Merge pull request #7291 from Majkl578/fix/2.6/#7068 Marco Pivetta 2018-07-03 09:40:48 +0200
  • ff68806bfa
    Fix for #7068: EntityManager::find() with pessimistic lock should check for transaction Michael Kühn 2018-02-17 15:43:05 +0100
  • 4192c3abf4
    Merge pull request #7290 from Majkl578/dbal-2.8-tests-compat Michael Moravec 2018-07-03 02:58:02 +0200
  • ac1e1c7d23
    Fix compatibility with DBAL 2.8 where OFFSET 0 is no longer generated (doctrine/dbal#3157) Michael Moravec 2018-07-03 01:55:42 +0200
  • 9ab999618c
    Merge pull request #7276 from Majkl578/entityrepository-count-upgrade Luís Cobucci 2018-07-03 02:05:46 +0200
  • f2666a472f
    Add UPGRADE note for EntityRepository::count() Michael Moravec 2018-06-27 20:41:59 +0200
  • ceda5d3bc7
    Merge pull request #7274 from Majkl578/non-deprecated-lexer-and-inflector Luís Cobucci 2018-06-25 23:56:32 +0200
  • 6d81d519b6
    Use non-deprecated version of Lexer and Inflector Michael Moravec 2018-06-25 14:20:52 +0200
  • 88d1d79516
    Merge pull request #7253 from JarJak/patch-2 Marco Pivetta 2018-06-09 07:28:20 +0200
  • cfc6cfd1a3
    Unnecessary newline removed, small improvements in text Jarek Jakubowski 2018-06-09 00:29:59 +0200
  • 6b7d67b427
    Add info about Doctrine not using constructor Jarek Jakubowski 2018-06-08 20:29:37 +0200
  • b6d08b15c0
    Mention that Doctrine does not use Entities public API Jarek Jakubowski 2018-06-08 18:47:39 +0200
  • 01f89a8cdc
    Merge pull request #7190 from Tobion/patch-1 Marco Pivetta 2018-04-13 16:29:25 +0100