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

MySQL support latest 5.1 driver #55

Closed
hisystems opened this issue Apr 22, 2012 · 1 comment
Closed

MySQL support latest 5.1 driver #55

hisystems opened this issue Apr 22, 2012 · 1 comment
Assignees

Comments

@hisystems
Copy link
Owner

The driver name in the connection has changed, update the MySQLDatabase class appropriately for the latest driver and also provide the option to specify the driver name as a parameter.

@ghost ghost assigned hisystems Apr 22, 2012
@hisystems
Copy link
Owner Author

Should also support the FLAG_FOUND_ROWS (2) option to indicate that MySQL returns the number of rows affected. And also the FLAG_MULTI_STATEMENTS (67108864) to allow multiple statements separated by semi-colons to be executed in one batch.

Further details at: http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-connection-parameters.html

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

No branches or pull requests

1 participant