Skip to content

Commit ca3533a

Browse files
committed
Don't clear bindings when calling query().
1 parent 0526a76 commit ca3533a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SQLitePCL.pretty/Statement.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public static IEnumerable<IReadOnlyList<IResultSetValue>> Query(this IStatement
127127
return new DelegatingEnumerable<IReadOnlyList<IResultSetValue>>(() =>
128128
{
129129
This.Reset();
130-
This.ClearBindings();
131130
return This;
132131
});
133132
}

0 commit comments

Comments
 (0)