Fix quoter

This commit is contained in:
Lunny Xiao 2020-03-07 18:20:05 +08:00
parent d7250e866b
commit 8b5da97cac
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 2 deletions

View File

@ -500,8 +500,8 @@ var (
}
oracleQuoter = schemas.Quoter{
Prefix: '[',
Suffix: ']',
Prefix: '"',
Suffix: '"',
IsReserved: schemas.AlwaysReserve,
}
)