Skip to content

Commit 1fc07a8

Browse files
committed
Update sqlean to 0.24.0
1 parent 386e705 commit 1fc07a8

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

ps1/Update-Deps.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ $sqliteDocHash = '5EC9651BBFAB7D3BF0A295F4D9BE7D861E9968EA993438F05B579D8A75FE1E
77
$sqliteSrcUrl = 'https://sqlite.org/2024/sqlite-src-3460000.zip'
88
$sqliteSrcHash = '070362109BEB6899F65797571B98B8824C8F437F5B2926F88EE068D98EF368EC'
99

10-
$sqleanVersion = '0.24.0'
10+
$sqleanVersion = '0.27.2'
1111
$sqleanZipUrl = "https://github.com/nalgeon/sqlean/archive/refs/tags/$sqleanVersion.zip"
12-
$sqleanZipHash = 'B5C349D83EAF7B3F6902678C1E701AE3FE0D639C18DEF2CC87C396EF9000BC14'
12+
$sqleanZipHash = '60DA5F399422D82B626EE767FF7FAE4F4430B5EE23A6E4FAAE496DF450F63A24'
1313

1414
$global:ProgressPreference = "SilentlyContinue"
1515
$ErrorActionPreference = "Stop"

src/SqlNotebook/SqlNotebook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3231,7 +3231,7 @@
32313231
<None Update="doc\sqlite\syntax\with-clause.html">
32323232
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
32333233
</None>
3234-
<!--doc end-->
3234+
<!--doc end-->
32353235
</ItemGroup>
32363236
<ItemGroup>
32373237
<None Update="Properties\Settings.settings">

src/sqlean.vcxproj.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<PropertyGroup Label="UserMacros" />
115115
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
116116
<ClCompile>
117-
<WarningLevel>Level3</WarningLevel>
117+
<WarningLevel>TurnOffAllWarnings</WarningLevel>
118118
<SDLCheck>true</SDLCheck>
119119
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;BYTE_ORDER=LITTLE_ENDIAN;_DEBUG;CRYPTO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120120
<PrecompiledHeader>NotUsing</PrecompiledHeader>
@@ -131,7 +131,7 @@
131131
</ItemDefinitionGroup>
132132
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
133133
<ClCompile>
134-
<WarningLevel>Level3</WarningLevel>
134+
<WarningLevel>TurnOffAllWarnings</WarningLevel>
135135
<FunctionLevelLinking>true</FunctionLevelLinking>
136136
<IntrinsicFunctions>true</IntrinsicFunctions>
137137
<SDLCheck>true</SDLCheck>
@@ -152,7 +152,7 @@
152152
</ItemDefinitionGroup>
153153
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
154154
<ClCompile>
155-
<WarningLevel>Level3</WarningLevel>
155+
<WarningLevel>TurnOffAllWarnings</WarningLevel>
156156
<SDLCheck>true</SDLCheck>
157157
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;BYTE_ORDER=LITTLE_ENDIAN;WIN32;_DEBUG;CRYPTO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158158
<PrecompiledHeader>NotUsing</PrecompiledHeader>
@@ -169,7 +169,7 @@
169169
</ItemDefinitionGroup>
170170
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
171171
<ClCompile>
172-
<WarningLevel>Level3</WarningLevel>
172+
<WarningLevel>TurnOffAllWarnings</WarningLevel>
173173
<FunctionLevelLinking>true</FunctionLevelLinking>
174174
<IntrinsicFunctions>true</IntrinsicFunctions>
175175
<SDLCheck>true</SDLCheck>
@@ -190,7 +190,7 @@
190190
</ItemDefinitionGroup>
191191
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
192192
<ClCompile>
193-
<WarningLevel>Level3</WarningLevel>
193+
<WarningLevel>TurnOffAllWarnings</WarningLevel>
194194
<SDLCheck>true</SDLCheck>
195195
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;BYTE_ORDER=LITTLE_ENDIAN;_DEBUG;CRYPTO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
196196
<PrecompiledHeader>NotUsing</PrecompiledHeader>
@@ -207,7 +207,7 @@
207207
</ItemDefinitionGroup>
208208
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
209209
<ClCompile>
210-
<WarningLevel>Level3</WarningLevel>
210+
<WarningLevel>TurnOffAllWarnings</WarningLevel>
211211
<FunctionLevelLinking>true</FunctionLevelLinking>
212212
<IntrinsicFunctions>true</IntrinsicFunctions>
213213
<SDLCheck>true</SDLCheck>

0 commit comments

Comments
 (0)