Closed hiagomeels closed 2 years ago
Hi, I'm starting to use your lib and notice that currently, the lib is not handling some if_not_exists functions.
If I understood the functionalities correctly the changes on this PR will add the support for create_if_not_exists, add_if_not_exists functions.
create_if_not_exists
add_if_not_exists
Let me know your thoughts about it.
Nice catch! Thanks for finding the issue and preparing the solution.
Hi, I'm starting to use your lib and notice that currently, the lib is not handling some if_not_exists functions.
If I understood the functionalities correctly the changes on this PR will add the support for
create_if_not_exists
,add_if_not_exists
functions.Let me know your thoughts about it.