mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Mysql: Add SRID
column option (#1852)
This commit is contained in:
parent
05d7ffb1d5
commit
bf2b72fbe0
5 changed files with 21 additions and 0 deletions
|
@ -3745,6 +3745,11 @@ fn parse_begin_without_transaction() {
|
|||
mysql().verified_stmt("BEGIN");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn parse_geometric_types_srid_option() {
|
||||
mysql_and_generic().verified_stmt("CREATE TABLE t (a geometry SRID 4326)");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn parse_double_precision() {
|
||||
mysql().verified_stmt("CREATE TABLE foo (bar DOUBLE)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue