Releases: radsectors/sqlshim
Releases · radsectors/sqlshim
damask
[0.0.10] - 2016-11-23
Added
get_field()
- Legit error now logged for invalid
configure()
andget_config()
parameters.
Changed
- Improved error logging. Maybe. I hope?
- Renamed some internal functions.
- Some PHPTYPE_* functions needed to be updated.
- Began deprecating odbc bits.
Fixed
- ServerName:Port parsing.
calico
[0.0.9] - 2016-09-25
Added
configure()
andget_config()
functions.- client info for dblib.
Chanaged
init()
is now called automatically byglobals.php
which is now autoloaded via composer. This will affect users who are using custom init config options as well as those whoinclude()
manually.- improved
server_info()
- cleaned up some unnecessary static vars.
Removed
- ODBC config options. they were never used or tested anyway.