datafusion-sqlparse/src/dialect
Nikhil Benesch ac555d7e86
Remove "SQL" prefix from types
The rationale here is the same as the last commit: since this crate
exclusively parses SQL, there's no need to restate that in every type
name. (The prefix seems to be an artifact of this crate's history as a
submodule of Datafusion, where it was useful to explicitly call out
which types were related to SQL parsing.)

This commit has the additional benefit of making all type names
consistent; over type we'd added some types which were not prefixed with
"SQL".
2019-06-25 13:11:11 -04:00
..
ansi.rs Remove "SQL" prefix from types 2019-06-25 13:11:11 -04:00
generic.rs Remove "SQL" prefix from types 2019-06-25 13:11:11 -04:00
keywords.rs [mssql] Parse CROSS/OUTER APPLY 2019-06-19 02:45:47 +03:00
mod.rs Remove "SQL" prefix from types 2019-06-25 13:11:11 -04:00
mssql.rs Standardize license headers 2019-06-04 10:54:12 -04:00
postgresql.rs Standardize license headers 2019-06-04 10:54:12 -04:00