-
3.5.3 Stable
released this
2024-12-20 11:59:34 +01:00 | 14 commits to master since this releaseDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
3.5.2 Stable
released this
2024-09-25 15:31:14 +02:00 | 15 commits to master since this releaseWhat's Changed
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
3.5.1 Stable
released this
2024-02-26 13:51:52 +01:00 | 22 commits to master since this releaseWhat's Changed
- Reset definers when a new query starts with
for()by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/35
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.5.0...3.5.1
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Reset definers when a new query starts with
-
3.5.0 Stable
released this
2024-02-14 12:01:03 +01:00 | 23 commits to master since this releaseWhat's Changed
- Add executor for DELETE statements by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/34
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.4.0...3.5.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
3.4.0 Stable
released this
2024-02-14 10:15:24 +01:00 | 24 commits to master since this releaseWhat's Changed
- INSERT specific columns by passing an assoc array to insert() by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/33
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.3.0...3.4.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
3.3.0 Stable
released this
2024-01-12 13:24:04 +01:00 | 25 commits to master since this releaseWhat's Changed
- Nitfixes for README doc by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/30
- Pass
nullto definer methods to reset statements by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/31 - Second argument instead of array for
LIMIT``OFFSETby @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/32
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.2.1...3.3.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
3.2.1 Stable
released this
2024-01-08 14:30:51 +01:00 | 28 commits to master since this releaseWhat's Changed
- Convert boolean values to MySQL TINYINT by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/28
- Fix return types for executor methods by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/29
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.2.0...3.2.1
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
3.2.0 Stable
released this
2024-01-08 13:14:28 +01:00 | 30 commits to master since this releaseWhat's Changed
- Return
mysqli_resultfrom executor methods by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/27
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.1.7...3.2.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Return
-
3.1.7 Stable
released this
2023-12-31 17:33:59 +01:00 | 31 commits to master since this releaseWhat's Changed
- Fix issue with filter value
nullinwhere()method by @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/26
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.1.6...3.1.7
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Fix issue with filter value
-
3.1.6 Stable
released this
2023-12-26 12:42:23 +01:00 | 32 commits to master since this releaseWhat's Changed
- Type coercion to list array for params in
DatabaseDriverby @VictorWesterlund in https://github.com/VictorWesterlund/php-libmysqldriver/pull/25
Full Changelog: https://github.com/VictorWesterlund/php-libmysqldriver/compare/3.1.5...3.1.6
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Type coercion to list array for params in