Andreas Motl
Andreas Motl
Dear Arjun, thank you for writing in. In general, the Admin UI itself can be hosted on any path. However, it has to know about the CrateDB HTTP API endpoint,...
Hi again, I've added an example at [^1], which outlines how to configure Nginx to reverse-proxy the CrateDB HTTP API endpoint to the `/db` subdirectory. The `nginx.conf` is at [^2]....
Dear Arjun, are the resources referenced above helpful to you? With kind regards, Andreas.
Dear @surister, It looks like CrateDB does not implement [`pg_sleep`](https://www.postgresql.org/docs/16/functions-datetime.html#FUNCTIONS-DATETIME-DELAY). However, @proddata referenced a `sleep` function over at https://github.com/crate/crate/issues/14511. ```sql SELECT sleep(6000); ``` On the other hand, I can't find...
The suggestion by @mfussenegger was to use an INNER JOIN here, see https://github.com/crate/crate/issues/11089#issuecomment-789909334.
Hi @hammerhead. You added two commits here, but I accidentally destroyed them, apologies. Can you have a look at your local repository, if you still have it, and just `git...
Now, not to make the same mistake again, pulling stuff first ;]. Thanks! ``` $ git pull remote: Enumerating objects: 26, done. remote: Counting objects: 100% (26/26), done. remote: Compressing...
Thanks. Let me also cite your other discovery here: > The usage of `BigDecimal.new` within `activerecord` itself currently blocks further Ruby version upgrades. As per that link above, Ruby 2.7...
Dear Pedro and Jeffrey, thanks to @avalentino, PyTables-cp39 wheels for Linux are available on PyPI now. See also https://github.com/PyTables/PyTables/issues/823#issuecomment-729116365. With kind regards, Andreas.
Hi Henri, > Would you have a try on your side and send a PR? Sure, first of all I wanted to leave that here as a note. As soon...