Skip to content

Commit

Permalink
Remove info on binding char[] support.
Browse files Browse the repository at this point in the history
C-string support has been removed in SHA-1:25c704ac4cb7bb0135dabc2421a1281fb868a511.
Fixes #466
  • Loading branch information
mloskot committed Apr 30, 2016
1 parent 57db622 commit 5c14d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/exchange.md
Expand Up @@ -237,7 +237,7 @@ The following types are currently supported for use with `into` and `use` expres

* `char` (for character values)
* `short`, `int`, `unsigned long`, `long long`, `double` (for numeric values)
* `char*`, `char[]`, `std::string` (for string values)
* `std::string` (for string values)
* `std::tm``` (for datetime values)
* `soci::statement` (for nested statements and PL/SQL cursors)
* `soci::blob` (for Binary Large OBjects)
Expand Down

0 comments on commit 5c14d49

Please sign in to comment.