diff options
Diffstat (limited to 'vtab.zig')
| -rw-r--r-- | vtab.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1064,7 +1064,7 @@ const TestVirtualTable = struct { | |||
| 1064 | 1064 | ||
| 1065 | // | 1065 | // |
| 1066 | 1066 | ||
| 1067 | builder.id.str = builder.id_str_buffer.toOwnedSlice(); | 1067 | builder.id.str = try builder.id_str_buffer.toOwnedSlice(); |
| 1068 | builder.estimated_cost = 200; | 1068 | builder.estimated_cost = 200; |
| 1069 | builder.estimated_rows = 200; | 1069 | builder.estimated_rows = 200; |
| 1070 | 1070 | ||