Hello,
I've already discussed this with mdaems. Mysql describes in its reference manual that a table name may have any alphanumeric char in any order.
Here I have some tables named on this scheme : digits + letters. When I try to open it with zeos testing branch, it raises an error.
After some debugging, I found TZMysqlNumberState.NextToken to be guilty.
I've hacked some lines at the end of method to redirect parsing on TZMysqlWordState in case of such a token (digits+letters). This fix the bug and raises no other but I've not tested it intensely with numerics.
Your opinion ?
Patch attached.
Mysql TableName bug fix proposal
Moderators: EgonHugeist, mdaems
-
- Fresh Boarder
- Posts: 13
- Joined: 12.09.2006, 11:15
Mysql TableName bug fix proposal
You do not have the required permissions to view the files attached to this post.
-
- Fresh Boarder
- Posts: 13
- Joined: 12.09.2006, 11:15