Skip to content

Commit

Permalink
Let users fil out if they use ATTR_EMULATE_PREPARES=true
Browse files Browse the repository at this point in the history
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:
- laravel#29023
- laravel#23850
- laravel#25818
- laravel#27951
- laravel#28149
  • Loading branch information
mfn committed Jul 3, 2019
1 parent c400d8a commit 0587d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md
Expand Up @@ -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:

Expand Down

0 comments on commit 0587d5a

Please sign in to comment.