You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
I had some confusing problems while using the write method, and after some debugging realized that DB passed to the constructor is not used at all. On the other hand, the method write_points does use this DB, and I think this is the desired behaviour.
Is there any reason behing this? or it is just a bug?
I can submit a patch if deemed necessary.
The text was updated successfully, but these errors were encountered:
I can't find anything specifically as to why that's not around, feel free to submit a patch! Note as well that passing a params={'db': 'your_db'} should unblock you in the interim
Hi,
I had some confusing problems while using the
write
method, and after some debugging realized that DB passed to the constructor is not used at all. On the other hand, the methodwrite_points
does use this DB, and I think this is the desired behaviour.Is there any reason behing this? or it is just a bug?
I can submit a patch if deemed necessary.
The text was updated successfully, but these errors were encountered: