Niklas

Results 11 comments of Niklas

I also have this issue with `CMS_TOOLBAR_HIDE = True` @Tyrdall have you found a way to use this configuration without running into the error when adding/editing text plugin?

The title is still pretty accurate for the problem I am also experiencing. Solved it for now with `CMS_TOOLBAR_HIDE=False` (or just removing the setting)

Would love to see this merged 👀

Are there other workarounds for a shared clipboard? It's working with remote access, but I'm not happy with graphic performance.

@erezsh I fixed the numpy version for Python 3.7.1 in poetry.lock and cleaned up my commits.

@erezsh Thanks for your indications! I fixed the issues and ran black on all files.

@erezsh The problem only concerns testing, right? At first glance, I also only see the possibility to create the schema before doing `connect_to_uri()`. A semi-elegant way would be to place...

The problem is, that `_insert_to_table()` would try to insert something like `2022-08-12 12:23:45+0000` but Exasol only accepts `YYYY-MM-DD HH24:MI:SS.FF6` for inserting timestamps. I'm currently not sure, how to deal with...

I just stumbled across this while building a driver for Exasol. Is there anything new on this topic? How should one currently deal with testing new drivers for databases that...

@erezsh Do I understand you correctly that I should not include a new database in [TEST_DATABASES](https://github.com/datafold/data-diff/blob/7824b0b50edcde2dc19726708078b1d9fe623662/tests/test_diff_tables.py#L26)? Just out of interest: What are these tests for and why should not all...