Skip to content

Releases: staabm/phpstan-dba

0.2.41

29 Jun 18:54
5533f24
Compare
Choose a tag to compare
  • added php 7.3 support by @staabm in #369
  • added mysql 5.7 support

Full Changelog: 0.2.40...0.2.41

0.2.40

09 Jun 14:32
6496fa9
Compare
Choose a tag to compare

What's Changed

  • prevent race conditions while writing cache file by @staabm in #406

Full Changelog: 0.2.39...0.2.40

0.2.39

09 Jun 12:09
5033cd6
Compare
Choose a tag to compare

What's Changed

  • improve compatibility with phpstan@bleedingEdge by @staabm in #404
  • added build job against phpstan@dev by @staabm in #403

Full Changelog: 0.2.38...0.2.39

0.2.38

08 Jun 10:07
a620e0e
Compare
Choose a tag to compare

What's Changed

  • don't analyse maybe existing data when QueryPlanAnalyzer::TABLES_WITHOUT_DATA by @staabm in #402

💌 Support phpstan-dba

Consider supporting the project, so we can make this tool even better even faster for everyone.

Full Changelog: 0.2.37...0.2.38

0.2.37

31 May 15:29
211334a
Compare
Choose a tag to compare

What's Changed

  • handle UnresolvableQueryException in *Extensions and while Query Plan Analysis by @staabm in #399

Full Changelog: 0.2.36...0.2.37

0.2.36

31 May 14:15
e1551a4
Compare
Choose a tag to compare

Improvements

  • support debugMode() in query plan analysis by @staabm in #398

What's Changed

  • improve rules test coverage for pdo-pgsql by @p4veI in #393
  • rules.md: document how to re-use QueryPlanAnalyzerRule by @staabm in #395
  • fix typo by @staabm in #397

Full Changelog: 0.2.35...0.2.36

0.2.35

27 May 14:20
10ee1d3
Compare
Choose a tag to compare

What's Changed

  • Query Plan Analysis: Reduce default numberOfRowsNotRequiringIndex to 0 by @staabm in #388

Full Changelog: 0.2.34...0.2.35

0.2.34

27 May 13:03
cde6423
Compare
Choose a tag to compare

What's Changed

  • Fix QueryPlanAnalyser with dynamic offset and limit params by @keulinho in #390

New Contributors

Full Changelog: 0.2.33...0.2.34

0.2.33

25 May 19:35
bec52f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.32...0.2.33

0.2.32

25 May 15:11
26db24e
Compare
Choose a tag to compare

New Features

  • Within your phpstan-dba-bootstrap.php file, you can optionally enable query plan analysis.
    When enabled, phpstan-dba will error when queries are not using indices or queries are inefficient.
    DEMO

What's Changed

Full Changelog: 0.2.31...0.2.32