We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba3133 commit 7c1e15bCopy full SHA for 7c1e15b
ext/tiny_tds/client.c
@@ -362,7 +362,7 @@ static VALUE rb_tinytds_connect(VALUE self, VALUE opts) {
362
if (use_utf16 == Qfalse) { DBSETLUTF16(cwrap->login, 0); }
363
#else
364
if (use_utf16 == Qtrue || use_utf16 == Qfalse) {
365
- rb_warn("TinyTds: Please consider upgrading to FreeTDS 1.0 for better unicode support.\n");
+ rb_warning("TinyTds: Please consider upgrading to FreeTDS 0.99 or higher for better unicode support.\n");
366
}
367
#endif
368
0 commit comments