We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No errors / warnings thrown when casting guest.lastVisit from remote text to local timestamp
guest.lastVisit
text
timestamp
The text was updated successfully, but these errors were encountered:
Currently we're just using adding / missing properties to identify differences in the schema: https://github.com/lathonez/clone-row/blob/master/CloneRow.py#L426-L427
We also do explicit encoding checks here https://github.com/lathonez/clone-row/blob/master/CloneRow.py#L109
But we need to extend this to make sure the data types of columns match up too
Sorry, something went wrong.
wulfsolter
No branches or pull requests
No errors / warnings thrown when casting
guest.lastVisit
from remotetext
to localtimestamp
The text was updated successfully, but these errors were encountered: