Skip to content

Commit 2a700b5

Browse files
Update README.md
1 parent 251c1ab commit 2a700b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ SQLiteClassBuilder createMyClasses(
4444
* using Decimal = double;
4545
* using DoublePrcsn = double;
4646
* using Double = double;
47-
* using Blob = std::shared_ptr<std::vector<Tinyint> >;
48-
* using Clob = std::shared_ptr< std::basic_string<unsigned char> >;
47+
* ``using Blob = std::shared_ptr<std::vector<Tinyint> >; // Stores binary data``
48+
* ``using Clob = std::shared_ptr< std::vector<char> >; // Stores strings that can have multiple NULL terminators``
4949
* using Nchar = **std::wstring**;
5050
* using Nvarchar = **std::wstring**;
5151
* using Character = std::string;

0 commit comments

Comments
 (0)