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