# File lib/dbd/SQLite.rb, line 58 58: def self.check_sql(sql) 59: # XXX I'm starting to think this is less of a problem with SQLite 60: # and more with the old C DBD 61: raise DBI::DatabaseError, "Bad SQL: SQL cannot contain nulls" if sql =~ /\0/ 62: end