Files
sqlitebrowser/src
Martin Kleusberg 6c8712d804 Change the internal data type for cell contents to a binary type
Store the data of a DB cell in a QByteArray, i.e. a binary data type,
instead of putting it in a QString, thus converting it to a UTF8 string.

Rewrite the reading and writing of DB cells to correctly handle binary
data containing 0x00 bytes.

Change the edit dialog to actually do all the data checks etc. on a
currently invisible QHexEdit widget instead of a QTextEdit.

All these changes combined make it possible to actually store binary
data without it being corrupted. You can for example import pictures
now, export them and actually open the exported file. So this is an
improvement.
2013-03-17 01:38:48 +01:00
..
2013-01-02 23:34:40 +01:00
2013-01-08 21:19:01 +01:00
2012-01-19 23:02:27 +01:00
2013-01-20 15:16:35 +01:00
2013-01-29 18:26:29 +01:00
2013-03-16 23:36:36 +01:00