Sebastian Utz
Sebastian Utz
We've exposed the column's `oid` at `information_schema.columns.column_details['oid']` by #18649. This helps mitigating this issue as a column name can be looked up inside this table by it's ``oid``. It will...
> On MacOS using ARM (M4) we get this message (without setting platform) > > Loading hsdis library failed > > When setting platform=linux/amd64 this error message is shown. Fatal...
> We got 5 new columns instead of 3: (jwt (root) and 2 children (iss/aud) because AUTH_HOST_BASED_ENABLED_SETTING was not marked as exposed and we ended up with the whole tree...
> Hello @nomicode, @selina-meyer. I would like to work on this. Hi @Viswesh934, feel free to do so, if you need any help don't hesitate to ask.
Was also discussed here: https://community.crate.io/t/is-support-for-stored-procedures-planned-in-the-roadmap/798/1
I do not think that this is needed at all and just adds complexity. When I'm reading the `master` doc, it can always happen that the current page is not...
I'm not really getting why this is so an big issue at all. People can always request wrong URLs. And that some pages are not available in different versions is...
> > @mfussenegger Any idea how we could test this? > > The `DNSServer` used in > > https://github.com/crate/crate/blob/79ff2217dde45d6a748b0f31b36c95a7b252878c/blackbox/test_dns_discovery.py#L47 > would support a `tcp=True` option Nice, thx!
@mfussenegger I've partly dropped the second commit, just keeping the test changes. Additionally I've increased the default timeout to `10` as suggested. Please re-check.
> That's not the case. At least on current master without the operator extension what happens is that 1.05 is cast to numeric(3, 1). The scale=1 causes 1.05 to be...