Closed nicolas-f closed 2 years ago
If I understand well this change is to update an existing table not to create a tiled grid ?
Don't forget to update the https://github.com/orbisgis/h2gis/blob/master/docs/CHANGELOG.md file
The test AscReaderDriverTest.testReadPrecipEnvelopePOSTGIS doesn't compile
@nicolas-f any plan to fix this PR ?
ping
I have in mind that the autocommit must be set to false to take full advantage of the batch mode especially with pg driver ? Am I wrong ? By the way, why the create table throws an error with this PR ?
So I restored autocommit(false) I had to change JDBCUtilities.isTableExists() because if you use this function into a Postgresql transaction, you will have to reopen a transaction if the table does not exists
Add feature in order to add multiple asc files into the same table
Asc files may be tiled, it is interesting to have a method to read all asc files into the same output table