Skip to content
/ txMySQL Public
forked from hybridlogic/txMySQL

Async Twisted MySQL Client Protocol, with thanks to Habnabit

License

Notifications You must be signed in to change notification settings

Dev0n/txMySQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of lukemarsden' awesome txMySQL module that addresses a number of issues with the current master.

CHANGES:
        
        * MySQL DATETIME fields now show up correctly (XXXX-XX-XX XX:XX:XX).
        * When a runOperation is called, the deffered now returns the a dictionary with the following:
            - {'insert_id': int, 'affected_rows': int, 'message': str, 'warning_count': int, 'server_status': int}

About

Async Twisted MySQL Client Protocol, with thanks to Habnabit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published