Re: [dbutils] Add loading from SQL files to QueryLoader

2014-09-06 Thread Alex
DBUTILS-120 On 05/09/14 21:21, Gary Gregory wrote: The way to go here is to create a Jira and attach a patch with unit tests. Gary On Fri, Sep 5, 2014 at 1:01 PM, Alex wrote: Hello, It is pretty convenient to work with queries in a sql

Re: [dbutils] Add loading from SQL files to QueryLoader

2014-09-05 Thread Gary Gregory
The way to go here is to create a Jira and attach a patch with unit tests. Gary On Fri, Sep 5, 2014 at 1:01 PM, Alex wrote: > Hello, > It is pretty convenient to work with queries in a sql file: it can be > loaded into SQL client (e.g. SQuirrel) and queries can be tested by by > selecting/run

[dbutils] Add loading from SQL files to QueryLoader

2014-09-05 Thread Alex
Hello, It is pretty convenient to work with queries in a sql file: it can be loaded into SQL client (e.g. SQuirrel) and queries can be tested by by selecting/running them; you get SQL syntax highlighting and you can save from SQL client directly to your project resources directory as you work