-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace manual ordering with SQL decryption
Following @vshvechko's advice, replaced manual ordering strategy with use of existing SQL decryption function, `decrypt_internal`, which greatly simplifies code and makes it more maintainable. Preserved record limit to ensure encrypted ordering requests do not overload SQL server.
- Loading branch information
1 parent
c4e513a
commit b406b29
Showing
2 changed files
with
101 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters