Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix custom queries #142

Merged
merged 3 commits into from
Jul 26, 2024
Merged

Fix custom queries #142

merged 3 commits into from
Jul 26, 2024

Conversation

@AdamVyborny AdamVyborny requested a review from ErikZigo July 23, 2024 13:46
@@ -7,7 +7,7 @@
"query": "SELECT * FROM \"escaping\"",
"outputTable": "in.c-main.escaping",
"incremental": false,
"primaryKey": null,
"primaryKey": ["col1"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Podstatná změna tu

@@ -5,6 +5,9 @@
"col1",
"col2"
],
"primary_key": [
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Podstatná změna tu

@@ -13,7 +13,6 @@
"name": "col1",
"data_type": {
"base": {
"length": "16777216",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Podstatná změna tu

Copy link
Contributor

Choose a reason for hiding this comment

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

hodně podstatných změn teda

@AdamVyborny
Copy link
Contributor Author

@ErikZigo testy v KBC fixed

@AdamVyborny AdamVyborny requested review from ondrajodas and removed request for ErikZigo July 24, 2024 08:01
Copy link
Contributor

@ondrajodas ondrajodas left a comment

Choose a reason for hiding this comment

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

👍

@AdamVyborny AdamVyborny merged commit 6a20254 into master Jul 26, 2024
1 check passed
@AdamVyborny AdamVyborny deleted the adamvyborny-PST-1418 branch July 26, 2024 09:49
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