Skip to content

Commit 7c1e15b

Browse files
authored
Update client.c
1 parent cba3133 commit 7c1e15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tiny_tds/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ static VALUE rb_tinytds_connect(VALUE self, VALUE opts) {
362362
if (use_utf16 == Qfalse) { DBSETLUTF16(cwrap->login, 0); }
363363
#else
364364
if (use_utf16 == Qtrue || use_utf16 == Qfalse) {
365-
rb_warn("TinyTds: Please consider upgrading to FreeTDS 1.0 for better unicode support.\n");
365+
rb_warning("TinyTds: Please consider upgrading to FreeTDS 0.99 or higher for better unicode support.\n");
366366
}
367367
#endif
368368

0 commit comments

Comments
 (0)