jduo commented on issue #1906:
URL: https://github.com/apache/arrow-adbc/issues/1906#issuecomment-2153359204

   The type codes are based on JDBC Types constant and ODBC SQL_* types (which 
are usually the same) 
   
   There are a few cases where they aren't such as JDBC having ARRAY and ODBC 
having interval types.
   
   The xdbc_sql_data_type field differs in that it can store a 
database-specific type code to give a more specific type (for example a DECIMAL 
that is actually a currency vs. an arbitrary high precision number).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to