Commit Graph

13 Commits

Author SHA1 Message Date
a9bcb3c98a Updated documentation (release notes)
[ci skip]
2021-12-13 07:50:42 +01:00
86886cc91d Documentation update 2021-10-20 08:49:10 +02:00
64aefb63ad Updated version number in generated
online documentation
2021-09-21 11:44:26 +02:00
e3ef9aaf73 - Bumped version number to 1.1.0b1
- Documentation rebuild
2021-09-21 11:20:24 +02:00
93241e4489 Documentation
Added testsetup for sphinx' doctest
2021-09-13 10:19:23 +02:00
d1197e3f42 Documentation update:
- added release notes
- added doctest support
2021-09-08 15:31:03 +02:00
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
47ca11d921 Documentation update 2021-08-01 10:31:10 +02:00
e8d7854fef codespell typo fixes 2020-11-25 13:44:18 +01:00
a47d3e5d76 Implementation of CONPY-129:
Added connection attribute server_version_info and (for compatibiliry)
get_server_version() method.
Both return a tuple, describing the version number of connected server
in following format: (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
2020-11-16 10:03:05 +01:00
3ca93faa49 Documentation for FIELD_TYPE constants 2020-09-19 09:29:11 +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
ba052adafa Added chapter usage (documentation) 2020-06-08 12:25:54 +02:00