Commit Graph

14 Commits

Author SHA1 Message Date
9d472c2596 Fix for CONPY-159:
Insted of parsing a short int (16 bits, "h" option in PyArg_ParseTuple) we need
to parse 32bit option "i"
2021-08-22 08:09:52 +02:00
aa6edc38cb Updated documentation 2021-08-21 18:09:48 +02:00
18b81fd282 Documentation fixes 2021-08-18 07:19:48 +02:00
7494e2baa4 Documentation fixes and update 2021-08-16 10:09:45 +02:00
8cd33d55c1 Fixed memory leak in parser 2021-08-03 11:31:31 +02:00
cb0c3c8f5a Documentation update 2021-08-01 11:29:22 +02:00
47ca11d921 Documentation update 2021-08-01 10:31:10 +02:00
e8d7854fef codespell typo fixes 2020-11-25 13:44:18 +01:00
3f95456824 CONPY-117: Added converter support
The connect() method now accepts an addtional parameter
converter which points to a dictionary, containing one or more conversions.
A conversion must be specified in the form {FIELD_TYOE : conversion_function}
2020-09-29 13:21:13 +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
c2ca32a416 Added missing dirs for github pages 2020-06-06 07:20:02 +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