- Jul 21, 2022
-
-
Jakub Maloštík authored
-
Jakub Maloštík authored
In MYSQL 8.0 one cannot create users using GRANT. https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals (MariaDB worked fine)
-
- Jul 20, 2022
-
-
Jakub Maloštík authored
This did not work for python 3.9 and 3.10 (each for a different reason) The context management of the cursor, seems to have been an undocumented feature for at least six years.
-
Jakub Maloštík authored
-
- Nov 23, 2018
-
-
Radko Krkoš authored
* Needed to correctly support UTF-8 ReadableSTR decoding on Py3
-
Radko Krkoš authored
-
- Aug 28, 2018
-
-
Radko Krkoš authored
-
Radko Krkoš authored
Fixes wrong references in embedded (dict in dict) class variables outside the class variable definition context, for redefined inherited class variables.
-
- Aug 20, 2018
-
-
Radko Krkoš authored
Aimed mainly at web method invocation (similar to warden_curl_test.sh from warden_client) and some command line interface commands.
-