ulib/tests/3party/sqlpp11/sqlpp11_unittest.cpp
tqcq aba94bb9eb
All checks were successful
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m17s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m39s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m42s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m53s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m56s
linux-x64-gcc / linux-gcc (push) Successful in 2m12s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 3m41s
feat/support_orm (#1)
Co-authored-by: tqcq <99722391+tqcq@users.noreply.github.com>
Reviewed-on: #1
2024-01-06 13:01:43 +00:00

6 lines
165 B
C++

#include <gtest/gtest.h>
#include <sqlpp11/select.h>
#include <sqlpp11/alias_provider.h>
TEST(sqlpp11, select) { select(sqlpp::value(false).as(sqlpp::alias::a)); }