We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4c05c + 56e5749 commit 792e290Copy full SHA for 792e290
1 file changed
ext/sqlite3/statement.c
@@ -107,11 +107,7 @@ static VALUE step(VALUE self)
107
108
if(ctx->done_p) return Qnil;
109
110
- {
111
- VALUE db = rb_iv_get(self, "@connection");
112
- rb_funcall(db, rb_intern("encoding"), 0);
113
- internal_encoding = rb_default_internal_encoding();
114
- }
+ internal_encoding = rb_default_internal_encoding();
115
116
stmt = ctx->st;
117
0 commit comments