[Tile-serving] [openstreetmap/osm2pgsql] Make the Lua add_row() functions 2nd parameter optional (#1290)
Jochen Topf
notifications at github.com
Wed Oct 14 08:06:11 UTC 2020
For tables without geometry column, this allows writing
some_table:add_row() in addtion to some_table:add_row({}) or
some_table:add_row{} which makes it a tiny bit more usable.
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/osm2pgsql/pull/1290
-- Commit Summary --
* Make the Lua add_row() functions 2nd parameter optional
-- File Changes --
M src/output-flex.cpp (27)
M tests/data/test_output_flex_types.lua (2)
-- Patch Links --
https://github.com/openstreetmap/osm2pgsql/pull/1290.patch
https://github.com/openstreetmap/osm2pgsql/pull/1290.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1290
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201014/2f5d6030/attachment-0001.htm>
More information about the Tile-serving
mailing list