Closed bpintea closed 5 years ago
This is an SQL implementation issue, not necessarily ODBC specific. On the low chance that the driver would be used as client for a developing application, the developer would need to check server's data types anyways, in which case the overlap would become relevant there.
The
IP
datatype uses currently the same ID astext
/keyword
. This prevents a client from explicitly specifying a value asIP
and not justtext
. Note this limitation, should any developer actually consider using the ODBC API over REST. Same for geo types, if they will re-usetext
/keyword
ID.