Class ResultSet
In: lib/squish.rb
Parent: Array

require ‘dbi‘

Methods

html_report   match   new   vars   vars=  

Attributes

debug_report  [RW] 
query  [RW] 

Public Class methods

Public Instance methods

match this result set against another, returning a 3rd examine their associated queries to determine column to join on

  • tests should make sure that calling result2.match(result1) gets same results

[Validate]