Skip to content

0.1.6

Choose a tag to compare

@staabm staabm released this 12 Jan 09:03
· 467 commits to main since this release
6bc277e

Major Feautures

  • MariaDB is now supported
  • via RuntimeConfiguration you can enable a debugMode which leads to more information, in case of errors
  • SyntaxErrorInPreparedStatementMethodRule can now be used with PreparedStatement objects __construct():
services:
	-
		class: staabm\PHPStanDba\Rules\SyntaxErrorInPreparedStatementMethodRule
		tags: [phpstan.rules.rule]
		arguments:
			classMethods:
				- 'staabm\PHPStanDba\Tests\Fixture\PreparedStatement::__construct'

What's Changed

  • typo by @staabm in #80
  • Update README.md by @staabm in #81
  • Fix RecordingQueryReflector to work phpstan and phpunit in tandem by @staabm in #82
  • fix cs by @staabm in #83
  • added multi line query test by @staabm in #86
  • added mariadb coverage to github actions by @staabm in #84
  • output simulated query on syntax errors when in debug-mode by @staabm in #85
  • support prepared statement analysis of construct()-methods in SyntaxErrorInPreparedStatementMethodRule by @staabm in #88

Full Changelog: 0.1.5...0.1.6