felipenogueirajack
felipenogueirajack
Hi @sb230132, thanks for the comment. The deleteRow method is simple as possible - only creates a statement to delete the row, but here it is: ``` private void deleteRow(Connection...
@sb230132, if I understood correctly, the [Google Driver folder](https://drive.google.com/drive/folders/1YGeTJvqILGgfVb_RpIQ7yk_NSOekkfeb) have all the files I think you need. If you don't need to debug inside the java program, you can run...
It looks we have two different errors. The first was because the 'timescale_delete_error' database already existed and there is an attempt to create it. I updated the jar file and...
Are you using any IDE to help with it? In the most IDEs, like Eclipse or IntelliJ, it builds automatically for you. You can even execute the code through the...
> @felipenogueirajack can you please confirm if this issue is fixed for you in 2.11.0 and above versions? Hi, thanks for the reply. I'll try to test this in 2.11.0...