-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.response requested
Description
Details for the issue
Bug taken from Closed Issue
What did you do?
Create a BLOB column.
Populate with any multiline text.
View entry in Cell Editor and observe with the available options:
Text
Binary
Image
XML
JSON
What did you expect to see?
When selecting Binary, I expected to see the EXACT hex information I provided.
And the exact Byte count I provided.
What did you see instead?
The hex information shows my [CR] characters are stripped from the [CR+LF] line endings.
Only Hex 0A remains.
The DB4S Character(s) count is NOT accurate since the [CR]'s are missing.
Useful extra information
The Qt editor/DB4S code does reapply the [CR+LF] characters on export or cut and paste clipboard?
All very confusing.
The prior Issue mentioned dropping the Qt editor gadget and just use the Scintilla gadget for all modes.
What operating system are you using?
- Windows: ( version:10 Pro_ )
- Linux: ( distro: ___ )
- Mac OS: ( version: ___ )
- Other: ___
What is your DB4S version?
- 3.11.1
- 3.11.0
- 3.10.1
- Other: ___3.11.99 v190304
Did you also
- Try out the latest nightly version: https://github.com/sqlitebrowser/sqlitebrowser#nightly-builds
- Search for an existing similar issue: https://github.com/sqlitebrowser/sqlitebrowser/issues?utf8=%E2%9C%93&q=is%3Aissue%20
Metadata
Metadata
Assignees
Labels
bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.response requested