mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-05 17:09:50 -06:00
Fixed typo in select_from (#51)
This commit is contained in:
committed by
GitHub
parent
7a617b0828
commit
8649e41861
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user