-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for proxying database adapters through a 'wrapper'
The timed adapter was the only remaining implementation of this proxy pattern, and was only actually printing statistics for `insert()` operations. This was not that useful, and the overhead (e.g. on identifying dead code / improving type safety / adding to adapters in future) of the proxy pattern was quite high relative to the benefit. You can, of course, implement and register your own adapter class as a proxy if you need it.
- Loading branch information
Showing
7 changed files
with
10 additions
and
589 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.