8000 Robust C++ type support · Issue #104 · questdb/c-questdb-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Robust C++ type support #104
Open
Open
@jmont-dev

Description

@jmont-dev

There are a number of data types which have been removed via type erasure when using the .column syntax for ingest with the C++ API. Many of these should be supported according to Quest's official API but are not possible for use with this library: https://questdb.com/docs/reference/sql/datatypes/

A good example is Quest's byte data type. Trying to use any C++ equivalent, eg std::byte, int8_t, char, unsigned char all produce an error saying these functions have been deleted for those data types in the template.

It also doesn't appear possible to use Symbols.

Are these expected deficiencies or is there a reason they were excluded? I can probably put together a PR if there's an intent to support these in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0