- dbrequests.mysql: - see 28 for bugfix when sending escape sequences
1.3.10
- dbrequests.mysql: - see 24 for bugfix while writing to csv
1.3.9
- dbrequests.mysql: - see 20 for memory efficient send_data using datatable
1.3.8
- dbrequests.mysql module: - see 11 for motivation on moving dialect specific implementation into extras - see 15 for mysql specific send_data via load data local infile
1.3
- added mysql backend for specific mysql and mariadb support - added possibility for send_data to use infile for mysql databases
1.2
- changed static loading of the connection class to a flexible model, allowing to override connections for different SQL drivers