MCPcopy Create free account
hub / github.com/SOCI/soci / enable_std_char_padding

Method enable_std_char_padding

tests/sqlite3/test-sqlite3.cpp:1164–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected