Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

convert timestamp values to datetime #31

Merged
merged 1 commit into from May 15, 2013

Conversation

pdh
Copy link
Contributor

@pdh pdh commented Apr 26, 2013

Timestamp types were being ignored and treated as strings; this change
treats timestamps similarly as datetime types (ala pymysql and mysqldb).

Also included in this commit is a fix for the testConnectWithWrongDB
test which was asserting the error status code 1044 which is defined as
ER_DBACCESS_DENIED_ERROR instead of the expected ER_BAD_DB_ERROR 1049.

Timestamp types were being ignored and treated as strings; this change
treats timestamps similarly as datetime types (ala pymysql and mysqldb).

Also included in this commit is a fix for the testConnectWithWrongDB
test which was asserting the error status code 1044 which is defined as
ER_DBACCESS_DENIED_ERROR instead of the expected ER_BAD_DB_ERROR 1049.
jskorpan pushed a commit that referenced this pull request May 15, 2013
convert timestamp values to datetime
@jskorpan jskorpan merged commit 9f52e15 into esnme:master May 15, 2013
@jskorpan
Copy link

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants