Fixed typo in select_from (#51)

This commit is contained in:
Dr. Patrick Urbanke (劉自成)
2025-09-21 12:00:48 +03:00
committed by GitHub
parent 7a617b0828
commit 8649e41861
4 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ struct MultiStruct {
second::IdenticallyNamed enum_two;
};
TEST(mysql, test_enum_namespace) {
TEST(postgres, test_enum_namespace) {
using namespace sqlgen;
using namespace sqlgen::literals;