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

Method boolean_table_creator

tests/postgresql/test-postgresql.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324struct boolean_table_creator : table_creator_base
325{
326 boolean_table_creator(soci::session & sql)
327 : table_creator_base(sql)
328 {
329 sql << "create table soci_test(val boolean)";
330 }
331};
332
333TEST_CASE("PostgreSQL boolean", "[postgresql][boolean]")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected