Hajime Nakagami
Hajime Nakagami
Excuse me, can you write here the test code that causes the error? https://github.com/nakagami/pyfirebirdsql/blob/master/firebirdsql/tests/test_async.py
``` yield None ``` It seems to be wrong. I think `await None.__aexit__()` is being executed because None is returned here.
I would think it would be ```return None``` instead of ``` yield None```
I appreciate your report.
Cannot test right now. Please wait. By the way, can you paste the Traceback here?
The file conversion from timezone_id to TimeZone name isbased on this map. https://github.com/nakagami/pyfirebirdsql/blob/master/firebirdsql/tz_map.py It is defined bellow https://raw.githubusercontent.com/FirebirdSQL/firebird/master/src/common/TimeZones.h Neither of them have 60652. I wonder if the process of converting...
https://github.com/nakagami/pyfirebirdsql/commit/3574756bcd626e922f2957f045f4cc0968306add Has this commit fixed it? I believe it has been fixed, is there anything still wrong?
I believe it's been fixed, so I'll close this issue.
Is it the server that crashes? is_autocommit=True might change something.
If you want to send the data to the sensor every 30 s, shouldn't you just connect, insert, and close each time?