Previous Versions are listed below, click here for Current Version:
6.4.0-1 Changelog
==========================================================================================
Release Notes WsSQL 6.4.0-1
==========================================================================================
BuildPackaging | WSSQL-144 Added support to WsSQL for CentOS7
ESPService | WSSQL-147 WsSQL is executing outdated published queries due to a caching issue
ECLEngine | WSSQL-152 Fixed published query parameter quoting
ECLEngine | WSSQL-155 Fixed ECL generation error while joining more than 2 tables
ECLEngine, ESPService | WSSQL-166 Prepared queries are given a name, and SQL is aligned
ESPService | WSSQL-148 Improve ad-hock query caching
ESPService | WSSQL-156 Necessary changes to build vs HPCC 6.4
ESPService | WSSQL-165 Do not attempt to parameterize prepared queries
SQLParser | WSSQL-151 Fixed issue where cached queries were erroneously executed
SQLParser | WSSQL-70 Provide String Wildcard support
Known limitations for 6.4.0-1 release
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 6.4.0 required
- WSSQL-115 - Performing an outer join using the same target file, and assigning aliases to both references of the file can cause an internal runtime error
- WSSQL-112 - WsSQL does not support files that contain ‘.’ characters in the file name.
- WSSQL-120 - Multiple non-unique entries in SELECT list are not processed correctly, Workaround is to utilize aliases.
- WSSQL-83 - Legacy Index files might cause WsSQL errors See the HPCC Systems Redbook for details.
- WSSQL-74 - Nested select statements not supported
- WSSQL-71 - Join can cause merge of non-uniquely named fields
- WSSQL-57 - HPCC files can contain SQL-illegal characters ‘::’ which denote HPCC scopes. Client might be required to quote the entire file name
- WSSQL-37 - Stored Procedures (Published Query names) with invalid names are not filtered from GetDBMetaData results. The workaround is to ensure your jobname is not an SQL reserved word. These are listed in the manual.
- WSSQL-27 - ECL identifiers cannot use SQL reserved words. These are listed in the manual.
- WSSQL-139 - Complex SQL Queries don't fully utilize indexes (Keyed JOINs)
- WSSQL-168 - Failed query (due to target cluster timeout) are cached Workaround is to set the “ignore cache” flag in request
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos6 Release Date: 08/03/2017 Centos 64bit | 1.9MB | 6.4.0 | Download MD5:77bde09278a15a9e080c7174cc61901b |
WsSQL Centos7 Release Date: 08/03/2017 Centos 64bit | 1.9MB | 6.4.0 | Download MD5:4d1dfa3a7de442bcfc6a9f85611c5aab |
WsSQL Ubuntu 14.04 Release Date: 08/03/2017 Ubuntu 64bit | 1.8MB | 6.4.0 | Download MD5:95f7d95815414be3d790f2066c97252f |
WsSQL Ubuntu 16.04 Release Date: 08/03/2017 Ubuntu 64bit | 1.7MB | 6.4.0 | Download MD5:97783daa944d0ae664c00fd70ccda046 |
WsSQL Ubuntu 16.10 Release Date: 08/03/2017 Ubuntu 64bit | 1.7MB | 6.4.0 | Download MD5:273bee3c6a782aea3dc8c039460aa25b |
WsSQL Ubuntu 17.04 Release Date: 08/03/2017 Ubuntu 64bit | 1.7MB | 6.4.0 | Download MD5:68dbb198018770db8efe1336b6af31f5 |
* sizes are approximate
Changelog
==========================================================================================
Release Notes WsSQL 6.2.2-1
==========================================================================================
ESPEngine | WSSQL-155 Multiple JOINs issue resolved
ESPService | WSSQL-154 Advanced query cache re-enabled
Known Limitations for WsSQL 6.2.2-1
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 6.2.+ required
- WSSQL-115 - Performing an outer join using the same target file, and assigning aliases to both references of the file can cause an internal runtime error
- WSSQL-112 - WsSQL does not support files that contain ‘.’ characters in the file name.
- WSSQL-120 - Multiple non-unique entries in SELECT list are not processed correctly, Workaround is to utilize aliases.
- WSSQL-83 - Legacy Index files might cause WsSQL errors See the HPCC Systems Redbook for details.
- WSSQL-74 - Nested select statements not supported
- WSSQL-71 - Join can cause merge of non-uniquely named fields
- WSSQL-57 - HPCC files can contain SQL-illegal characters ‘::’ which denote HPCC scopes. Client might be required to quote the entire file name
- WSSQL-37 - Stored Procedures (Published Query names) with invalid names are not filtered from GetDBMetaData results. The workaround is to ensure your jobname is not an SQL reserved word. These are listed in the manual.
- WSSQL-27 - ECL identifiers cannot use SQL reserved words. These are listed in the manual.
- WSSQL-139 - Complex SQL Queries don't fully utilize indexes (Keyed JOINs)
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos5/RHEL5 Release Date: 02/17/2017 Centos 64bit | 560KB | 6.2.2 | Download MD5:27f4c349c000f88e3d0368e52fb34a66 |
WsSQL Centos6 Release Date: 02/17/2017 Centos 64bit | 443KB | 6.2.2 | Download MD5:3a02f70b19520f1b1de3cf130b94fc6c |
WsSQL Centos7 Release Date: 02/17/2017 Centos 64bit | 440KB | 6.2.2 | Download MD5:53db1582414a010412a2debb3816c935 |
WsSQL Ubuntu 12.04 LTS Release Date: 02/17/2017 Ubuntu 64bit | 591KB | 6.2.2 | Download MD5:654cb2b7cbd43da5a842fc6d22a9ea1c |
WsSQL Ubuntu 14.04 Release Date: 02/17/2017 Ubuntu 64bit | 409KB | 6.2.2 | Download MD5:2a80d65e4a2cca5b121b7ee10020572a |
WsSQL Ubuntu 16.04 Release Date: 02/17/2017 Ubuntu 64bit | 401KB | 6.2.2 | Download MD5:4abfe75eeb473e34882f33eb5cb7f128 |
WsSQL Ubuntu 16.10 Release Date: 02/17/2017 Ubuntu 64bit | 404KB | 6.2.2 | Download MD5:ff3ab3272724bf484f294a9e5fa9878a |
* sizes are approximate
6.2.0-2 Changelog
==========================================================================================
Release Notes WsSQL 6.2.0-2
==========================================================================================
BuildPackaging | WSSQL-129 Removed deprecated GET_TARGET_PROPERTY and replaced with target generator
BuildPackaging | WSSQL-143 Remove DEPENDS keyword from add_dependencies call
BuildPackaging | WSSQL-144 Fix install-time issue preventing use of pre-existing directories
BuildPackaging | WSSQL-146 Do not attempt to build for 64 bit if 32 bit system
Documentation | WSSQL-125 Document Params must be passed in order
Documentation | WSSQL-138 Allow multiple HPCC target clusters (Reduces backlog)
ESPService | WSSQL-142 Feature Authentication Required (Security Enhancement)
ESPService | WSSQL-148 Improve ad-hock query caching
ESPService | WSSQL-147 No longer cache outdated published queries
Known Limitations for WsSQL 6.2.0-2
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 6.2.0 required
- WSSQL-115 - Performing an outer join using the same target file, and assigning aliases to both references of the file can cause an internal runtime error
- WSSQL-112 - WsSQL does not support files that contain ‘.’ characters in the file name.
- WSSQL-120 - Multiple non-unique entries in SELECT list are not processed correctly, Workaround is to utilize aliases.
- WSSQL-83 - Legacy Index files might cause WsSQL errors See the HPCC Systems Redbook for details.
- WSSQL-74 - Nested select statements not supported
- WSSQL-71 - Join can cause merge of non-uniquely named fields
- WSSQL-57 - HPCC files can contain SQL-illegal characters ‘::’ which denote HPCC scopes. Client might be required to quote the entire file name
- WSSQL-37 - Stored Procedures (Published Query names) with invalid names
- WSSQL-27 - ECL identifiers cannot use SQL reserved words. These are listed in the manual.
- WSSQL-139 - Complex SQL Queries don't fully utilize indexes (Keyed JOINs)
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos5/RHEL5 Release Date: 12/21/2016 Centos 64bit | 559KB | 6.2.0 | Download MD5:aa4cce11e95634ab692f031e28a90fac |
WsSQL Centos6 Release Date: 12/21/2016 Centos 64bit | 442KB | 6.2.0 | Download MD5:0a6a0d66a645a908dd523212760f66d0 |
WsSQL Centos7 Release Date: 12/21/2016 Centos 64bit | 438KB | 6.2.0 | Download MD5:701710c3ff2c0cde5dbe27e8bcfcb780 |
WsSQL Ubuntu 12.04 LTS Release Date: 12/21/2016 Ubuntu 64bit | 558KB | 6.2.0 | Download MD5:f6aa4c4758fc9ada231b80201b9af57a |
WsSQL Ubuntu 14.04 Release Date: 12/21/2016 Ubuntu 64bit | 406KB | 6.2.0 | Download MD5:fd25de907899568ab646a981ca88ba47 |
WsSQL Ubuntu 16.04 Release Date: 12/21/2016 Ubuntu 64bit | 401KB | 6.2.0 | Download MD5:e13d17fe3f89590aada4b32c7c41ef2a |
WsSQL Ubuntu 16.10 Release Date: 12/21/2016 Ubuntu 64bit | 402KB | 6.2.0 | Download MD5:1d2713e0808708e0ff186c8aa26bc088 |
* sizes are approximate
6.0.0-1 Changelog
==========================================================================================
Release Notes WsSQL 6.0.0-1
==========================================================================================
ECLEngine | WSSQL-137 Adds support for target cluster switching
ESPService | WSSQL-127 GetDBMetaData should report super files
ESPService | WSSQL-128 Consider aggregate funtion params when verifying sortby grpby
BuildPackaging | WSSQL-132 Remove Tech Preview disclaimer from Docs
BuildPackaging | WSSQL-135 Add xenail dependency file
BuildPackaging | WSSQL-107 Changes to keep up with HPCC platform master
BuildPackaging | WSSQL-126 Add support for c++11
BuildPackaging | WSSQL-134 Restrict wssql install to compatible HPCC minor versions
ESPService | WSSQL-130 Add TxSummary infomation
ESPService | WSSQL-131 Address memleak issues in getdbmetadata
Known Limitations for WsSQL 6.0.0-1
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 6.0.0 required
- RPM based instals might erroneously report "Failed Dependencies" related to antlr libraries
If this occurs, user can request to ignore failed dependencies:
> sudo rpm -Uvh hpccsystems-wssql-6.0.0-XXX.rpm
- WSSQL-147 - WsSQL is executing outdated published queries due to a caching issue - If a published query is accessed through WsSQL, and the query is subsequently deleted and republished, WsSQL may continue to access the original query logic due to query caching. As a workaround, delete the original workunit This forces WsSQL to use the updated workunit.
- WSSQL-115 - Performing an outer join using the same target file, and assigning aliases to both references of the file can cause an internal runtime error
- WSSQL-112 - WsSQL does not support files that contain ‘.’ characters in the file name.
- WSSQL-120 - Multiple non-unique entries in SELECT list are not processed correctly, utilize aliases.
- WSSQL-83 - Legacy Index files might cause WsSQL errors See the HPCC Systems Redbook for details
- WSSQL-74 - Nested select statements not supported
- WSSQL-71 - Join can cause merge of non-uniquely named fields
- WSSQL-57 - HPCC files can contain SQL-illegal characters ‘::’ which denote HPCC scopes. Client might be required to quote the entire file name
- WSSQL-37 - Stored Procedures (Published Query names) with invalid names are not filtered from GetDBMetaData results. The workaround is to ensure your jobname is not an SQL reserved word. These are listed in the manual.
- WSSQL-27 - ECL identifiers cannot use SQL reserved words. These are listed in the manual.
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos5/RHEL5 Release Date: 06/02/2016 Centos 64bit | 543KB | 6.0.0 | Download MD5:3778a98a08349ed9c059165b04c428d1 |
WsSQL Centos6 Release Date: 06/02/2016 Centos 64bit | 433KB | 6.0.0 | Download MD5:c59041c870cd91ca8b562c565bb361e3 |
WsSQL Centos7 Release Date: 06/02/2016 Centos 64bit | 429KB | 6.0.0 | Download MD5:b59f3057503ac498ba0ce087d6abb4c4 |
WsSQL Ubuntu 12.04 LTS Release Date: 06/02/2016 Ubuntu 64bit | 542KB | 6.0.0 | Download MD5:c1c4d97fe74b7f346dbec80e649f4a3b |
WsSQL Ubuntu 14.04 Release Date: 06/02/2016 Ubuntu 64bit | 398KB | 6.0.0 | Download MD5:99d4ec4574badd21eab1c9396ebb61de |
WsSQL Ubuntu 15.10 Release Date: 06/02/2016 Ubuntu 64bit | 388KB | 6.0.0 | Download MD5:9af97dc0d41c359f7f07dfa0bd24bd5a |
WsSQL Ubuntu 16.04 Release Date: 06/02/2016 Ubuntu 64bit | 388KB | 6.0.0 | Download MD5:80b137cd71b4ecdc300cd38c868e5852 |
* sizes are approximate
5.6.0-1 Changelog
==========================================================================================
Release Notes WsSQL 5.6.0-1 Technical Preview
==========================================================================================
ESPService | WSSQL-130 Add TxSummary information
ESPService | WSSQL-128 Consider aggregate funtion params when verifying sortby grpby
ESPService | WSSQL-127 GetDBMetaData should report super files
BuildPackaging | WSSQL-122 Changed order of installation call in cmake ws_sql file
BuildPackaging | WSSQL-129 Removed deprecated GET_TARGET_PROPERTY and replaced with target generator
Known Limitations for WsSQL 5.6.0-1 Technical Preview
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 5.6.0 required
- RPM based instals might erroneously report "Failed Dependencies" related to antlr libraries
If this occurs, user can request to ignore failed dependencies:
> sudo rpm -Uvh hpccsystems-wssql-5.4.0-XXX.rpm
- WSSQL-115 - Performing an outer join using the same target file, and assigning aliases to both references of the file can cause an internal runtime error
- WSSQL-112 - WsSQL does not support files that contain ‘.’ characters in the file name.
- WSSQL-120 - Multiple non-unique entries in SELECT list are not processed correctly, utilize aliases.
- WSSQL-83 - Legacy Index files might cause WsSQL errors See the HPCC Systems Redbook for details
- WSSQL-74 - Nested select statements not supported
- WSSQL-71 - Join can cause merge of non-uniquely named fields
- WSSQL-57 - HPCC files can contain SQL-illegal characters ‘::’ which denote HPCC scopes. Client might be required to quote the entire file name
- WSSQL-37 - Stored Procedures (Published Query names) with invalid names are not filtered from GetDBMetaData results. The workaround is to ensure your jobname is not an SQL reserved word. These are listed in the manual.
- WSSQL-27 - ECL identifiers cannot use SQL reserved words. These are listed in the manual.
* sizes are approximate
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos7 Release Date: 04/01/2016 Centos 64bit | 437KB | 5.6.0 | Download MD5:4d288624a26728d4d2b9111acb1080a6 |
WsSQL Centos5/RHEL5 Release Date: 04/01/2016 Centos 64bit | 555KB | 5.6.0 | Download MD5:e77d6b2c1f5f0daf0d90c7170339329c |
WsSQL Centos6 Release Date: 04/01/2016 Centos 64bit | 440KB | 5.6.0 | Download MD5:81351c3d9dd257b048a9ba2c33d1e716 |
WsSQL Ubuntu 12.04 LTS Release Date: 04/01/2016 Ubuntu 64bit | 548KB | 5.6.0 | Download MD5:813e6a80ae19eaf099124b1915d349e5f |
WsSQL Ubuntu 12.04 LTS Release Date: 04/01/2016 Ubuntu 32bit | 534KB | 5.6.0 | Download MD5:90f37db99c686f20baff47d2c1810661 |
WsSQL Ubuntu 14.04 Release Date: 04/01/2016 All versions | 558KB | 5.6.0 | Download MD5:0c5798b50a366ecedec990dd46725f6f |
WsSQL Ubuntu 15.04 Release Date: 04/01/2016 Ubuntu 64bit | 546KB | 5.6.0 | Download MD5:72ecf73a8c9cb9b650972aa2f442aab2 |
WsSQL Ubuntu 15.10 Release Date: 04/01/2016 Ubuntu 64bit | 529KB | 5.6.0 | Download MD5:61830ca3a3ff0ddc1c51014706947b04 |
* sizes are approximate
5.4.10-1 Changelog
==========================================================================================
Release Notes WsSQL 5.4.10-1 Technical Preview
==========================================================================================
=================================================================
Comprehensive list of changes from 5.2.4-1 to 5.4.10-1
=================================================================
ESPService | WSSQL-127 GetDBMetaData should report super files
ESPService | WSSQL-128 Consider aggregate funtion params when verifying sortby grpby
ESPService | WSSQL-96 Add SQL create and load method
SQLParser | WSSQL-105 AddSQLCreateLoadSyntax
==========================================================================================
Known Limitations for WsSQL 5.2.4-1 Technical Preview
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 5.2.0 required
WSSQL-37 Stored Procedures (Published Query names) with invalid names are not filtered from GetDBMetaData results. The workaround is to ensure your jobname is not an SQL reserved word. These are listed in the manual.
WSSQL-34 Large dataset results (too large to store in WU) can result in errors
WSSQL-27 ECL identifiers cannot use SQL reserved words. These are listed in the manual.
WSSQL-71 Join can cause merge of non-uniquely named fields
WSSQL-73 HPCC files with nested record definitions cause errors
WSSQL-83 Legacy Index files might cause WsSQL errors See the HPCC Systems Redbook for details
WSSQL-74 Nested select statements not supported
WSSQL-57 HPCC files can contain SQL-illegal characters ‘::’ which denote HPCC scopes. Client might be required to quote the entire file name
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos5/RHEL5 Release Date: 04/27/2016 Centos 64bit | 569KB | 5.4.10 | Download MD5: ce918dccac581024d32a4c3889c4b016 |
WsSQL Centos6 Release Date: 04/27/2016 Centos 64bit | 451KB | 5.4.10 | Download MD5: b25e1290cb20532aed93e81a034a57e6 |
WsSQL Centos7 Release Date: 04/27/2016 Centos 64bit | 448KB | 5.4.10 | Download MD5: c0b6c454f1a91de85a34271075986dbc |
WsSQL Ubuntu 12.04 LTS Release Date: 04/27/2016 Ubuntu 64bit | 561KB | 5.4.10 | Download MD5: a520c90d29bbd5e4a1fac8805d49001a |
WsSQL Ubuntu 12.04 LTS Release Date: 04/27/2016 Ubuntu 32bit | 547KB | 5.4.10 | Download MD5: c22ace7405186102f080df4954a4bbb1 |
WsSQL Ubuntu 14.04 Release Date: 04/27/2016 All versions | 572KB | 5.4.10 | Download MD5: df2e23b2b6225b8789bb17cb09d9da62 |
WsSQL Ubuntu 15.04 Release Date: 04/27/2016 Ubuntu 64bit | 559KB | 5.4.10 | Download MD5: f552905c6aeace062f314616bae2b692 |
WsSQL Ubuntu 15.10 Release Date: 04/27/2016 Ubuntu 64bit | 559KB | 5.4.10 | Download MD5: ccf4371a4356b7638f33210b048f9576 |
* sizes are approximate
5.2.4-1 Changelog
========================================================================================== Release Notes WsSQL 5.2.4-1 Technical Preview
==========================================================================================
=================================================================
Comprehensive list of changes from 5.2.2-1 to 5.2.4-1
=================================================================
WSSQL-92 Query caching incorrect when Order by ASC|DESC
WSSQL-72 Fix index fetch processing
WSSQL-87 account for literal value function parameters
WSSQL-19 Add total count information
WSSQL-86 Attach original and normalized SQL to ECL query
WSSQL-85 include index hint in normalized version of sql query
WSSQL-84 Support index based query sans limit clause
WSSQL-82 Fix index annotations
==========================================================================================
Known Limitations for WsSQL 5.2.4-1 Technical Preview
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 5.2.0 required
WSSQL-37 Stored Procedures (Published Query names) with invalid names are not filtered from GetDBMetaData results. The workaround is to ensure your jobname is not an SQL reserved word. These are listed in the manual.
WSSQL-34 Large dataset results (too large to store in WU) can result in errors
WSSQL-27 ECL identifiers cannot use SQL reserved words. These are listed in the manual.
WSSQL-71 Join can cause merge of non-uniquely named fields
WSSQL-73 HPCC files with nested record definitions cause errors
WSSQL-83 Legacy Index files might cause WsSQL errors
See the HPCC Systems Redbook for details
WSSQL-74 Nested select statements not supported
WSSQL-57 HPCC files can contain SQL-illegal characters ‘::’ which denote HPCC scopes. Client might be required to quote the entire file name
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos5/RHEL5 Release Date: 02/26/2015 Centos 64bit | 395KB | 5.2.4 | Download MD5: 8b2ea185c9e9857b44801e0dd9266d51 |
WsSQL Centos6 Release Date: 02/26/2015 Centos 64bit | 389KB | 5.2.4 | Download MD5: 7e6e5d3d754cd4d5aaddab0a37f1c332 |
WsSQL Centos7 Release Date: 03/20/2015 Centos 64bit | 323KB | 5.2.4 | Download MD5: bc7e3fef44e8251413f65023e3c9cdc1 |
WsSQL Ubuntu 12.04 LTS Release Date: 02/26/2015 Ubuntu 64bit | 395KB | 5.2.4 | Download MD5: 84c6e51bb2fbabfea1b4385a5e294081 |
WsSQL Ubuntu 12.04 LTS Release Date: 02/26/2015 Ubuntu 32bit | 395KB | 5.2.4 | Download MD5: e25471c2bd5393ec31203e44ab9b0b08 |
WsSQL Ubuntu 14.04 Release Date: 02/26/2015 All versions | 395KB | 5.2.4 | Download MD5: 2d4af12a00e4c2b2307fed30b8984325 |
WsSQL Ubuntu 14.10 Release Date: 03/20/2015 Ubuntu 64bit | 398KB | 5.2.4 | Download MD5: 1e9436a5a1509f1dc88a6004ffb86ca1 |
* sizes are approximate
5.2.2-1 Changelog
==========================================================================================
Release Notes WsSQL 5.2.2-1 Technical Preview
==========================================================================================
=================================================================
Comprehensive list of changes from 5.2.0-1 to 5.2.2-1
=================================================================
WSSQL-68 Fix select list wildcard syntax
WSSQL-65 Allow caller to provide target cluster and queryset for “call function()” queries
WSSQL-75 Add support for quoted aliases
WSSQL-78 Add support for constant select clause entries (eg select 1, 2, ‘hello’)
WSSQL-77 Allow use of schema name where referencing a table (eg select * from hpcc.mytable)
==========================================================================================
Known Limitations for WsSQL 5.2.2-1 Technical Preview
==========================================================================================
- You must restart the HPCC ESP component after installing WsSQL
- HPCC Platform 5.2.0 required
WSSQL-37 Stored Procedures (Published Query names) with invalid names are not filtered from GetDBMetaData results. The workaround is to ensure your jobname is not an SQL reserved word. These are listed in the manual.
WSSQL-35 When installing an RPM-based package, you must use sudo rpm -Uvh --nodeps.
WSSQL-34 Large dataset results (too large to store in WU) can result in errors
WSSQL-27 ECL identifiers cannot use SQL reserved words. These are listed in the manual.
WSSQL-71 Join can cause merge of non-uniquely named fields
WSSQL-73 HPCC files with nested record definitions cause errors
WSSQL-66 Columns with underscores in name can cause errors
SQL Interface for HPCC
Release | Size* | Version | |
WsSQL Centos5/RHEL5 Release Date: 02/26/2015 Centos 64bit | 395KB | 5.2.2 | Download MD5: bac9fdf0eaefb0cdafdb2bb2940bee94 |
WsSQL Centos6 Release Date: 02/26/2015 Centos 64bit | 389KB | 5.2.2 | Download MD5: 343e10d1ce40fcf821400b559a82dc40 |
WsSQL Centos7 Release Date: 03/20/2015 Centos 64bit | 323KB | 5.2.2 | Download MD5: 39441feddba0e229b06de67fe5cdd241 |
WsSQL Ubuntu 12.04 LTS Release Date: 02/26/2015 Ubuntu 64bit | 395KB | 5.2.2 | Download MD5: 899a6b96c33657eba98c16dfe63df3c6 |
WsSQL Ubuntu 12.04 LTS Release Date: 02/26/2015 Ubuntu 32bit | 395KB | 5.2.2 | Download MD5: ed158626afddd0107a32c9bb50a159a6 |
WsSQL Ubuntu 14.04 Release Date: 02/26/2015 All versions | 395KB | 5.2.2 | Download MD5: c48fd9574e4d9bc50f9641d5c698f3ca |
WsSQL Ubuntu 14.10 Release Date: 03/20/2015 Ubuntu 64bit | 398KB | 5.2.2 | Download MD5: dec78ae677003086015c13cf3eb335a3 |
* sizes are approximate