| 1162 | } |
| 1163 | |
| 1164 | bool enable_std_char_padding(soci::session&) const override |
| 1165 | { |
| 1166 | // SQLite does not support right padded char type. |
| 1167 | return false; |
| 1168 | } |
| 1169 | |
| 1170 | std::string sql_length(std::string const& s) const override |
| 1171 | { |
nothing calls this directly
no outgoing calls
no test coverage detected