lib/hsql/query.rb in hsql-0.4.0 vs lib/hsql/query.rb in hsql-0.4.1

- old
+ new

@@ -13,8 +13,8 @@ # Show the parsed query as reconstructed SQL def to_s PgQuery::Deparse.from ast end - alias_method :to_sql, :to_s + alias to_sql to_s end end