X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fccbs_bigscreen.cpp;h=6afc0a082b2ea90b2a8f916af02961a4312be582;hp=2dbb34a81fe21ac37550cbac08caaf1332b6bc92;hb=a42992f8c68f7b0b40e43bfe5b3c314796ebbf79;hpb=c2208d9a688b56565cd84db6152181ebd26781a0 diff --git a/bigscreen/ccbs_bigscreen.cpp b/bigscreen/ccbs_bigscreen.cpp index 2dbb34a..6afc0a0 100644 --- a/bigscreen/ccbs_bigscreen.cpp +++ b/bigscreen/ccbs_bigscreen.cpp @@ -8,7 +8,7 @@ int main(int argc, char **argv) GLWindow glw("CCBS bigscreen", 800, 600, 32, false, 16, -1); try { pqxx::connection conn("dbname=ccbs host=sql.samfundet.no user=ccbs password=GeT|>>B_"); - pqxx::transaction<> t(conn, "trx"); + pqxx::work t(conn, "trx"); // fetch all songs pqxx::result res( t.exec("SELECT * FROM songs") );