about summary refs log tree commit diff
path: root/gn_libs/mysqldb.py
AgeCommit message (Expand)Author
2025-05-28Provide symbol name for exception to re-raise.Frederick Muriuki Muriithi
2025-05-19Handle generic exception occurring while using the connectionFrederick Muriuki Muriithi
2025-05-12Re-raise the exception to prevent silent failures.Frederick Muriuki Muriithi
2024-12-09Fix issues caught by linter.Frederick Muriuki Muriithi
2024-12-09Fix the module's documentation string.Frederick Muriuki Muriithi
2024-12-09Parse SSL options for the connection string.Frederick Muriuki Muriithi
2024-12-09Fix check for non-negative integers.Frederick Muriuki Muriithi
2024-12-09Parse for SSL_MODE option values from a list of acceptable values.Frederick Muriuki Muriithi
2024-12-09Check for non-negative integers.Frederick Muriuki Muriithi
2024-12-09Parse a larger pool of possible boolean valuesFrederick Muriuki Muriithi
2024-12-09Add an Exception for invalid option values.Frederick Muriuki Muriithi
2024-12-06Move the commit() call to the success pathFrederick Muriuki Muriithi
2024-11-22Import missing symbol.Frederick Muriuki Muriithi
2024-11-22Provide a means to debug queries that have been run.Frederick Muriuki Muriithi
2024-11-21Add mysqldb moduleFrederick Muriuki Muriithi