9 Commits

Author SHA1 Message Date
Michal Sniatala
6cbbf601b0
fix: handling binary data for prepared statement (#9337)
* fix prepare statement sqlite

* fix prepare statement postgre

* fix prepare statement sqlsrv

* fix prepare statement oci8

* tests

* abstract isBinary() method

* fix prepare statement mysqli

* fix prepare statement oci8

* sqlsrv blob support

* fix tests

* add changelog

* fix rector

* make sqlsrv happy

* make oci8 happy - hopefully

* add a note about options for prepared statement

* ignore PreparedQueryTest.php file

* apply code suggestion for oci8
2024-12-27 08:14:06 +01:00
John Paul E. Balandan, CPA
b679711915
Depend on main config 2024-07-09 12:58:32 +08:00
John Paul E. Balandan, CPA
e9f3369151
Remove already effective CS rules 2024-07-09 12:45:03 +08:00
John Paul E. Balandan, CPA
737846eea1
enable ordered_attributes 2024-05-08 00:05:19 +08:00
John Paul E. Balandan, CPA
fe997e4104
Enable php_unit_attributes 2024-05-05 23:09:04 +08:00
kenjis
7914f81ec5
Merge pull request #8754 from paulbalandan/modernize-strpos
style: enable modernize_strpos
2024-04-19 07:53:29 +09:00
John Paul E. Balandan, CPA
acdbc5dd0f
style: enable modernize_strpos 2024-04-15 20:57:47 +08:00
John Paul E. Balandan, CPA
82ece196f1
chore: Reverts disabling custom fixers for PHP 7.4 2024-04-15 20:51:19 +08:00
kenjis
cc5eec1643
chore: add php-cs-fixer config for tests 2024-04-10 11:33:24 +09:00