ODBC Driver for REST

Build 26.0.9656

変更履歴

General Changes

DateVersionSourceCategoryTypeDescription
2026-05-2126.0.9637RESTConnectionChanged
  • ConnectionType 接続プロパティを「SharePointSOAP」に設定した場合、ドライバーは SharePointEdition=SharePointOnPremise のみをサポートします。この接続タイプでは、SharePointEdition 接続プロパティを「SharePointOnline」に設定することはサポートされていません。SharePoint Online に接続するには、ConnectionType=SharePointGRAPH または ConnectionType=SharePointRESTv1 を使用してください。
2026-05-0826.0.9624ODBCChanged
  • JRE がバージョン17.0.19 に更新されました(Linux x64)。
2026-05-0726.0.9623GeneralData ModelAdded
  • sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
2026-04-2326.0.9609RESTConnectionAdded
  • ConnectionType 接続プロパティに新しい接続タイプ「SharePoint REST V1」が追加されました。この接続タイプはSharePoint REST V1 APIを使用し、オンプレミスおよびクラウドのSharePointインスタンスの両方をサポートします。この接続タイプのURIプレフィックスは「sprestv1://」です。
2026-04-2326.0.9609RESTConnectionChanged
  • ConnectionType 接続プロパティの接続タイプ「SharePoint REST」が「SharePoint GRAPH」に名称変更され、URIプレフィックスが「sprest://」から「spgraph://」に変更されました。
2026-04-1526.0.9601GeneralQuery ExecChanged
  • GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
2026-04-0826.0.9594RESTConnectionAdded
  • 2つの新しい認証スキームが追加されました:
    • **Bearer:** ベアラートークンによる認証を有効にします。トークンはAuthorization ヘッダーに追加されます。ベアラートークンabc でこのスキームを使用するには、次のように入力します: `AuthScheme=BearerToken;BearerToken=abc;`
    • **APIKey:** API キーによる認証を有効にします。API キーはヘッダーまたはクエリパラメータとして指定できます。API キーabc をヘッダーとして含めるには、次のように入力します: `APIKeyType=Header;APIKeyName=custom_api_key;APIKeyValue=abc` API キーabc をクエリパラメータとして含めるには、次のように入力します: `APIKeyType=QueryParameter;APIKeyName=custom_api_key;APIKeyValue=abc`
2026-04-0826.0.9594RESTSecurityChanged
  • TLS 1.3 がHTTP 接続のデフォルトでサポートされるようになりました。
2026-04-0126.0.9587RESTConnectionRemoved
  • HMAC AuthScheme が削除されました。この変更はOracle Cloud Storage、Wasabi、およびIBM Object Storage の接続に影響します。代わりにIAMSecretKey を使用してください。
2026-02-0225.0.9529RESTAdded
  • ConnectionType プロパティが追加されました。
2026-01-1325.0.9509GeneralAdded
  • REGEXP_REPLACE() 文字列関数のサポートが追加されました。
2025-12-0525.0.9470GeneralAdded
  • INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
2025-12-0425.0.9469RESTAdded
  • csvproviderGET API Script 操作において、pushresponseheader オプションのサポートが追加されました。
2025-11-0325.0.9438RESTAdded
  • SupportCaseSensitiveOAuthParams 接続プロパティが追加されました。
    • このプロパティをtrue に設定すると、リクエスト内のOAuth パラメータのユーザー定義の大文字小文字を保持し、小文字に変換しません。
    • 例えば、接続文字列にSupportCaseSensitiveOAuthParams=true;OAuthParams='TestCasing=check;' が含まれる場合、リクエストにはTestCasing=check が含まれ、元の大文字小文字が保持されます。
2025-10-3025.0.9434ODBCChanged
  • JRE がバージョン17.0.17 に更新されました(Linux x64)。
2025-10-0625.0.9410GeneralAdded
  • ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
2025-09-1225.0.9386GeneralAdded
  • sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
2025-09-1025.0.9384GeneralChanged
  • 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
2025-09-0325.0.9377GeneralChanged
  • 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
2025-09-0125.0.9375GeneralAdded
  • CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
2025-08-2125.0.9364GeneralChanged
  • 動作変更:
    • 非テーブルクエリにおける文字列値比較の不整合が修正されました。
    • 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
2025-08-1325.0.9356GeneralChanged
  • ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
2025-07-1825.0.9330RESTRemoved
  • OAuthGrantType プロパティが削除されました。グラント種別は、'AuthScheme' プロパティによって暗黙的に設定されるようになりました。例えば、従来のAuthScheme=OAuth とOAuthGrantType=Password の組み合わせの代わりに、現在は'OAuthPassword' AuthScheme を使用できます。
2025-07-0325.0.9315ODBCChanged
  • Mac 向けODBC は、ARM64 環境で標準状態で動作するようになりました。一方、x86_64 環境では、Oracle OCI ライブラリを<INSTALL ROOT>/lib/x86_64 から読み込むようにNativeFolder の設定が必要です。
2025-06-2525.0.9307GeneralRemoved
  • ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
2025-06-2025.0.9302GeneralAdded
  • 以下の関数が作成されました:
    • TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
    • TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
    • BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
    • BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
2025-06-1825.0.9300GeneralChanged
  • 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
2025-06-1725.0.9299RESTRemoved
  • DataSource 接続プロパティが削除されました。代わりにURI 接続プロパティを使用してください。
2025-06-0925.0.9291RESTRemoved
  • Google Cloud Storage ConnectionType のProjectId プロパティが削除されました。
2025-05-2725.0.9278GeneralRemoved
  • ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
2025-05-2725.0.9278ODBCRemoved
  • C# 実装のSQLite のサポートが削除されました。以前、この実装をデフォルトで使用していた機能(AutoCache やEF6 スキーマキャッシュなど)は、今後はネイティブのSQLite ドライバーが必要になります。
2025-05-1525.0.9266RESTAdded
  • .7z(7-Zip)アーカイブファイルの読み取りに対応しました。
2025-05-1225.0.9263ODBCChanged
  • 組み込みのJRE jre-17.0.15+6 (Linux x64 / MacOS x64) およびjre-17.0.15+6 (MacOS aarch64) に更新されました。
2025-04-0725.0.9228RESTAdded
  • アクセスキーとシークレットキーの認証情報を使用するクラウドストレージ接続のために、IAMSecretKey AuthScheme のサポートが追加されました。この名前は、基礎となる認証方法をより正確に反映し、クラウドストレージプロバイダーが使用する用語と一致しています。
2025-04-0725.0.9228RESTDeprecated
  • HMAC AuthScheme は非推奨となりました。後方互換性のためにサポートは継続されますが、名前の曖昧さのため推奨されなくなりました。
2025-02-1524.0.9177GeneralAdded
  • 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
2024-12-2424.0.9124ODBCAdded
  • Windows でARM64 のサポートが追加されました。
2024-11-2724.0.9097GeneralAdded
  • LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
2024-08-2324.0.9001RESTAdded
  • ConnectionType がGoogle Cloud Storage とGoogle Drive に設定されている場合の認証オプションとして、OAuthPKCE が追加されました。
  • ConnectionType がBox に設定されている場合の認証オプションとして、OAuthClient が追加されました。
2024-08-2024.0.8998RESTAdded
  • 次のAWS リージョンのサポートが追加されました:HYDERABAD、MELBOURNE、CALGARY、SPAIN、ISOLATEDUSEAST、ISOLATEDUSEASTB、およびISOLATEDUSWEST。
2024-07-0424.0.8951RESTRemoved
  • ConnectionType プロパティは、指定されたURI から自動的に計算されるようになりました。
2024-06-1824.0.8935GeneralAdded
  • AWSRegion 接続プロパティに"TELAVIV" リージョン(Israel)のサポートが追加されました。
2024-05-0924.0.8895GeneralChanged
  • 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
2024-03-1523.0.8840GeneralAdded
  • Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
2023-11-2923.0.8733GeneralChanged
  • ROUND 関数で負の精度値が受け付けられなくなりました。
2023-11-2923.0.8733GeneralChanged
  • FDMonth、FDQuarter、FDWeek、LDMonth、LDQuarter、LDWeek 関数の戻り値の型がTimestamp からDate に変更されました。
  • ABS 関数の戻り値の型がパラメータ値の型と一致するようになりました。
2023-11-2823.0.8732GeneralAdded
  • シークレットがbase64 形式の場合にデコードできるよう、HMACSHA256 フォーマッタが追加されました。
2023-09-0223.0.8645RESTAdded
  • Added the [sys_tables].[XPath] column, which will include a JSON-style or XML-style xpath for a table for Format=JSON or Format=XML respectively.
2023-08-2623.0.8638RESTRemoved
  • Removed the default "TXT,TAB" value for IncludeFiles property. IncludeFiles now has no default value, and if no value is specified, an equivalent value is inferred dynamically based on the value of the Format property.
2023-06-2723.0.8578RESTAdded
  • The OAuthJWTHeaders property has been added, allowing customers to define custom JWT headers.
  • The OAuthJWTEncryption property has been added, allowing customers to change the encryption algorithm for the JWT signature.
2023-06-2023.0.8571GeneralAdded
  • 新しいsys_lastresultinfo システムテーブルが追加されました。
2023-04-2523.0.8515GeneralRemoved
  • SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
2022-12-1422.0.8383GeneralChanged
  • sys_procedureparameters テーブルにDefault カラムが追加されました。
2022-12-0922.0.8378RESTAdded
  • Added the WriteToFile parameter for CreateSchema. This defaults to true and must be disabled to write the schema to FileStream or FileData.
2022-12-0922.0.8378RESTRemoved
  • Removed the FileLocation parameter from CreateSchema. The Location property must be used to set the output directory for created schemas.
2022-11-1122.0.8350ODBCChanged
  • 組み込みのJRE がjre8u345-b01 (Linux x64 / MacOS x64) およびjre-17.0.5+8 (MacOS aarch64) に更新されました。
2022-10-3122.0.8339RESTAdded
  • Added support the RefreshOAuth operation which can be used to refresh authentication on long-running queries. It is intended for use where a single script triggers multiple network requests to APIs that use OAuth. It may be invoked with
    <api:call op="utiladoRefreshOAuth" />
    .
2022-10-2722.0.8335RESTAdded
  • Added support for using PKCE with the authorization code OAuth grant type.
2022-09-3022.0.8308GeneralChanged
  • sys_procedureparameters テーブルにIsPath カラムが追加されました。
2022-08-3022.0.8277RESTAdded
  • Added support for uploading server-side encrypted objects for Amazon S3 storage source via ServerSideEncryption connection property.
2022-05-1722.0.8172ODBCChanged
  • Updated VC++ redistributable Libraries to Microsoft Visual C++ 2015-2022 Redistributable 14.32
2022-04-2722.0.8152ODBCChanged
  • The installer now installs .NET 4.0 instead of .NET 2.0 during default installation when both are present.
2022-03-1521.0.8109RESTAdded
  • Added support for using JWT with generic http:// sources. Previously it was only available for specific types of sources like gdrive://. Custom JWT is currently only supported for authorization grants, not client credentials.
2022-03-0921.0.8103RESTChanged
  • 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.
2022-03-0121.0.8095RESTAdded
  • Added support for CSV. This is available using Format=CSV or the csvprovideropsGet script operation. This also adds the FMT and IncludeColumnHeaders options for accepting different kinds of CSV data.
2022-01-0721.0.8042RESTAdded
  • Added support the sleep operation which can be used to add delays to table operations. This is intended for use with async APIs built around polling. It may be invoked with
    <api:call op="utiladoSleep?timeout=x" />
    where x is the delay in seconds.
2021-12-2221.0.8026ODBCAdded
  • Added support for transactions.
2021-09-0221.0.7915GeneralAdded
  • CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
2021-08-0721.0.7889GeneralChanged
  • sys_foreignkeys テーブルにKeySeq カラムが追加されました。
2021-08-0621.0.7888GeneralChanged
  • 新しいsys_primarykeys システムテーブルが追加されました。
2021-07-2921.0.7880ODBCAdded
  • Added support for the Array data type for the input parameters in stored procedures.
2021-07-2321.0.7874GeneralChanged
  • 相対日付/日時関数のリテラル関数名が更新されました。以前は、相対日付/日時関数が射影部分と述語部分で異なる値に解決されていました。例:SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH()。以前は2つのLAST_MONTH() メソッドが異なる日時に解決されていましたが、現在は一致するようになりました。
  • 以前の動作の代替として、条件部分の相対日付/日時関数に'L' を付加できるようになりました。例:WHERE col > L_LAST_MONTH()。これにより、以前の条件部分で計算されていた値と同じ値に解決されます。なお、"L_" プレフィックスは述語部分でのみ使用可能であり、射影部分では使用できません。
2021-06-2421.0.7845RESTAdded
  • Added support for the GOOGLEJSONBLOB JWT certificate type. This works like the existing GOOGLEJSON certificate type except that the certificate is provided as JSON text instead of as a file path.
2021-06-0821.0.7829RESTAdded
  • Added support for the AzureServicePrinciple authentication scheme, which will support both using an OAuthClientSecret, or alternatively using a JWT cert.
2021-06-0521.0.7826RESTAdded
  • Added support to authenticate submitting JWT certs instead of the OAuthClientSecret for the AzureAD authentication scheme.
2021-05-2921.0.7819ODBCAdded
  • Exposed the InitiateOAuth connection property.
2021-05-2621.0.7816ODBCAdded
  • Added support for the JAVA_HOME setting in the configuration file.
2021-04-2921.0.7789ODBCAdded
  • Added the SqlMaxColumnNameLen connection property.
2021-04-2521.0.7785GeneralAdded
  • INSERT / UPDATE 時のクライアントサイドの数式処理のサポートが追加されました。例:UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
2021-04-2321.0.7783GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの表示サイズが、カラムのレポートされる長さと一致するように決定方法が更新されました。
2021-04-2321.0.7783RESTDeprecated
  • The AzureAccount connection property is deprecated. Instead, AzureStorageAccount should be used.
2021-04-1621.0.7776GeneralAdded
  • 2つのカラム間の無条件更新がすべてのドライバーで使用可能になりました。例:UPDATE Table SET Col1=Col2
2021-04-1621.0.7776GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの長さが255 に短縮されました。
2021-04-1621.0.7776GeneralChanged
  • 暗黙的キャッシュおよびメタデータキャッシュが、パフォーマンスの向上と複数接続のサポートのために更新されました。古いメタデータキャッシュには互換性がありません。CacheMetadata を現在使用している場合は、新しいメタデータキャッシュを生成する必要があります。
2021-04-1621.0.7776GeneralChanged
  • 重複を避けるため、インデックスの命名規則が更新されました。
2021-04-1621.0.7776ODBCChanged
  • ODBC Drivers on Linux and Mac now depend on the JRE, which brings improved stability and performance.
2021-04-1521.0.7775GeneralChanged
  • Kerberos 認証がデフォルトでTCP を使用するように更新されました。TCP 接続が確立できない場合はUDP にフォールバックされます。
2021-03-2621.0.7755RESTChanged
  • Updated the way default table names are computed so that the file name is taken The provider will now consistently use the following values when naming the table that uses the root XPath. In order:
    • The value of the roottablename input attribute, if given.
    • The value of the TableName connection property, if given. This is a new property for XML and its functonality is the same as the JSON property of the same name.
    • The filename of either the MetadataDiscoveryURI, or the first URI if that is not provided. The filename does not include the extension. If there is no URI, or the filename is empty (e.g. "/home/user/.xml"), or the URI is for HTTP/HTTPS then the URI is ignored.
    • The value "XMLData" or "JSONData", depending on the format.
  • This change does not apply when the connection is in backwards compatibility mode.
2020-12-2120.0.7660RESTAdded
  • Added support for reporting special types for aggregates. If the user opts in via SupportNativeDataType and are using JDBC, then the driver will report JSONArray as the type name for array aggregates and JSONObject for object aggregates (if FlattenObjects is disabled)
2020-12-2120.0.7660RESTAdded
  • Add support for reporting special types for aggregates. If the user opts in via SupportNativeDataType and are using JDBC, then the driver will report XML as the type name for aggregate columns (nlike JSON there is no XMLArray / XMLObject distinction)

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9656