Add comments to the test files

This commit is contained in:
Nickolay Ponomarev 2019-05-04 02:42:22 +03:00
parent 304710d59a
commit 67cc880fd1
3 changed files with 10 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#![warn(clippy::all)]
//! Test SQL syntax specific to PostgreSQL. The parser based on the
//! generic dialect is also tested (on the inputs it can handle).
use sqlparser::dialect::{GenericSqlDialect, PostgreSqlDialect};
use sqlparser::sqlast::*;