| Class | DBI::DBD::SQLite |
| In: |
lib/dbd/SQLite.rb
|
| Parent: | Object |
| VERSION | = | "0.1.1" |
| DESCRIPTION | = | "SQLite 2.x DBI DBD" |
Validates that the SQL has no literal NUL characters. (ASCII 0)
SQLite apparently really hates it when you do that.
It will raise DBI::DatabaseError should it find any.