Skip to content

QDB-18665 - [python] Make a column $timestamp mandatory for the table creating#112

Merged
vikonix merged 7 commits intomasterfrom
sc-18665/-python-make-a-column-timestamp-mandatory-for
Mar 17, 2026
Merged

QDB-18665 - [python] Make a column $timestamp mandatory for the table creating#112
vikonix merged 7 commits intomasterfrom
sc-18665/-python-make-a-column-timestamp-mandatory-for

Conversation

@vikonix
Copy link
Contributor

@vikonix vikonix commented Mar 16, 2026

No description provided.

@vikonix vikonix requested a review from solatis March 16, 2026 21:01
Copy link
Contributor

@solatis solatis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feedback regarding where to place validation functions -- I think you put them in the wrong place, in the "convert between qdb-api C-types and C++ representations", which should not be rejecting things like this. The validations should be put right before/after the conversion happened, probably after.

These conversion functions should definitely not silently skip $timestamp columns etc, that's not the correct place.

@vikonix vikonix requested a review from solatis March 17, 2026 09:44
@vikonix vikonix merged commit 8f2f6b3 into master Mar 17, 2026
3 checks passed
@vikonix vikonix deleted the sc-18665/-python-make-a-column-timestamp-mandatory-for branch March 17, 2026 10:03
vikonix added a commit that referenced this pull request Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants