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

Commits on Apr 26, 2013

  1. convert timestamp values to datetime

    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.
    pdh committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    8efbb3f View commit details
    Browse the repository at this point in the history