Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error detecting MySQL version 4.0.21 #4

Closed
GoogleCodeExporter opened this issue Dec 21, 2015 · 2 comments
Closed

Error detecting MySQL version 4.0.21 #4

GoogleCodeExporter opened this issue Dec 21, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

asSql Flex 2.01 fails to detect MySql version 4.0.21. Should throw 
BadServerVersionError but instead throws a Connection error. The error is 
in Statement.meetsVersion logic. If ( minor >= mnr ) returns false the 
function returns true but should return false.

Original issue reported on code.google.com by gurufact...@gmail.com on 4 Sep 2007 at 5:42

@GoogleCodeExporter
Copy link
Author

Error is in ServerInformation.as Line 100: It should return false instead of 
true.

Original comment by gurufact...@gmail.com on 4 Sep 2007 at 7:48

@GoogleCodeExporter
Copy link
Author

Fixed in Beta 2

Original comment by macl...@gmail.com on 10 Mar 2008 at 10:33

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant