draft: new group by, avoid small allocation

This commit is contained in:
2022-12-23 15:03:28 +08:00
parent 853b129343
commit 529c5cb6a8
14 changed files with 741 additions and 46 deletions
+5
View File
@@ -23,6 +23,11 @@
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'RelWDbgInf' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<OutputPath>bin\RelWDbgInf\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Folder Include="..\aquery_parser\" />
<Folder Include="..\engine\" />