Skip to content

Releases: staabm/phpstan-dba

0.2.55

06 Jan 19:53
af71a9e

Choose a tag to compare

Improvements

Enable it via RuntimeConfiguration:

$config = new RuntimeConfiguration();
$config->analyzeWriteQueries(true);

requires transaction support in db schema and db driver

Full Changelog: 0.2.54...0.2.55

0.2.54

14 Dec 19:45
246281f

Choose a tag to compare

Features

Improvements

What's Changed

Full Changelog: 0.2.53...0.2.54

0.2.53

02 Dec 17:47

Choose a tag to compare

  • fix ReplayAndRecordingQueryReflector to report consistent results with RecordingReflector

Full Changelog: 0.2.52...0.2.53

0.2.52

21 Nov 09:10

Choose a tag to compare

  • work arround PHPStorm integration issues which lead to useless cache-files. phpstan-dba should be run across the whole project

Full Changelog: 0.2.51...0.2.52

0.2.51

03 Nov 08:14

Choose a tag to compare

What's Changed

  • prevent Query error: Incorrect table name '' (1103). by @staabm in #456
  • fix fatal error on query reflection with AssignOp operators by @staabm in #450

Full Changelog: 0.2.50...0.2.51

0.2.50

01 Nov 19:31
209142a

Choose a tag to compare

What's Changed

Full Changelog: 0.2.49...0.2.50

0.2.49

29 Oct 13:29
7a1be1c

Choose a tag to compare

Improvements

  • fix fatal error on mysql error 1103 / incorrect table by @staabm in #447

What's Changed

Full Changelog: 0.2.48...0.2.49

0.2.48

10 Oct 11:01
7ce54d8

Choose a tag to compare

What's Changed

  • fix phpdoc parsing with whitespaces/contents after values by @staabm in #438

Full Changelog: 0.2.47...0.2.48

0.2.47

08 Oct 09:37

Choose a tag to compare

What's Changed

  • added mysqli::execute_query() support (php 8.2+ only) by @staabm in #430
  • support out-of-class MethodCalls in PhpDocUtil by @staabm in #436
  • support non-conditional @psalm-taint-escape sql by @staabm in #437

Full Changelog: 0.2.46...0.2.47

0.2.46

03 Oct 09:51
c280be4

Choose a tag to compare

What's Changed

Full Changelog: 0.2.45...0.2.46