Sebastian Utz
Sebastian Utz
@hlcianfagna Thank you for this information. Are all the listed missing things related to a successful basic usage or is something maybe related to a concrete feature of dbt?
I think using a `float` won't work as a `Decimal` has a 128bit range and thus cannot fit into a `float`.
Relates https://github.com/crate/crate-admin/issues/229#issuecomment-249614563
Can we just remove the light theme unless someone asks for it?
I've changed this from bug to feature as the current shard view is not broken with empty tables. Showing an explicit message that no shards exists is indeed an improvement...
@olavski Sorry for our late response, this slipped through somehow. Afaik you're talking about the `PDO->quote()` method, right? Can you elaborate a bit more why you need this method to...
> Isn't this considered a bug, as the caching mechanism was mentioned in the original issue #14238 ? Why would this justify to treat this as a bug? AFAIK this...
Wouldn't using an [object](https://cratedb.com/docs/crate/reference/en/5.6/general/ddl/data-types.html#objects) typed column defined at the table definition a working alternate?
Outcome of some internal discussion: - We want to add some documentation about how to switch to ZGC (or Shenandoah) with warnings, stating that this is on users own risk....