Commit Graph

18 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
cdbb088a1f Fixed build error: Added missing backslash 2020-08-12 15:11: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
9026c1ad54 Fixed built-in help 2020-08-05 19:22:35 +02:00
e3eba3abaf Added method pool.close() 2020-08-05 19:01:53 +02:00
2ee51a0e90 Bumped version number 2020-06-24 08:58:37 +02:00
5f2a2e19a2 Udated documentation 2020-06-19 14:56:55 +02:00
e873f87fab CONPY-56: Support dictionary option in cursor class
Added optional boolean parameter 'dictionary' for cursor class.
When dictionary parameter was set to true, the fetch operations will
return rows from result set as Dict.
2020-04-14 06:25:25 +02:00
4c3d2ff3bf Implementation of CONPY-46:
Implemented __enter__() and __exit__() methods for with statement (PEP-343).
These methods are available now for connection and cursor class.
2020-03-31 18:26:21 +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
a5bdf2a0b4 Make code more PEP-7 compliant 2020-01-07 05:03:16 +01:00
c906544bed Fix test_pooling: set configuration for pool_reset_connection to False,
if environment variable TEST_RESET_SESSION is not present.
removed unused doc variable
2019-12-17 13:23:21 +01:00
e218d19060 CONPY-31: Implement callproc method
Input/Output or Output parameters have to be retrieved by .fetch methods,
  the .sp_outparams attribute indicates if the result set contains output
  parameters.
2019-12-03 20:18:38 +01:00
628fc39cd0 Initial connection pool implementation 2019-11-24 12:45:32 +01:00
0b66a9f287 Added documentation for cursor class 2019-11-17 12:43:22 +01:00
0d565a6fb7 Added more documentation 2019-11-12 09:41:25 +01:00
e2f51e072a Added documentation for module and connection 2019-10-31 07:35:34 +01:00