adhoq icon indicating copy to clipboard operation
adhoq copied to clipboard

Rails engine to generate instant reports from adhoc SQL query.

Results 12 adhoq issues
Sort by recently updated
recently updated
newest added

Documentation for the query parameters feature.

Does this project have the ability to prevent destructive queries? (insert/update/drop etc)

We can introduce system spec instead of feature spec with polterguist. phantomjs was already archived. https://github.com/ariya/phantomjs

Hi. I'd like to add basic completion support. ![selection_166](https://user-images.githubusercontent.com/43346/38347915-5c5827a0-38d9-11e8-95cc-472875fca808.png)

ref #123 add following configuration for csv. - csv column separator :: Adhoq.config.csv_column_separator - csv row separator :: Adhoq.config.csv_row_separator

Is there a way to scope the tables by default, e.g. append a where to every query that is submitted so select statements are applied only to data related to...

cf. #40 this PR separates gem into `adhoq-core` and `adhoq-rails` `adhoq-core` has only SQL Execution and Reporting Library. `adhoq-rails` has Rails Engine and depends on `adhoq-core` And `adhoq` is aggregation...

https://github.com/esminc/adhoq/pull/70#discussion_r38904370

Rails-3.2 and Rails-4.2 (ActiveJob) test case is unstable. But I cannot recreate this probrem on my machine. :disappointed:

Hi. After trying to mount this and use it in a project, I get this error: "NoMethodError at /q/1 undefined method `human' for #" The issue is in line 29...