mpeppler / DBD-Sybase

Sybase driver for perl's DBI module
8 stars 3 forks source link

bugfix for undefined CS_BIGTIME_TYPE #111

Closed onokhov closed 3 years ago

onokhov commented 3 years ago

compilation error fixed, when CS_BIGTIME_TYPE is not defined

dbdimp.c: In function ‘time2str’: dbdimp.c:5394:31: error: ‘union ’ has no member named ‘bt’; did you mean ‘bi’? 5394 | value = &colData->value.bt; | ^~ | bi

mpeppler commented 3 years ago

Thanks!