Restore the original spacing in sqlparser.rs

This commit is contained in:
Jovansonlee Cesar 2019-05-18 10:59:52 +08:00
parent d263d285e2
commit 24f3d06231

View file

@ -1202,6 +1202,7 @@ impl Parser {
} else {
None
};
let limit = if self.parse_keyword("LIMIT") {
self.parse_limit()?
} else {