mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-05 17:09:50 -06:00
Make sure we properly check the columns in the ORDER BY clause when there is a GROUP BY (#27)
This commit is contained in:
committed by
GitHub
parent
1170f22d69
commit
e443cb56e0
@@ -23,7 +23,7 @@ struct Relationship {
|
||||
sqlgen::PrimaryKey<uint32_t> child_id;
|
||||
};
|
||||
|
||||
TEST(postgres, test_joins_nested) {
|
||||
TEST(postgres, test_joins_nested_grouped) {
|
||||
const auto people1 = std::vector<Person>(
|
||||
{Person{
|
||||
.id = 0, .first_name = "Homer", .last_name = "Simpson", .age = 45},
|
||||
|
||||
Reference in New Issue
Block a user