forked from sqlitebrowser/sqlitebrowser
-
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.
Fixes various small bugs with the quote and separator choices
Expanded out many of the functions so they can be single stepped through easily by newbies (eg me), which allowed for identifying (then fixing) a few minor bugs. * if setSeparatorChar() had an empty value passed to it the first time, then in subsequent calls it would silently use \0 instead, including using that in the output CSV data. Likely not great. ;) * the empty option for the quote separator is now correctly retained between runs of the dialog
- Loading branch information
1 parent
6622022
commit 5e5d250
Showing
1 changed file
with
134 additions
and
36 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