Navigation Menu

Skip to content

Commit

Permalink
Functionality for fixing rs column types. Access needs that in catalog
Browse files Browse the repository at this point in the history
functions while linking external ODBC table.
Our catalo functions + SQLGetTypeInfo return all integer fields as int,
while many of them are smallint. MariaDB/MySQL do not allow to cast to
short, thus needed to add some client side magic. Access gets those data
as SQL_C_DEFAULT type, and yilds error if retrned data length differs from
default size(even though standard does not require to return it for fixed
length types).
  • Loading branch information
lawrinn committed Aug 11, 2015
1 parent 51c95a7 commit b93bc66
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 140 deletions.

0 comments on commit b93bc66

Please sign in to comment.