-
Notifications
You must be signed in to change notification settings - Fork 3
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: test and address sanatizer after merge of unaligned and sql statements #262
Conversation
7a1539d
to
c5f6d54
Compare
c5f6d54
to
91b4ecc
Compare
cb27dd7
to
f71cee1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I like this!
Now that you managed to get it done without the static
functions, we could also get rid of the circumvention that we need to pass the sequence_name
and instead register a separate function for each sequence?
Yes, we could now have a function for each of the sequences. However, I would argue to put this into a separate PR, since we need this pr so the unit tests work more reliable. But we can talk about this tomorrow. |
f71cee1
to
0d50f44
Compare
0d50f44
to
7ac1eaf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Yes, let's do that in another PR. Can you open an issue for that?
I added a new ticket for the sql functions for each of the sequences #282 |
They did not show up in the ci, but if you run the tests locally.