Miroslav Šedivý

Results 7 comments of Miroslav Šedivý

What is the status on this? Could I help you somehow in the modernization? I prepared a first PR adding Python 3.9 (to go on with further steps afterwards), but...

@ahupp maybe that discussion in https://github.com/destream-py/destream/pull/20 could have something to do with it. There are different versions of ZIP and they are differently interpreted on different linux/macos versions. Any ideas?

Oh, it even shows a Translate link for my own status that I wrote (and tagged) in a different language. Well, this is a good reason to be able to...

I tried to relaunch it on my branch, always with the same error. I'd maybe try to rewrite the tests using pytest syntax with the `tmp_path` fixture and leave all...

Another country-specific enhancement (especially for EUR that is used in countries with so many different languages) would be the number format, such as decimal comma/point or thousands separator as space,...

So in the meantime I patched the current version of SQLModel and it works for Postgres as expected: ``` def patch_get_column_from_field(): original_get_column_from_field = sqlmodel.main.get_column_from_field def patched_get_column_from_field(field: typing.Any) -> sqlmodel.Column: column...

@svlandeg The test suite will be falling until we find a way how to add postgresql functionality to the test suite.