Module: Sequel
- Defined in:
- lib/friendly/sequel_monkey_patches.rb
Overview
Out of the box, Sequel uses IS TRUE/FALSE for boolean parameters This prevents MySQL from using indexes.
This patch fixes that.
Defined Under Namespace
Modules: SQL
Out of the box, Sequel uses IS TRUE/FALSE for boolean parameters This prevents MySQL from using indexes.
This patch fixes that.
Modules: SQL