noahheck / E_PDOStatement

Drop in replacement for default PHP PDOStatement class allowing devs to view an interpolated version of a parameterized query
Other
51 stars 13 forks source link

Adding support for NULL values #9

Closed colshrapnel closed 8 years ago

colshrapnel commented 8 years ago

Both mysqli and PDO will bind NULL values as SQL NULLs.