First page Back Continue Last page Overview Text

Notes:


Ruby's nil object is similar to Lisp's nil or python's None, and it's the most similar ruby object to SQL's NULL.

If you return rows with SQL NULL values, Sequel uses ruby nil values to represent them.