stachlewski

Results 3 issues of stachlewski

Trying to run the example from: https://pyjnius.readthedocs.io/en/stable/packaging.html The code runs correctly without pyinstaller. With pyinstaller used (which otherwise works correctly), the resulting executable fails when run with: `Error occurred during...

execute_defaults assumes the query.parameters can't be a list, which is the case in a multirow insert like: q = table.insert().values([ {'val': 12}, {'val': 13}, ]) conn.execute(q)

### Version ├── tracing v0.1.40 (*) ├── tracing-appender v0.2.3 │ └── tracing-subscriber v0.3.18 │ ├── tracing-core v0.1.32 (*) │ └── tracing-log v0.2.0 │ └── tracing-core v0.1.32 (*) ├── tracing-subscriber v0.3.18...