1 #line 2 "src/Dbo/Versions/Versions.cpp"
4 #include "../Glb/Core.h"
19 if( _table_name !=
"" )
22 Wt::Dbo::Transaction t(
GCW::app()-> gnucashew_session() );
28 .where(
"table_name = ?" )
33 catch( std::exception & e )
35 std::cout << __FILE__ <<
":" << __LINE__ <<
" " << e.what() << std::endl;
const Wt::WFormModel::Field table_name
const Wt::WFormModel::Field table_version
auto load(const std::string &_table_name) -> Item::Ptr
Load Version by Table Name.