core_sql.rb

Path: lib/sequel/core_sql.rb
Last Update: Tue Aug 10 17:01:06 -0600 2010

Sequel extends the Array class to add methods to implement the SQL DSL. Most of these methods require that the array not be empty and that it must consist solely of other arrays that have exactly two elements.

[Validate]