James A. Hillyerd wrote: >You could post a simple test case with a create table statement (using >SQL92 datatypes), some inserts and a couple group by/having queries. >Ideally the queries would be ones generated with your new patches, or at >least how you expect they would be generated. > >We could all test it on our respective databases, and report back to >you. > >What do you think? > Sounds good. Just confirm for me what we mean by SQL92 datatypes.
Also, I'm not sure what format the create table statement should take in the test class. I mean I've got the table creation sql that torque generated, but I'm not sure how to call that from within a test class. [quickly looks at build.xml] It looks like the ant sql command is used to execute this sql when torque starts up. You want the table creation , inserts, queries etc., in the test class as Strings that are just executed against the database? CHEERS> SAM p.s. is it bad to be posting this to both turbine-dev and turbine-torque-dev? Do we have a policy on where these things should be discussed? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
