Torque, Derby and unit tests

2014-08-17 Thread Graham Leggett
Hi all, I am trying to test some torque code against an in-memory derby database, and am running into a chicken-and-egg situation with respect to the database schema. When the torque code runs it assumes the database has had a schema loaded, which in the case of the in-memory derby database

Re: Torque, Derby and unit tests

2014-08-17 Thread Thomas Fox
In case you are trying to run the test project, have you tried adding add -DonSqlError=continue to your maven command line ? If not, you have to execute the SQL manually. Something like the following usually does the trick. try { String driverClassName = ...;

[jira] [Commented] (TORQUE-320) GroupBy adds columns to the select clause

2014-08-17 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100054#comment-14100054 ] Thomas Vandahl commented on TORQUE-320: --- My point just was that I remember