Skip to content

Releases: staabm/phpstan-dba

0.2.83

03 Oct 10:24
16f34c0
Compare
Choose a tag to compare

What's Changed

  • Keep sqlftw/sqlftw a optional dependency by @staabm in #690

Full Changelog: 0.2.82...0.2.83

0.2.82

03 Oct 07:46
dffa34b
Compare
Choose a tag to compare

Improvements

Internals

  • Fix PHPStan deprecations by @staabm in #683
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #646
  • Update phpstan/extension-installer requirement from ^1.2 to ^1.4 by @dependabot in #659
  • Update tomasvotruba/unused-public requirement from ^0.3 to ^1.0 by @dependabot in #681
  • Update php-parallel-lint/php-parallel-lint requirement from ^1.3 to ^1.4 by @dependabot in #647
  • Update symplify/easy-coding-standard requirement from ^11.4 to ^12.3 by @dependabot in #660

New Contributors

  • @lode made their first contribution in #669

Full Changelog: 0.2.81...0.2.82

0.2.81

04 Jun 12:13
9b3f8f2
Compare
Choose a tag to compare

Bugfixes

  • Fix placeholders detection with multiline strings by @b-viguier in #658

Internals

  • Fix nikic/php-parser deprecation warnings by @staabm in #655
  • Fix composer scripts for doctrine/dbal 3.x by @staabm in #654

Full Changelog: 0.2.80...0.2.81

0.2.80

16 May 16:52
7079671
Compare
Choose a tag to compare

Bugfixes 🐞

New Contributors

Full Changelog: 0.2.79...0.2.80

0.2.79

12 Oct 07:24
14d9afd
Compare
Choose a tag to compare

Bugfixes

  • Fix "$result contains generic type mysqli_result but class mysqli_result is not generic" by @staabm in #632

Full Changelog: 0.2.78...0.2.79

0.2.78

29 Sep 11:35
ccabc0c
Compare
Choose a tag to compare

What's Changed

  • Fix false-positive parameter validation error when query string is not resolvable by @staabm in #630

Full Changelog: 0.2.77...0.2.78

0.2.77

29 Sep 09:38
4154548
Compare
Choose a tag to compare

Bugfixes

  • Fix "Query expects 9223372036854775807-0 placeholders, but no values are given." by @staabm in #629

0.2.76

29 Sep 09:05
70a0fe7
Compare
Choose a tag to compare

Improved query parameter/placeholder validation

  • Named placeholders only need to be contained in one of the union queries by @staabm in #625
  • Fix false positive with unnamed placeholders by @staabm in #628

Internals

  • Tests: Support ssl in ReflectorFactory by @staabm in #626

Full Changelog: 0.2.75...0.2.76

0.2.75

30 Jul 09:18
812b436
Compare
Choose a tag to compare

What's Changed

  • Make query in SchemaHashMysql independent from internal sorting by @staabm in #608

Internals

New Contributors

Full Changelog: 0.2.74...0.2.75

0.2.74

27 Jun 13:59
1bd0de3
Compare
Choose a tag to compare

What's Changed

  • Support wrapping a RecordingReflector in LazyQueryReflector by @staabm in #607

Full Changelog: 0.2.73...0.2.74