diff options
author | Marc Delisle <marc@infomarc.info> | 2016-11-08 09:55:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 09:55:23 -0500 |
commit | 8c432daceaa73b30d0a5d26761b878cf9c8ec043 (patch) | |
tree | 50137d7cc7a2ee52eb2860e390320c2d9071727b /src/Components | |
parent | 8ee1a8c1453930109c858374f693ed1843ca5dec (diff) | |
download | sql-parser-8c432daceaa73b30d0a5d26761b878cf9c8ec043.zip sql-parser-8c432daceaa73b30d0a5d26761b878cf9c8ec043.tar.gz sql-parser-8c432daceaa73b30d0a5d26761b878cf9c8ec043.tar.bz2 |
In SQL we should use 'column' and not 'field'
Diffstat (limited to 'src/Components')
-rw-r--r-- | src/Components/CreateDefinition.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/CreateDefinition.php b/src/Components/CreateDefinition.php index 3f2df08..86bb315 100644 --- a/src/Components/CreateDefinition.php +++ b/src/Components/CreateDefinition.php @@ -226,7 +226,7 @@ class CreateDefinition extends Component $parser->error( __('A symbol name was expected! ' . 'A reserved keyword can not be used ' - . 'as a field name without backquotes.' + . 'as a column name without backquotes.' ), $token ); |