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

UUID support dbic , fixes issue #145 #146

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rmallah
Copy link
Contributor

@rmallah rmallah commented May 29, 2023

No description provided.

redgrapetech and others added 3 commits May 29, 2023 10:25
…on#124

currently read_schema returns the default values of db in verbatim
even if they are function calls. This causes attempts to insert
the function call body as defaults in columns instead of the
the value, which does not makes sense. The current fix returns undef
for such column defaults. Additionally as a measure of caution it
does not do the above in case the default has been handled in
fix_default mapping.
ignoring column defaults of db which are function calls issue preaction#124
currently uuid columns are typed as string with no
particular format. However uuid strings stored in
uuid data types in databases does not support the
like operator. It is better to use '=' operator for
the uuid columns for a functional match.
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