diff options
Diffstat (limited to 'sqlite.zig')
| -rw-r--r-- | sqlite.zig | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -1742,9 +1742,6 @@ pub const DynamicStatement = struct { | |||
| 1742 | } | 1742 | } |
| 1743 | }, | 1743 | }, |
| 1744 | .Pointer => |PointerTypeInfo| { | 1744 | .Pointer => |PointerTypeInfo| { |
| 1745 | // TODO support other pointer types | ||
| 1746 | std.debug.assert(PointerTypeInfo.size == .Slice); | ||
| 1747 | |||
| 1748 | switch (PointerTypeInfo.size) { | 1745 | switch (PointerTypeInfo.size) { |
| 1749 | .Slice => { | 1746 | .Slice => { |
| 1750 | for (values) |value_to_bind, index| { | 1747 | for (values) |value_to_bind, index| { |