Note that there are some explanatory texts on larger screens.

plurals
  1. USkael
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COFound some more helpful info [here](http://apidock.com/rails/ActiveRecord/ConnectionAdapters/AbstractMysqlAdapter/emulate_booleans/class): You can disabled boolean interpretation altogether by setting `ActiveRecord::ConnectionAdapters::Mysql2Adapter.emulate_booleans = false` in `config/application.rb`. However, they don't mention that you also have to explicitly require `active_record/connection_adapters/mysql2_adapter` in application.rb, so make sure not to miss that! See [this post](http://stackoverflow.com/questions/10038665/how-do-i-turn-off-tinyint-boolean-emulation-in-rails-3-2-2).
      singulars
    2. COThat "More Follow-up" section was indeed what I was looking for. My bad for missing it the first time I saw that post. As I stated in my comment to the original question, "modern" was meant to imply a solution that utilizes built-in optimizations for a task that I perceive, at least, to be increasingly prevalent. This appears to be it.
      singulars
    3. COSorry, I didn't mean to be disdainful with my terminology. By "modern" I simply meant that at the time of most of the 2011 writings, the mysql spatial extensions were still in in active development according to most of the posts I read. However, I haven't found any writings about functions that appear to have been implemented since then. "Modern" is important to me from a performance perspective. Rather than crunching a complex function for each row, I'd like to use an index that someone (smarter than me) has designed specifically for the purpose.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload