You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @dan-da
I've got an update that adds support for a separate audit schema by extending the namespace capabilities. Additionally, the update adds a "snapshot" query to the end of every file generated, this query can be used to take a snapshot of the current state of the source table. This is useful for starting off a new audit table, or catching up a table thats falling out of sync.
It looks like I can't send in my pull request with the current security settings on the repo, if you would like the update please let me know that you've added me.
Thank you so much for putting this together, this tool helped me a lot.
Warning this is my first PHP code, hopefully the update will meet your quality standards, but if not let me know how to improve.
The text was updated successfully, but these errors were encountered:
To submit your pull request, you should first fork cdc_audit into your own repo and commit your changes there. Usually you should create a unique branch per pull request. Commit your changes to your branch, push, and then submit a pull request from your forked repo on github.
Also, it sounds like the schema support and the snapshot query are distinct features. If at all possible, it would be best to put these into two separate branches and submit a separate pull request for each. This makes it easier to review, and if necessary revert, each feature separately. thx.
Hi @dan-da
I've got an update that adds support for a separate audit schema by extending the namespace capabilities. Additionally, the update adds a "snapshot" query to the end of every file generated, this query can be used to take a snapshot of the current state of the source table. This is useful for starting off a new audit table, or catching up a table thats falling out of sync.
It looks like I can't send in my pull request with the current security settings on the repo, if you would like the update please let me know that you've added me.
Thank you so much for putting this together, this tool helped me a lot.
Warning this is my first PHP code, hopefully the update will meet your quality standards, but if not let me know how to improve.
The text was updated successfully, but these errors were encountered: