question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CIDR data type support in map marker - Spatial view (Postgresql)

See original GitHub issue

Is your feature request related to a problem? Please describe. Postgresql-native CIDR data type is not shown as a string when showing result row in the Spatial view

Describe the solution you’d like the native CIDR data type should be rendered as “192.168.1.0/24” and not has [object Object]

Describe alternatives you’ve considered None

Additional context The subnet column (Postgresl native cidr type) is not shown here in human-readable form image

image

Simple test case

CREATE EXTENSION IF NOT EXISTS postgis;
SELECT cidr('192.168.1.0/24') AS mycidr, 'Is this CIDR looking human readable?' AS mylabel, ST_SetSRID(ST_MakePoint(-71.1043443253471, 42.3150676015829),4326) AS myloc

Click on the blue dot in the Spatial view of the results tab to see marker view showing [object Object]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
s8mathurcommented, Feb 9, 2022

How amazing are you folks! Thanks for the user love.

1reaction
uslsscommented, Feb 10, 2022

verified

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation: 15: 8.9. Network Address Types - PostgreSQL
PostgreSQL offers data types to store IPv4, IPv6, and MAC addresses, ... When sorting inet or cidr data types, IPv4 addresses will always...
Read more >
PostgreSQL data types supported in ArcGIS—Help
Specific PostgreSQL data types can be accessed and edited from ArcGIS ... PostgreSQL data types (if any) map to the ArcGIS data type...
Read more >
Mapping External DB Data Types to OutSystems Data Types
When connecting to external databases, OutSystems maps the external DB Data Types into OutSystems Data Types as follows: ...
Read more >
The jOOQ Release Note History
The jooq-postgres-extensions module, which contained support for the HSTORE type, ... #13248, Amend manual sections about data types (XML, Spatial, JSON).
Read more >
Using Oracle GoldenGate for Heterogeneous Databases
Non-Supported PostgreSQL Data Types. 15-3. 15.3. Supported Objects and Operations for ProtgreSQL. 15-4. 15.3.1. Tables and Views.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found