diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -117,7 +117,7 @@ Here are the rules for bind parameters: | |||
| 117 | * `[]const u8`, `[]u8` or any array of `u8` is treated as a `TEXT`. | 117 | * `[]const u8`, `[]u8` or any array of `u8` is treated as a `TEXT`. |
| 118 | * The custom `sqlite.Bytes` type is treated as a `TEXT` or `BLOB`. | 118 | * The custom `sqlite.Bytes` type is treated as a `TEXT` or `BLOB`. |
| 119 | 119 | ||
| 120 | Here are the resules for resultset rows: | 120 | Here are the rules for resultset rows: |
| 121 | * `INTEGER` can be read into any Zig `Int` provided the data fits. | 121 | * `INTEGER` can be read into any Zig `Int` provided the data fits. |
| 122 | * `REAL` can be read into any Zig `Float` provided the data fits. | 122 | * `REAL` can be read into any Zig `Float` provided the data fits. |
| 123 | * `TEXT` can be read into a `[]const u8` or `[]u8`. | 123 | * `TEXT` can be read into a `[]const u8` or `[]u8`. |