We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a226006 commit 5bcac0bCopy full SHA for 5bcac0b
README.md
@@ -46,8 +46,8 @@ SQLiteClassBuilder createMyClasses(
46
* using Double = double;
47
* using Blob = std::shared_ptr<std::vector<Tinyint> >;
48
* using Clob = std::shared_ptr< std::basic_string<unsigned char> >;
49
- * using Nchar = std::wstring;
50
- * using Nvarchar = std::wstring;
+ * using Nchar = **std::wstring**;
+ * using Nvarchar = **std::wstring**;
51
* using Character = std::string;
52
* using Varchar = std::string;
53
* Automatically populate the Table class with associated table
0 commit comments