Skip to content

Commit

Permalink
(Obsidian) further notes on database (re)design and discovery that SQ…
Browse files Browse the repository at this point in the history
…Lite can do BLOBs for primary keys, obviating the need for BASE58X... until we realize it's still useful for our text-based communications with other software components, such as our FTS (Full Test Search) engine component (SOLR, most probably) that's to replace old curfty Lucene.
  • Loading branch information
GerHobbelt committed Sep 14, 2022
1 parent 4151c82 commit 772d9e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Can We Talk - Node B/Can We Talk - Node B.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
2 changes: 2 additions & 0 deletions Cpp Windows App/Cpp Windows App.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit 772d9e0

Please sign in to comment.