File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1107,3 +1107,23 @@ Added Use bcp as a user option #587 (#584)
11071107Add Optional Invisible Primary Key to History for Replication in MySQL and MariaDB #586 (#580)
11081108Update precision of w_ytd to prevent numeric field overflow #585 (#577)
11091109Container file simplication #569
1110+
1111+ ---------------------------------------------------------------------
1112+
1113+ Version 4.10 Feb 2024
1114+
1115+ Pull Requests & Issues
1116+
1117+ Increase default CLI timeouts #668 (#667)
1118+ Add support for Microsoft Entra authentication for SQL Server #665 (#662)
1119+ Add schema and consistency checks for all databases for TPROC-C and TPROC-H #664 (#659)
1120+ Add quotemeta function to escape special characters in passwords #658 (#561,#606)
1121+ Add bcp -u option for SQL Server to trust the server certificate #653 (#651)
1122+ MSSQL TPCH Create Advanced Statistics #652
1123+ MSSQLS TPCH Add Flag to Partition Orders and Lineitems #647
1124+ Add giset command to set generic dictionary settings #646 (#645)
1125+ Add check to vurun for pre-existing threads #644 (#643)
1126+ Add optional purge and write back for MariaDB TPROC-C database #642 (#640)
1127+ Docker cloudtk docker gui #641 (#631)
1128+ Fix call ash_fetch,error on Windows client running PostgreSQL metrics #638 (#637)
1129+ Alter MSSQLS TPCH Schema to use Decimal not Money #634
Original file line number Diff line number Diff line change 1515# mpstatPlot -- visual display of mpstat idle value for all processors
1616# by Keith Vetter
1717#
18- # Copyright (C) 2003-2023 Steve Shaw
18+ # Copyright (C) 2003-2024 Steve Shaw
1919# Author contact information at: http://www.hammerdb.com
2020#
2121# This program is free software; you can redistribute it and/or
@@ -40,7 +40,7 @@ namespace import comm::*
4040interp recursionlimit {} 3000
4141global agentlist S iswin
4242set iswin " false"
43- set version 4.9
43+ set version 4.10
4444
4545if {$tcl_platform (platform) == " windows" } {
4646 package require twapi
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exec wish8.6 -file $0 ${1+"$@"}
1010exit
1111# #######################################################################
1212# HammerDB
13- # Copyright (C) 2003-2023 Steve Shaw
13+ # Copyright (C) 2003-2024 Steve Shaw
1414# Author contact information at: http://www.hammerdb.com
1515#
1616# This program is free software; you can redistribute it and/or
2727# License along with this program; If not, see <https://www.gnu.org/licenses/>
2828# #######################################################################
2929global hdb_version
30- set hdb_version " v4.9 "
30+ set hdb_version " v4.10 "
3131set mainGeometry +10+10
3232set UserDefaultDir [ file dirname [ info script ] ]
3333::tcl::tm::path add " $UserDefaultDir /modules"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export PYTHONPATH="./lib/tclpy0.4:$PYTHONPATH"
1010exec ./bin/tclsh8.6 " $0 " ${1+" $@ " }
1111# #######################################################################
1212# HammerDB
13- # Copyright (C) 2003-2023 Steve Shaw
13+ # Copyright (C) 2003-2024 Steve Shaw
1414# Author contact information at: http://www.hammerdb.com
1515#
1616# This program is free software; you can redistribute it and/or
@@ -27,9 +27,9 @@ exec ./bin/tclsh8.6 "$0" ${1+"$@"}
2727# License along with this program; If not, see <https://www.gnu.org/licenses/>
2828# #######################################################################
2929global hdb_version
30- set hdb_version " v4.9 "
30+ set hdb_version " v4.10 "
3131puts " HammerDB CLI $hdb_version "
32- puts " Copyright (C) 2003-2023 Steve Shaw"
32+ puts " Copyright (C) 2003-2024 Steve Shaw"
3333if { $argc eq 0 } {
3434set argv0 " " } else { set argv0 [ string tolower [lindex $argv 0 ]] }
3535if { $argv0 == " " || $argv0 == " tcl" || $argv0 == " auto" } {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export PATH="./bin:$PATH"
88exec ./bin/tclsh8.6 " $0 " ${1+" $@ " }
99# #######################################################################
1010# HammerDB
11- # Copyright (C) 2003-2023 Steve Shaw
11+ # Copyright (C) 2003-2024 Steve Shaw
1212# Author contact information at: http://www.hammerdb.com
1313#
1414# This program is free software; you can redistribute it and/or
@@ -30,10 +30,10 @@ set argv0 "wait"
3030set argv0 [ string tolower [lindex $argv 0 ]]
3131}
3232global hdb_version
33- set hdb_version " v4.9 "
33+ set hdb_version " v4.10 "
3434 if { $argv0 ! = " gui" } {
3535puts " HammerDB Web Service $hdb_version "
36- puts " Copyright (C) 2003-2023 Steve Shaw"
36+ puts " Copyright (C) 2003-2024 Steve Shaw"
3737puts " Type \" help\" for a list of commands"
3838 }
3939set UserDefaultDir [ file dirname [ info script ] ]
Original file line number Diff line number Diff line change @@ -1972,14 +1972,14 @@ proc vuser_options {} {
19721972proc about { } {
19731973 global hdb_version
19741974 tk_messageBox -title About -message " HammerDB $hdb_version
1975- Copyright (C) 2003-2023
1975+ Copyright (C) 2003-2024
19761976Steve Shaw\n "
19771977}
19781978
19791979proc license { } {
19801980 tk_messageBox -title License -message "
19811981This copyright notice must be included in all distributions.
1982- Copyright (C) 2003-2023 Steve Shaw
1982+ Copyright (C) 2003-2024 Steve Shaw
19831983
19841984This program is free software: you can redistribute it and/or modify it under the terms
19851985of the GNU General Public License as published by the Free Software Foundation,
You can’t perform that action at this time.
0 commit comments