Skip to content

Commit f8c8287

Browse files
committed
Web page update
1 parent 499e8c7 commit f8c8287

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

sql12/core/doc/changes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ Refactoring Plugin: When refactoring SQLs were chosen to be edited
181181
instead of the additional editor.
182182

183183
https://github.com/squirrel-sql-client/squirrel-sql-code/issues/38
184-
MSSQL Server, table scripting: datetime2 type was scripted as datetime.
184+
MSSQL Server, table scripting: datetime2 type was scripted as datetime.
185185

186186
MSSQL Server, table scripting: Replaced deprecated types text, image by varchar(max), and varbinary(max).
187187

188188
https://github.com/squirrel-sql-client/squirrel-sql-code/issues/17
189-
For databases which support catalogs and schemas, e.g. MSSQL Server, catalog nodes contained schemas
189+
For databases which support catalogs and schemas, e.g. MSSQL Server, catalog nodes contained schemas
190190
that didn't belong to the catalog.
191191
Technically speaking the result column "TABLE_CATALOG" returned by java.sql.DatabaseMetaData.getSchemas()
192192
was not regarded.

sql12/web-site/home.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,31 @@ <h3 class="body"><A name="newfeatures">Feature highlights of 4.8.0:</A></h3>
103103
<h1 class="body"><a name="latestnews"><h2 class="body">Latest News</h2></a></h1>
104104

105105
<center>
106+
<h3 class="body">
107+
New snapshot snapshot-20241219_2026 containing the following new features since the 4.8.0 release:<br>
108+
<table>
109+
<tr><td><b>&rArr; SQL result tabs that match the current SQL in the editor are marked</b></td></tr>
110+
<tr><td><b>&rArr; SQL result's find function now offers to narrow the columns to search</b></td></tr>
111+
<tr><td><b>&rArr; SQL result's detail data display now allows to automatically reformat XML or Json</b></td></tr>
112+
<tr><td><b>&rArr; Numeric values can be right aligned</b></td></tr>
113+
<tr><td><b>&rArr; Export to MS-Excel allows to configure auto filtering</b></td></tr>
114+
<tr><td><b>&rArr; Header rows of MS-Excel exports can be made bold/centered/frozen</b></td></tr>
115+
<tr><td><b>&rArr; Option to change the statement separator during SQL execution using --#SET TERMINATOR &lt;separator&gt;</b></td></tr>
116+
<tr><td><b>&rArr; Besides sums, means and deviations can now be displayed for selections in numerical columns</b></td></tr>
117+
<tr><td><b>&rArr; New Alias tree icons which for FlatLaf Look and Feels show if top level folders are expanded or collapsed </b></td></tr>
118+
</table>
119+
<br>
120+
For all new features and bug fixes see our change log at
121+
<a href="http://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt">SourceForge</a>
122+
or <a href="https://github.com/squirrel-sql-client/squirrel-sql-code/blob/master/sql12/core/doc/changes.txt">GitHub</a>.<br><br>
123+
snapshot-20241219_2026 releases on SourceForge are:<br>
124+
<A href="https://sourceforge.net/projects/squirrel-sql/files/3-snapshots/snapshot-20241219_2026/squirrel-sql-snapshot-20241219_2026-standard.jar/download">Download installer for Windows/Linux/others</a><br>
125+
<A href="https://sourceforge.net/projects/squirrel-sql/files/3-snapshots/snapshot-20241219_2026/squirrel-sql-snapshot-20241219_2026-MACOSX-install.jar/download">Download installer for Mac OS </a><br>
126+
snapshot-20241219_2026 releases on GitHub are:<br>
127+
<A href="https://github.com/squirrel-sql-client/squirrel-sql-snapshot-releases/releases/download/snapshot-20241219_2026/squirrel-sql-snapshot-20241219_2026-standard.jar">Download installer for Windows/Linux/others</a><br>
128+
<A href="https://github.com/squirrel-sql-client/squirrel-sql-snapshot-releases/releases/download/snapshot-20241219_2026/squirrel-sql-snapshot-20241219_2026-MACOSX-install.jar">Download installer for Mac OS </a><br><br>
129+
</h3>
130+
<div style="border-top: 3px solid grey"></div>
106131
<h3 class="body">
107132
<font size="+2">SQuirreL 4.8.0 is released (09/01/2024), feature highlights of 4.8.0:</font>
108133
<table>

0 commit comments

Comments
 (0)