From 0587d5aa4d8e7cbb0f6f80a44769e6e37107cfe8 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Wed, 3 Jul 2019 08:23:00 +0200 Subject: [PATCH] Let users fil out if they use ATTR_EMULATE_PREPARES=true Laravel will miss-behave in multiple ways with MySQL and PgSQL as documented in various issues and even PRs, because people try to get a fix in but _the_ recommendation right now is to *not* use it. I figured it might save everyones time if ppl fill this out upfront because it's often takes some forth and back until users mention this. See: - https://github.com/laravel/framework/issues/29023 - https://github.com/laravel/framework/issues/23850 - https://github.com/laravel/framework/issues/25818 - https://github.com/laravel/framework/issues/27951 - https://github.com/laravel/framework/pull/28149 --- .github/ISSUE_TEMPLATE/1_Bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md index f398cde10b9e..c5a3cf3fbf4f 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -7,6 +7,7 @@ about: 'Report a general framework issue. Please ensure your Laravel version is - Laravel Version: #.#.# - PHP Version: #.#.# - Database Driver & Version: +- Are you using `PDO::ATTR_EMULATE_PREPARES => true`: y/n ### Description: