Add LATERAL query support
This commit is contained in:
parent
4ef0113f6b
commit
0f773b26d6
6 changed files with 224 additions and 12 deletions
|
|
@ -64,3 +64,9 @@ func requireLogged(t *testing.T, statement postgres.Statement) {
|
|||
require.Equal(t, loggedSQLArgs, args)
|
||||
require.Equal(t, loggedDebugSQL, statement.DebugSql())
|
||||
}
|
||||
|
||||
func skipForMariaDB(t *testing.T) {
|
||||
if sourceIsMariaDB() {
|
||||
t.SkipNow()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue