lib/dbi/sql.rb in dbi-0.4.0 vs lib/dbi/sql.rb in dbi-0.4.1
- old
+ new
@@ -3,10 +3,9 @@
#
# parts extracted from Jim Weirichs DBD::Pg
#
require "dbi/utils"
-require "parsedate"
require "time"
module DBI
# the SQL package contains assistance for DBDs and generally will not be
# needed outside of them.