Yury Bukin
Results
2
issues of
Yury Bukin
When used `cysystemd.reader.JournalReader` a problem occurs. `get_monotonic_sec()` works correctly and time updated at every line. But `get_realtime_sec()` freeze for 128 seconds. Test script: ```python #!/usr/bin/env python3 from cysystemd.reader import JournalOpenMode,...
Can you add support for syntax? ``` DELIMITER $$ CREATE PROCEDURE proc() BEGIN /* */ END$$ DELIMITER ; ``` I need to write sql queries with this syntax and inconvenient...