Commit Graph

6 Commits

Author SHA1 Message Date
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
9026c1ad54 Fixed built-in help 2020-08-05 19:22:35 +02:00
5f2a2e19a2 Udated documentation 2020-06-19 14:56:55 +02:00
840de124bd - minor Documentatiion fixes
- fixed test cases using removed character set option
2020-02-18 16:11:29 +01:00
420eb5a291 Added missing description for ssl_capath connection parameter 2020-01-31 13:00:53 +01:00
e2f51e072a Added documentation for module and connection 2019-10-31 07:35:34 +01:00