>>
Unexpected method call prepareStatement("SELECT AGE FROM CUSTMR WHERE ID = 3", 1003, 1007):
prepareStatement("SELECT AGE FROM CUSTMR WHERE ID = 3"): expected: 1, actual: 0
<<
When you mock...
Type: Posts; User: Mario Briggs; Keyword(s):
>>
Unexpected method call prepareStatement("SELECT AGE FROM CUSTMR WHERE ID = 3", 1003, 1007):
prepareStatement("SELECT AGE FROM CUSTMR WHERE ID = 3"): expected: 1, actual: 0
<<
When you mock...
thanks for opening an issue on the issue tracker. I added a comment there.
https://jira.springframework.org/browse/SESQLJ-1
For these existing SQLJ applications were u already using SQLJTemplate? or you are moving these existing applications to Spring ?
I cannot commit that i can spend time on this since as i mentioned...
Since you are on DB2, I am assuming you want to reap the benefits of DB2 Static SQL. IF it is something else, let me know.
For DB2, the new push for this is pureQuery -...
I agree about a, not sure about b & c. Which Database are you using it with. Oracle or DB2? Honestly, i have never seen much usage of this or folks are using it without me knowing about this. If you...
Hi Amit,
like any opensource project, it is active as long as there are users using it and have a need for it. I would be interested in hearing your usage.
thanks
Mario
Its now an incubation spring extension project - http://www.springsource.org/extensions/se-sqlj
Hi Saravanan,
you need to use the SQLJ translator to generate the .java file from the .sqlj file. The translator unfortunately is shipped by the database vendor (IBM & oracle that i am aware of),...