oculus icon indicating copy to clipboard operation
oculus copied to clipboard

Oculus is a social SQL client for business intelligence.

Results 5 oculus issues
Sort by recently updated
recently updated
newest added

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...