Re: [h2] Odd UUID to BOOLEAN conversion error

2021-01-21 Thread Caltinor
database. original statement for reference to my error. UPDATE MARKET_GLOBAL SET BUYER =? AND BUYER_NAME =? WHERE ID =? Correct UPDATE MARKET_GLOBAL SET BUYER =?, BUYER_NAME =? WHERE ID =? On Thursday, January 21, 2021 at 5:32:49 AM UTC-5 Caltinor wrote: > I am happy to try to create

Re: [h2] Odd UUID to BOOLEAN conversion error

2021-01-21 Thread Caltinor
I am happy to try to create a standalone test case, however that might be easier said than done. As I pointed out, I replicated the code in another method, used the same input variables, and the update statement worked. I do have another update statement that assigns a UUID that I suspect mi

[h2] Odd UUID to BOOLEAN conversion error

2021-01-20 Thread Caltinor
a new method ("test()") and replicated the code, then passed the same variables via this method and it worked. i then called the failing method within the same run instance and it failed. Here is my github with the class in reference: https://github.com/Caltinor/GnCLib/blob/main