Skip to content

Commit 5397b02

Browse files
committed
Merge branch 'master' of github.com:dazuma/activerecord-mysql2spatial-adapter
2 parents 05153d1 + c00713a commit 5397b02

File tree

1 file changed

+1
-0
lines changed
  • lib/active_record/connection_adapters/mysql2spatial_adapter

1 file changed

+1
-0
lines changed

lib/active_record/connection_adapters/mysql2spatial_adapter/arel_tosql.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module Arel
4040
module Visitors
4141

4242
class MySQL2Spatial < MySQL
43+
include Arel::Visitors::BindVisitor
4344

4445
FUNC_MAP = {
4546
'st_wkttosql' => 'GeomFromText',

0 commit comments

Comments
 (0)