Bug #724 | Cannot use the word hash in a query | ||
---|---|---|---|
Submitted: | 25 Jun 2003 16:39 | Modified: | 27 Aug 2003 0:45 |
Reporter: | Michael Benza | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1 alpha | OS: | Any (any) |
Assigned to: | CPU Architecture: | Any |
[25 Jun 2003 16:39]
Michael Benza
[25 Jun 2003 17:56]
Alexander Keremidarski
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php HASH is reserved word in MySQL. Refer to: http://www.mysql.com/doc/en/Reserved_words.html In order to be used as column, table, database name reserved words must be enclosed in backticks ... where `hash`='....'
[30 Jun 2003 7:17]
Oleksandr Byelkin
As Peter Gulutzan said: "The SQL:2003 standard document has a list of reserved words and non-reserved (i.e. keywords but not reserved) words. The word HASH does not appear in either list." knowing mechanism of making word reserved I think HASH can be made reserved accidently. This issue need more investigation. (same for RTREE & BTREE)
[2 Aug 2003 0:30]
Sergei Golubchik
what about ERRORS ?
[27 Aug 2003 0:45]
Michael Widenius
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html I have now fixed that the following words are not reserved anymore in 4.1.1 HASH, BTREE, RTREE, ERRORS and WARNINGS
[29 Sep 2003 11:01]
[ name withheld ]
It would be really helpful...if it returned an error that said something to the affect ... 'hash is a reserved word, please rename your column', 'key is a reserved word, please rename your column' instead of the error about invalid syntax which really gives a person no idea of what the real problem is.