Andreas Motl

Results 1168 comments of Andreas Motl

So, the test suite of `crate-python` would also only work on Linux then? I thought about letting the tower of turtles stand like it is and just swapping out one...

Coming back from a short out-of-band discussion with @mfussenegger we decided to bring the already solid integration layer from `cr8` to both `crash` and `crate-python` within one of the next...

@proddata submitted a fix already. Thanks a stack! - https://github.com/andialbrecht/sqlparse/pull/764

Hi again. - https://github.com/andialbrecht/sqlparse/pull/764 has been merged. Thank you so much, @proddata and @andialbrecht. 💯 - After a new release of sqlparse has been published on PyPI, this needs to...

Hi again. sqlparse 0.5 has been released, and the most recent release of crash, version 0.31.5, permits to use it. Thank you so much for your contributions and support! ```python...

Can't pinpoint a specific issue yet, but it appears that the test cases `test_post_0_57`, `test_post_2_0`, `test_pre_0_57`, `test_indent`, `test_repl.*` incur some overhead. Maybe verify this by excluding them first (on Windows...

Sure, good idea. Those other two tickets are also about the same topic of expanding the list of keywords. - GH-360 - GH-401 This other ticket discusses the topic about...

> What would "cloud" use it for? Not being involved in all the relevant details, nor their exact implementations, nor too much on the grammar plumbing side as well, I...

We just added some blueprints how to use _Testcontainers for Java with CrateDB_. - https://github.com/crate/cratedb-examples/pull/54 - https://github.com/crate/cratedb-examples/pull/59