h3-pg
h3-pg copied to clipboard
Align SQL naming with DuckDB
It would be nice to align SQL binding function naming across dialects.
See https://github.com/uber/h3/pull/1005#discussion_r2074656959.
This PR alters function names containing lat_lng to latlng through a soft-deprecation warning.
Closes #175
@Komzpa if it is not too much to ask, could you test this upgrade on one of your projects? I've tried to make sure existing projects don't break, but only raise a deprecation warning. But I would like to double-check :-)
Hi @zachasme, @Komzpa asked me to test this PR. It looks good — will run some checks and report back with the results.
Hi @zachasme, I did some tests and for me everything works as expected. I see only warnings.
That's reassuring, thank you for taking the time to test this :+1: I'll try to fix the last tests and wrap up a release soon