| |
Date | Build Number | Change Type | Description |
09/11/2024 | 9020 | OData | Added
- ExcludeControlInformationRootType 接続プロパティが追加されました。
|
08/30/2024 | 9008 | OData | Added
- OAuthClient およびOAuthPassword 認証スキームのサポートが追加されました。
Deprecated
- OAuthGrantType 接続プロパティは廃止されました。
|
07/18/2024 | 8965 | OData | Added
- sys_tablecolumns システムテーブルにColumnType カラムが追加されました。このカラムは、スキーマのテーブル / ビューのカラムがスタンダードカラム、ナビゲーションプロパティ、ナビゲーションキー、リファレンスカラム、ナビゲーションペアレントキーのいずれであるかを識別します。
|
05/09/2024 | 8895 | General | Changed
- 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
|
04/16/2024 | 8872 | OData | Added
- CreateSchema ストアドプロシージャのサポートが追加されました。これにより、ベースとなるテーブル名を指定してスキーマを作成できます。出力は、.rsd ファイル、base64Encoded 文字列、または出力ストリーム(適切なプロシージャ入力の設定による)のいずれかになります。
|
03/15/2024 | 8840 | General | Added
- Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
|
11/29/2023 | 8733 | General | Changed
- The ROUND function doesn't accept the negative precision values anymore.
Changed
- The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
- The return type of the ABS function will be consistent with the parameter value type.
|
11/28/2023 | 8732 | General | Added
- Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
11/07/2023 | 8711 | OData | Added
- Added the SupportsCount hidden connection property. It indicates if the odata service supports processing the COUNT function server-side.
|
06/20/2023 | 8571 | General | Added
- Added the new sys_lastresultinfo system table.
|
05/13/2023 | 8533 | OData | Added
- Added the MaxFilterLength connection property. The maximum number of characters for the $filter query parameter.
|
05/12/2023 | 8532 | OData | Added
- Added the SupportsFilter connection property. If set to false all filters will be processed internally by the driver
|
05/04/2023 | 8524 | OData | Removed
- Removed the Search stored procedure.
|
04/25/2023 | 8515 | General | Removed
- Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
04/20/2023 | 8510 | OData | Added
- Added the ExpandAsterisk connection property. It expands all columns in the $select query parameter in case of a (SELECT * FROM table) query.
|
12/14/2022 | 8383 | General | Changed
- Added the Default column to the sys_procedureparameters table.
|
11/11/2022 | 8350 | ODBC | Changed
- Updated embedded JRE to jre8u345-b01 (Linux x64 / MacOS x64) and jre-17.0.5+8 (MacOS aarch64).
|
09/30/2022 | 8308 | General | Changed
- Added the IsPath column to the sys_procedureparameters table.
|
05/17/2022 | 8172 | ODBC | Changed
- Updated VC++ redistributable Libraries to Microsoft Visual C++ 2015-2022 Redistributable 14.32
|
04/27/2022 | 8152 | ODBC | Changed
- The installer now installs .NET 4.0 instead of .NET 2.0 during default installation when both are present.
|
03/09/2022 | 8103 | OData | Changed
- Changed the default method for submitting client_credentials grants with OAuth. Before client_credentials would submit OAuthClientId and OAuthClientSecret using the HTTP Authorization header. Now the OAuthPasswordGrantType controls this setting and it defaults to OAuthPasswordGrantType=Post. The previous behavior is still available by setting OAuthPasswordGrantType=Basic.
|
02/16/2022 | 8082 | OData | Added
- Added support to control whether the LIKE operator is sent server-side or processed client-side through the hidden connection property, SupportsLike. This is set by default to True, and when changed to False, the LIKE operator will be executed client-side.
|
12/22/2021 | 8026 | ODBC | Added
- Added support for transactions.
|
09/21/2021 | 7934 | OData | Changed
- Updated the stored procedures ListAssociations, CreateAssociation and RemoveAssociation to include UrlId (to bypass fromID) and ToUrlId (to bypass toID) in cases where the primary key consists of multiple attributes.
|
09/02/2021 | 7915 | General | Added
- Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
08/07/2021 | 7889 | General | Changed
- Added the KeySeq column to the sys_foreignkeys table.
|
08/06/2021 | 7888 | General | Changed
- Added the new sys_primarykeys system table.
|
07/29/2021 | 7880 | ODBC | Added
- Added support for the Array data type for the input parameters in stored procedures.
|
07/23/2021 | 7874 | General | Changed
- Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
- As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
|
05/29/2021 | 7819 | ODBC | Added
- Exposed the InitiateOAuth connection property.
|
05/26/2021 | 7816 | ODBC | Added
- Added support for the JAVA_HOME setting in the configuration file.
|
04/29/2021 | 7789 | ODBC | Added
- Added the SqlMaxColumnNameLen connection property.
|
04/25/2021 | 7785 | General | Added
- Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
04/23/2021 | 7783 | General | Changed
- Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
|
04/16/2021 | 7776 | General | Added
- Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
04/16/2021 | 7776 | General | Changed
- Reduced the length to 255 for varchar primary key and foreign key columns.
Changed
- Updated index naming convention to avoid duplicates.
|
04/16/2021 | 7776 | General | Changed
- Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
|
04/16/2021 | 7776 | ODBC | Changed
- ODBC Drivers on Linux and Mac now depend on the JRE, which brings improved stability and performance.
|
04/15/2021 | 7775 | General | Changed
- Kerberos authentication is updated to use TCP by default, but will fall back to UDP if a TCP connection cannot be established.
|
02/22/2021 | 7723 | OData | Added
- Added support for non-atomic batch operations. This behavior can be achieved by specifying the EnableAtomicBatchOperations connection property.
|
01/14/2021 | 7684 | OData | Added
- Added support for a direct connection to OData feeds. The user must specify the FeedURL connection property for this to work.
|
01/12/2021 | 7682 | OData | Added
- Added support for allowing /$metadata endpoints to be used directly for the url instead of the service document. Some OData services may only support /$metadata instead of direct service document listing.
|
12/06/2020 | 7645 | OData | Added
- Added support for listing stored procedures which return collection of entities as views.
|
11/10/2020 | 7619 | OData | Added
- Added support for parsing dynamic stored procedures with primitive return types.
|