Andrew Crookston
Andrew Crookston
Addresses #215. This is maybe not the best solution (not DRY) but with the code below we've seen swift type checking times go down from 8800ms+ to 39ms (example at...
Try this query: ``` sql set @now = (select convert_tz(now(), '-07:00', '-0:00')); set @newest_date = (select date_add(@now, interval -18 hour)); ``` Notice the MySQL server will respond with: > Problem!...
For example if the connection fails or the server isn't there anymore the UI should stop showing "Executing query" and report an error.
Is this on purpose or a bug? Detail page says: Starred at: [empty] and Starred page doesn't show a timestamp either.
If i tab away from the tab containing Oculus it would be nice to have an indicator show up to tell me the query has completed. A couple of suggestions:...
It's nice to be able to run queries quickly and experiment with the sql but after i create the sql query i want I'd like to save it right then...
Would be nice to support i18n and other languages. Devise solves this with: ``` flash[:alert] = I18n.t("devise.failure.already_authenticated") ```