Commit Graph

5 Commits

Author SHA1 Message Date
cdd42743cc Coding style fixes (PEP8)
Fixed various coding style stuff detected by flake8.
Added .pre-commit-config.yaml:
With command pre_commit install a hook for flake8 will be
installed.
2022-08-07 16:47:26 +02:00
d61b805a4b Added CAPABILITY constants
Since CLIENT constants can be used to determine both server
and client capabilities we use now CAPABILITY constants
instead.

CLIENT constants were marked as deprecated in documentation
and will be removed in 2.0 release
2022-07-04 14:45:25 +02:00
9ae99cddd5 - Documentation fixes
- removed COMMAND constants
2022-04-03 18:38:48 +02:00
84df56ce40 connection and cursor class are now written in
native python
2021-07-12 09:46:05 +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