Raphael Fourdrilis
Raphael Fourdrilis
Alright, I'll try that right now, thanks. In the meantime, I see a guy solved the problem by updating the jdbc driver; could it be done easily from my end...
No luck with PostgresSql 9.6 and Postgis 2.3 :( From the interface: ``` Error : An error occurred when processing GeonamesCountryImporter : An error occurred when processing countryInfo.txt : An...
Yeah sorry I forgot to mention: The original bug is gone, with postgres 9.6 and postgis 2.3. This is indeed a different bug. I'm trying to change the driver right...
Trying that right now with latest versions of each jar from maven.
Whoopteedoo! Postgresql 10.3, Postgis 2.4, Oracle JDK 8 seems to work! The import went further than ever before, so I'm going to say it is resolved. What I changed: I...
Hi! What's the status of this? I'm encountering pretty much all caveats mentioned here: - Teal tabpane in a dark-orange theme -> not great - Purple table views -> not...
I've managed to get something somewhat decent with this root style. I'm using kotlin with tornadofx and jfoenix 9 (and kfoenix but I don't think it changes anything here) ```kotlin...
Yes, of course: Let's say I need to move the contents of a column to another table in a new column: ```csharp #region V1 public class OldPerson { public long...