# File lib/tapkit/access/sql.rb, line 637 def sql_for_date( date ) if date.nil? then 'NULL' else date.to_s end end