diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -135,7 +135,7 @@ For queries which return data you have multiple options: | |||
| 135 | All these methods take a type as first parameter. | 135 | All these methods take a type as first parameter. |
| 136 | 136 | ||
| 137 | The type represents a "row", it can be: | 137 | The type represents a "row", it can be: |
| 138 | * a struct where each field maps to the corresponding column in the resultset (so field 0 must map to field 1 and so on). | 138 | * a struct where each field maps to the corresponding column in the resultset (so field 0 must map to column 1 and so on). |
| 139 | * a single type, in that case the resultset must only return one column. | 139 | * a single type, in that case the resultset must only return one column. |
| 140 | 140 | ||
| 141 | Not all types are allowed, see the section "Bind parameters and resultset rows" for more information on the types mapping rules. | 141 | Not all types are allowed, see the section "Bind parameters and resultset rows" for more information on the types mapping rules. |