v0.9.6 - 2024-04-22
- Add support to CodeIgniter 4.4.6.
v0.9.5 - 2023-12-26
- Documentation.
v0.9.4 - 2023-12-26
- Breaking Change. Upgrade dbtoolbar to v1.0.0 to make it usable.
v0.9.3 - 2022-01-22
- Breaking Change. Downgrade dbtoolbar to v0.9.4.
v0.9.2 - 2021-08-21
- Add placeholder name for bindings.
- Improved documentation.
- Add case insensitive parameter for
like()
method. - Add
whereRaw()
andorWhereRaw()
methods for non escaping where value. - Add
selectMax()
,selectMin()
,selectSum()
,selectCount()
andselectAvg()
methods.
numRows()
method toaffectedRows()
.
v0.9.1 - 2021-08-17
- Use CodeIgniter 4 database configuration style.
PdoIfx
config file.
v0.9.0 - 2021-08-16
- Initial pre-release.