# File lib/amalgalite/database.rb, line 358 def first_value_from( sql, *bind_params ) return first_row_from( sql, *bind_params).first end