Commit Graph

10 Commits

Author SHA1 Message Date
588bc01cc0 Implementation for CONPY-100:
Add option binary for cursor. When set to true cursor will always try
to use the client/server binary protocol, even when no parameter were
passed to execute.
2020-08-12 16:05:29 +02:00
0e91d76d52 Fix for CONPY-102:
Fixed default behavior of autocommit: If not autocommit mode was specified,
autocommit will be off by default (see https://www.python.org/dev/peps/pep-0249/#commit).
Added new keyword autocommit for connection class which might have the following values:
- None: use server default setting
- True: turns autocommit on
- False: turns autocommit off
2020-08-12 14:19:02 +02:00
cf90a9de5e Fixed identation 2020-08-06 07:50:45 +02:00
1a787c2b90 Updated documentation 2020-08-05 19:19:13 +02:00
29b05e3b09 Various fixes and changes for SQLAlchemy support:
- added a thin python wrapper around mariadb module
- added constansts under mariadb.constants (CLIENT, CURSOR, INDICATOR)
- bench and test are now in testing subdirectory
- updated documentation
2020-07-24 12:13:31 +02:00
5f2a2e19a2 Udated documentation 2020-06-19 14:56:55 +02:00
2b5695a7cf Added missing example for documentation 2020-06-08 13:08:55 +02:00
9a24ee4402 Documentation fix for executemany() 2020-06-08 11:52:35 +02:00
10425de5c7 Fixed documentation, added release notes 2020-06-05 18:03:34 +02:00
209c35681b Added docs directory for github pages. 2020-06-03 13:10:18 +02:00