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 AS #3370

Merged
merged 5 commits into from Jul 15, 2022
Merged

Fix AS #3370

merged 5 commits into from Jul 15, 2022

Conversation

hfhbd
Copy link
Collaborator

@hfhbd hfhbd commented Jul 14, 2022

No description provided.

);

insertDog:
INSERT INTO dog
VALUES (?, ?, ?);
VALUES (?, ?, ?, ?);
Copy link
Collaborator Author

@hfhbd hfhbd Jul 14, 2022

Choose a reason for hiding this comment

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

Needs new release of sql-psi, I added two new columns, one id and one generated. With the current release of sql-psi, the compiler needs 5 parameters, but Hsql expect only 4, you can't update a generated one (workaround use DEFAULT).

Update: DEFAULT does not work, so I added the columns explicitly

@hfhbd
Copy link
Collaborator Author

hfhbd commented Jul 15, 2022

Workaround with DEFAULT does not work, it is replaced with ?: #3374

@AlecKazakova AlecKazakova merged commit dfacc9d into cashapp:master Jul 15, 2022
@hfhbd hfhbd deleted the ass branch July 15, 2022 17:39
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.

None yet

2 participants