37 Commits

Author SHA1 Message Date
db3483b525 [misc] doc generation correction 2025-07-02 19:48:48 +02:00
723b1be7b2 [misc] Generate and Update API Docs to mariadb documentation 2025-06-26 13:30:57 +02:00
541c985330 [misc] doc generation addition 2025-06-26 13:00:09 +02:00
1aa2bbef08 - Documentation
- docstring fixes
- removed doc and docs subdirectory, since documentation is in docs
  branch
2022-04-11 08:03:20 +02:00
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
2a4334e761 CONPY-170:
Added documentation for configuration file handling in Connector/C
documentation and added a link to this section:
2021-10-08 08:14:13 +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
7f469a3f26 CONPY-161:
The following attributes were added:

1) mariadb.client_version
Returns the version of MariaDB Connector/C library as an integer
2) mariadb.client_version_info
Returns the version of MariaDB Connector/C library as tuple
2021-08-22 11:19:05 +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
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
9ac0551ed1 Default mode for cursor changed:
Due to several incompatibilites (but also MDEV-23768, where errors
can't be triggered in unbuffered) we decided to switch the default
mode for cursor class for buffered from False to True.
2021-08-05 08:32:20 +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
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
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
3ca93faa49 Documentation for FIELD_TYPE constants 2020-09-19 09:29:11 +02:00
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
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
cf90a9de5e Fixed identation 2020-08-06 07:50:45 +02:00
1a787c2b90 Updated documentation 2020-08-05 19:19:13 +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
5f2a2e19a2 Udated documentation 2020-06-19 14:56:55 +02:00
2b5695a7cf Added missing example for documentation 2020-06-08 13:08:55 +02:00
ba052adafa Added chapter usage (documentation) 2020-06-08 12:25:54 +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
63e0b4af80 Changed html scheme for documentation. Adjusted version number in
documentation.
2020-06-03 13:34:48 +02:00
209c35681b Added docs directory for github pages. 2020-06-03 13:10:18 +02:00