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

uuids #115

Merged
merged 2 commits into from
Jul 21, 2023
Merged

uuids #115

merged 2 commits into from
Jul 21, 2023

Conversation

Iain-S
Copy link
Collaborator

@Iain-S Iain-S commented Jul 10, 2023

Add support for the Postgres UUID data type.

@Iain-S Iain-S requested a review from mhauru July 21, 2023 14:12
@@ -50,7 +50,7 @@ jobs:
- name: Create src database
shell: bash
run: |
PGPASSWORD=password psql --host=localhost --username=postgres --file=tests/examples/src.dump
PGPASSWORD=password psql --host=localhost --username=postgres --set="ON_ERROR_STOP=1" --file=tests/examples/src.dump
Copy link
Collaborator

Choose a reason for hiding this comment

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

What does this do?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It errors if there are errors. I manually edited src.dump and was getting unexpected results. Turns out that, by default, psql will happily ignore lines that error and continue unfazed.

@Iain-S Iain-S merged commit 99d8155 into main Jul 21, 2023
@Iain-S Iain-S deleted the uuids branch July 21, 2023 15:32
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