-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Mostly) Bug Fixes for writing Strings (#35)
- Fix String write for when `length(str) != ncodeunits(str)` - `write(path::String, table)` now returns `path` instead of number of bytes written. - Support for writing `Char` - Attempting to write a String >254 bytes is now an error (previously a warning) - Change tests to depend on tables created within the tests as opposed to a .dbf file. - Added quirks/gotchas to README
- Loading branch information
Showing
5 changed files
with
113 additions
and
134 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 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
Binary file not shown.