lib/hsql/query.rb in hsql-0.3.7 vs lib/hsql/query.rb in hsql-0.3.8

- old
+ new

@@ -11,10 +11,10 @@ end end # Show the parsed query as reconstructed SQL def to_s - PgQuery.deparse ast + PgQuery::Deparse.from ast end alias_method :to_sql, :to_s end end