We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0526a76 commit ca3533aCopy full SHA for ca3533a
1 file changed
SQLitePCL.pretty/Statement.cs
@@ -127,7 +127,6 @@ public static IEnumerable<IReadOnlyList<IResultSetValue>> Query(this IStatement
127
return new DelegatingEnumerable<IReadOnlyList<IResultSetValue>>(() =>
128
{
129
This.Reset();
130
- This.ClearBindings();
131
return This;
132
});
133
}
0 commit comments