-
Notifications
You must be signed in to change notification settings - Fork 233
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
feature/CON-265 #394
base: develop
Are you sure you want to change the base?
feature/CON-265 #394
Conversation
Latest commit contains SpotlessApply. |
I reversed the order of the history and undo(changes, key, record) is now undoing results accurately. Also: added <= to while loop. NORMAL: 1565204100041001 ADD hi AS 5 (INTEGER) IN 1 AT 1565204100041001 REVERSE: 1565282665363000 REMOVE hi AS bye (STRING) IN 1 AT 1565282665363000 |
@robertcli you should write some unit tests |
Review for Jeff