-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SQLite header parsing functionality and associated tests (#249)
* Added SQLite header parsing functionality and associated tests * Removed unused header file. * Removed an accidental copy pasted remove() statement * Replaced stdint with plain old C types for now. Will apply fixed with datatypes to cpp11 branch * Added test scenarios to simulate blank file name, non existant file and a corrupt header * Refactored exception flow to match latest tidying, brought casts out of function calls and cleared up invalid header exception message
- Loading branch information
Showing
3 changed files
with
233 additions
and
1 deletion.
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 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