mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-02 23:49:46 -06:00
Added the ability to add subqueries in select_from (#39)
This commit is contained in:
committed by
GitHub
parent
ad1cae049b
commit
f536efbde9
@@ -16,7 +16,7 @@ struct Person {
|
||||
double age;
|
||||
};
|
||||
|
||||
TEST(postgres, test_unique) {
|
||||
TEST(sqlite, test_unique) {
|
||||
const auto people = std::vector<Person>(
|
||||
{Person{
|
||||
.id = 0, .first_name = "Homer", .last_name = "Simpson", .age = 45},
|
||||
|
||||
Reference in New Issue
Block a user