lib/sqlpostgres/PgWrapper.rb in sqlpostgres-1.2.6 vs lib/sqlpostgres/PgWrapper.rb in sqlpostgres-1.3.0

- old
+ new

@@ -1,5 +1,5 @@ -require 'sqlpostgres/PgType' +require File.expand_path('PgType', File.dirname(__FILE__)) module SqlPostgres # This PgType is the base class of wrapper types that are merely # wrappers around String. Its purpose is to identify the type of