Conversation
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
|
Hi, thanks for the PR! You can fix formatting problems by running: Though I am not sure that adding |
|
Greetings! Thank you for your feedback. I have applied the formatter. On the implementation:
I agree with you that the need for the de-serializer is sub-optimal. But in my understanding, there are only two options:
As far as I see, Option 1) was worse because you either reinvent the wheel or start depending on 3rd party libraries like JTS. |
I meant some kind of intermediate code like I will follow-up on this after |
|
Warm reminder please, when can we discuss this? Its a big deal breaker for working with DuckDB/Spatial and SQL Tools. |
|
I don't think the failing CI is on me since I did not touch any of those parts. Please advise, thank you! |
|
I've filed #320 in attempt to fix #298. It effectively restores the old behaviour (the one before #168) for PS: Thanks for the pointer on failing timezone tests - I've pushed the fix separately. |
|
Closing this as superseded by #320. |
Greetings!
This fixes the
ResultSet.getString()method forGEOMETRYand fixes #298:since 1.2.2 was shown as:
now with the deserialization applied it becomes again
(Beside that I fixed two
TIMEZONErelated tests that would not work in other timezones (e.g. failed when system timezone isASIA/BANGKOK).