Sha256: 58b680e222cd9061fbcf1d050f19856de798c8a3fe1744091b728b491e2cefb5
Contents?: true
Size: 335 Bytes
Versions: 13
Compression:
Stored size: 335 Bytes
Contents
#include <tiny_tds_ext.h> #ifndef DBVERSION_73 #error "DBVERSION_73 is not defined. Aborting compilation." #endif VALUE mTinyTds, cTinyTdsError; void Init_tiny_tds() { mTinyTds = rb_define_module("TinyTds"); cTinyTdsError = rb_const_get(mTinyTds, rb_intern("Error")); init_tinytds_client(); init_tinytds_result(); }
Version data entries
13 entries across 13 versions & 1 rubygems