mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-02 03:00:38 -06:00
There were missing braces for sub selects in expressions like tab.id == select(max(tab.id)).from(tab).where(true)
There were missing braces for sub selects in expressions like tab.id == select(max(tab.id)).from(tab).where(true)