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

Added support for Mysql timezone on connection #973

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sassoleo
Copy link

@sassoleo sassoleo commented Sep 21, 2021

Timezone can be specified in the constructor optionally, example: '-5:00' for EST
The class will send the SQL query in the constructor: SET time_zone = '-5:00'
Also fixed a problem with rawQuery on very long SQL queries, eliminating spaces from the query string

@avbdr
Copy link
Collaborator

avbdr commented Sep 13, 2022

sorry, this patch is breaking an existing constructor API.

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

Successfully merging this pull request may close these issues.

None yet

2 participants