Skip to content

Commit

Permalink
Added support for Trilogy
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 14, 2023
1 parent 9b33b70 commit 9f580c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
- Switched to Mapbox GL for maps (this affects Mapbox billing)
- Support for AnomalyDetection.rb is no longer experimental
- Added support for maps from GeoJSON
- Added support for Trilogy
- Fixed `async` option
- Fixed run now button for cached queries
- Dropped support for Ruby < 3 and Rails < 6.1
Expand Down
2 changes: 1 addition & 1 deletion lib/blazer/adapters/sql_adapter.rb
Expand Up @@ -233,7 +233,7 @@ def redshift?
end

def mysql?
["MySQL", "Mysql2", "Mysql2Spatial"].include?(adapter_name)
["MySQL", "Mysql2", "Mysql2Spatial", "Trilogy"].include?(adapter_name)
end

def sqlite?
Expand Down

0 comments on commit 9f580c9

Please sign in to comment.