Skip to content

1.5

Choose a tag to compare

@dedmen dedmen released this 07 Jul 16:15
· 19 commits to master since this release
8a31c38

Fixed binding null values on async query not working
Fixed handling of null values in result (would show the previous value of same column in a row where value is null)
Better handling and error reporting for bindValues (Throws error if invalid type was passed, and automatically converts array to string internally)
Added dbNull type (https://intercept-database.readthedocs.io/en/latest/api/results.html#dbnull)