ext/tiny_tds/result.h in tiny_tds-0.2.0 vs ext/tiny_tds/result.h in tiny_tds-0.2.1

- old
+ new

@@ -1,8 +1,10 @@ #ifndef TINYTDS_RESULT_H #define TINYTDS_RESULT_H +typedef tds_sysdep_int64_type DBBIGINT; /* Missing in sybdb.h ?!?! */ + void init_tinytds_result(); VALUE rb_tinytds_new_result_obj(DBPROCESS *c); typedef struct { DBPROCESS *client;