Exception: LowCardTables::Errors::LowCardUnsupportedDatabaseError

Inherits:
LowCardError
  • Object
show all
Defined in:
lib/low_card_tables/errors.rb

Overview

Raised when you try to use low_card_tables with a database that isn’t supported. It’s very easy to support new databases; you just have to teach the RowManager how to obtain an exclusive table lock on your type of database.