File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>System Requirements for Windows 7</h1>
1212 "https://support.microsoft.com/en-us/windows/install-windows-7-service-pack-1-sp1-b3da2c0f-cdb6-0572-8596-bab972897f61 ">
1313 Installation instructions</ a > </ li >
1414 < li > Windows Update KB3063858 - Download the updater for < a moz-do-not-send ="true " href =
15- "https://www.microsoft.com/en-us/download/details.aspx?id=47442 "> 64-bit</ a > • < a moz-do-not-send ="true " href =
15+ "https://www.microsoft.com/en-us/download/details.aspx?id=47442 "> 64-bit</ a > • < a moz-do-not-send ="true " href =
1616 "https://www.microsoft.com/en-us/download/details.aspx?id=47409 "> 32-bit</ a > < br > </ li >
1717 </ ul > If the SQL Notebook window does not appear when you launch the application, make sure that you have KB2533623
1818 installed. Click the link above to download and install the update, then try launching SQL Notebook again.< br >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <?define ProductVersion = " 1.2.1 " ?>
2+ <?define ProductVersion = " 1.2.2 " ?>
33<?define ProductUpgradeCode = " 1E7BF0C5-FEDF-4702-A504-6E32A7C86BA4" ?>
44<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
55 <Product
Original file line number Diff line number Diff line change 3535[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3636
3737// this is Application.ProductVersion
38- [ assembly: AssemblyFileVersion ( "1.2.1 " ) ]
38+ [ assembly: AssemblyFileVersion ( "1.2.2 " ) ]
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ <h1>Open source app for casual data exploration in SQL</h1>
2222 < hr width ="100% " size ="2 ">
2323 < h2 > News</ h2 >
2424 < ul >
25+ < li > < b > 2023-11-05</ b > - Version 1.2.2 is released. A build for 32-bit Windows computers has been added.
26+ < a moz-do-not-send ="true " href ="https://sqlite.org/releaselog/3_44_0.html "> SQLite 3.44.0</ a > adds new features
27+ including support for < tt > ORDER BY</ tt > clauses after the last parameter in aggregate functions like the new SQL
28+ Server-compatible < tt > STRING_AGG</ tt > .< br > </ li >
2529 < li > < b > 2023-01-07</ b > - Version 1.2.1 is released. This minor release fixes several user reported bugs.
2630 < a moz-do-not-send ="true " href ="https://sqlite.org/releaselog/3_40_1.html "> SQLite 3.40.1</ a > is now included,
2731 adding < code > RIGHT</ code > < code > JOIN</ code > and < code > FULL OUTER JOIN</ code > support to SQL Notebook.< br > </ li >
You can’t perform that action at this time.
0 commit comments