class Flor::DummySequelAdapter
Constants
- DB
-
DJV
Public Class Methods
Source
# File lib/flor/unit/models.rb, line 12 def initialize(opts) @opts = opts @db = Db.new @cache = {} # necessary for Sequel >= 4.42.0 end
Public Instance Methods
Source
# File lib/flor/unit/models.rb, line 18 def fetch_rows(sql); yield([]); end
Source
# File lib/flor/unit/models.rb, line 21 def typecast_value_boolean(opts={});true;end
DJV
add missing methods from dummy adaptor