| |
| Date | Version | Source | Category | Type | Description
|
| 2026-05-07 | 26.0.9623 | General | Data Model | Added | - sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
|
| 2026-04-15 | 26.0.9601 | General | Query Exec | Changed | - GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
|
| 2026-04-01 | 26.0.9587 | ADO.NET | | Added |
|
| 2026-01-28 | 25.0.9524 | Google Drive | | Added | - Added the LockFile and UnlockFile stored procedures.
- Added the RevisionId column to the DownloadFile stored procedure.
|
| 2026-01-21 | 25.0.9517 | Google Drive | | Added | - Added the ChunkSize input to the UploadFile stored procedure. When you specify a value for this input, the procedure uploads files in chunks, with each chunk being the specified number of megabytes in size. Each chunk must be a multiple of 256 KB, except for the final chunk.
|
| 2026-01-13 | 25.0.9509 | General | | Added | - REGEXP_REPLACE() 文字列関数のサポートが追加されました。
|
| 2025-12-05 | 25.0.9470 | General | | Added | - INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
|
| 2025-11-13 | 25.0.9448 | Google Drive | | Added | - Added the Replies, Comments, and Revisions tables.
- Added the GetInfo stored procedure.
|
| 2025-10-28 | 25.0.9432 | Google Drive | | Added | - Added the GetDocumentContent stored procedure.
|
| 2025-10-07 | 25.0.9411 | Google Drive | | Added | - Added the BackgroundImageLink column to the Drives table.
|
| 2025-10-06 | 25.0.9410 | General | | Added | - ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
|
| 2025-10-03 | 25.0.9407 | Google Drive | | Added | - Added the Activities view, which is used to read data.
|
| 2025-10-03 | 25.0.9407 | Google Drive | | Changed | - The GetOAuthAuthorizationURL and GetOAuthAccessToken stored procedures have been updated to use the scopes configured in the Scope connection property when the Scope parameter is not specified.
|
| 2025-09-29 | 25.0.9403 | Google Drive | | Added | - Added the ColorRGB and Kind columns to the Drivers table.
- Added the ThemeId, BackgroundImageFileId, BackgroundImageFileXCoordinate, BackgroundImageFileYCoordinate, and BackgroundImageFileWidth pseudo-columns to the drivers table.
- Added Ownership & User Info, Sharing & Permissions, Capabilities, Content Restrictions, Security & Links, Media & Visuals, Checksums & Versioning, Properties, and System Fields categories of columns to the Files table.
- Added Ownership & User Info, Sharing & Permissions, Capabilities, Security & Links, Media & Visuals, Checksums & Versioning, Properties, and System Fields categories of columns to the Folders table.
|
| 2025-09-12 | 25.0.9386 | General | | Added | - sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
|
| 2025-09-11 | 25.0.9385 | Google Drive | | Added | - Added Success output to the StopWatchingResources, SubscribeToFileChanges and SubscribeToUserChanges stored procedures.
- Added CreateShortcut stored procedure.
- Added PageSize connection property.
|
| 2025-09-11 | 25.0.9385 | Google Drive | | Removed | - Removed the Size column from the Folders table.
|
| 2025-09-10 | 25.0.9384 | General | | Changed | - 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
|
| 2025-09-10 | 25.0.9384 | Google Drive | | Changed | - DriveID is defined as a foreign key in the Files, Docs, Photos, Sheets, and Video tables. It references the Id column in the Drives table.
|
| 2025-09-08 | 25.0.9382 | Google Drive | | Added | - Added the ItemURL column to the Drives table.
|
| 2025-09-03 | 25.0.9377 | General | | Changed | - 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
|
| 2025-09-01 | 25.0.9375 | General | | Added | - CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
|
| 2025-09-01 | 25.0.9375 | Google Drive | | Added | - Added the CanAddChildren, CanComment, CanCopy, CanDeleteDrive, CanDownload, CanEdit, CanListChildren, CanManageMembers, CanReadRevisions, CanRename, CanRenameDrive, CanChangeDriveBackground, CanShare, CanChangeCopyRequiresWriterPermissionRestriction, CanChangeDomainUsersOnlyRestriction, CanChangeDriveMembersOnlyRestriction, CanChangeSharingFoldersRequiresOrganizerPermissionRestriction, CanResetDriveRestrictions, CanDeleteChildren, CanTrashChildren, CanChangeDownloadRestriction, CopyRequiresWriterPermission, IsDomainUsersOnly, IsDriveMembersOnly, IsAdminManagedRestrictions, and SharingFoldersRequiresOrganizerPermission columns to the Drives table.
- Added the DriveId input parameter to the EmptyTrash stored procedure.
|
| 2025-09-01 | 25.0.9375 | Google Drive | | Removed | - The Files table no longer supports INSERT queries. Use the UploadFile stored procedure instead.
- Removed the SkipChildren connection property.
- Removed the ChildIds and ChildLinks columns from the Files table and the Docs, Folders, Photos, Videos, and Sheets views.
- Removed the LocalFile, FileData, and Encoding columns from the Files table.
- Removed the Capabilities column from the Drives table.
- Removed the Trashed and Viewed input parameters from the UploadFile stored procedure.
- Removed the MIMEType input parameter from the UpdateResource stored procedure.
|
| 2025-08-21 | 25.0.9364 | General | | Changed | - 動作変更:
- 非テーブルクエリにおける文字列値比較の不整合が修正されました。
- 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
|
| 2025-08-13 | 25.0.9356 | General | | Changed | - ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
|
| 2025-07-14 | 25.0.9326 | Google Drive | | Added | - Added the SetDriveVisibility stored procedure.
- Added the Hidden column to the Drives table.
|
| 2025-07-10 | 25.0.9322 | Google Drive | | Added | - Added the Query column to the Drives table.
|
| 2025-07-03 | 25.0.9315 | Google Drive | | Added | - Added the MoveToTrash and RestoreFromTrash stored procedures.
|
| 2025-06-27 | 25.0.9309 | Google Drive | | Added | - Added support for FileStream input in DownloadFile stored procedure.
|
| 2025-06-26 | 25.0.9308 | Google Drive | | Added | - Added the following columns to the Files table: LastModifiedByName, LastModifiedByEmail, and Permissions.
|
| 2025-06-25 | 25.0.9307 | General | | Removed | - ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
|
| 2025-06-20 | 25.0.9302 | General | | Added | - 以下の関数が作成されました:
- TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
- TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
- BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
- BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
|
| 2025-06-18 | 25.0.9300 | General | | Changed | - 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
|
| 2025-05-29 | 25.0.9280 | ADO.NET | | Changed | - ADO.NET DbDataReader.GetDataTypeName の実装が改善され、現在ではvarchar、tinyint、datetime などのデータベースのデータ型名が返されるようになりました。以前は、"System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" のような形式で、カラムの.NET 型の完全修飾名が返されていました。
|
| 2025-05-27 | 25.0.9278 | ADO.NET | | Removed | - C# 実装のSQLite のサポートが削除されました。以前、この実装をデフォルトで使用していた機能(AutoCache やEF6 スキーマキャッシュなど)は、今後はネイティブのSQLite ドライバーが必要になります。
|
| 2025-05-27 | 25.0.9278 | General | | Removed | - ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
|
| 2025-02-15 | 24.0.9177 | General | | Added | - 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
|
| 2024-11-27 | 24.0.9097 | General | | Added | - LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
|
| 2024-10-17 | 24.0.9056 | Google Drive | | Added | - Added support for Workload Identity Federation using AWS accounts.
|
| 2024-08-12 | 24.0.8990 | Google Drive | | Added | - Added support for the OAuthJWTDelegatedServiceAccounts connection property.
|
| 2024-06-05 | 24.0.8922 | Google Drive | | Removed | - Removed the DownloadFileStorage and UploadFileStorage stored procedures.
|
| 2024-05-09 | 24.0.8895 | General | | Changed | - 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
|
| 2024-03-15 | 23.0.8840 | General | | Added | - Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
|
| 2024-01-18 | 23.0.8783 | ADO.NET | | Added | - Added support for EFCore 8.
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - ROUND 関数で負の精度値が受け付けられなくなりました。
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - FDMonth、FDQuarter、FDWeek、LDMonth、LDQuarter、LDWeek 関数の戻り値の型がTimestamp からDate に変更されました。
- ABS 関数の戻り値の型がパラメータ値の型と一致するようになりました。
|
| 2023-11-28 | 23.0.8732 | General | | Added | - シークレットがbase64 形式の場合にデコードできるよう、HMACSHA256 フォーマッタが追加されました。
|
| 2023-11-15 | 23.0.8719 | ADO.NET | | Changed | - NuGet license and icon are now embedded within the package itself, in compliance with the package authoring best practices.
|
| 2023-06-20 | 23.0.8571 | General | | Added | - 新しいsys_lastresultinfo システムテーブルが追加されました。
|
| 2023-06-09 | 23.0.8560 | Google Drive | | Changed | - Renamed the TeamDriveSupport connection property to SupportsAllDrives.
- Renamed the TeamDrives table to Drives.
- Renamed the TeamDriveId column to DriveId.
|
| 2023-04-25 | 23.0.8515 | General | | Removed | - SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
|
| 2023-04-19 | 23.0.8509 | ADO.NET | | Removed | - Removed support for EFCore 3.1.
|
| 2023-04-18 | 23.0.8508 | ADO.NET | | Removed | - Removed support for SSRS 2012.
|
| 2023-04-18 | 23.0.8508 | ADO.NET | | Added | - Added support for SSRS 2022.
|
| 2022-12-14 | 22.0.8383 | General | | Changed | - sys_procedureparameters テーブルにDefault カラムが追加されました。
|
| 2022-12-14 | 22.0.8383 | Google Drive | | Added | - Added support for MoveResources stored procedures.
|
| 2022-12-06 | 22.0.8375 | Google Drive | | Added | - Added support for CopyResource,UpdateResource,DeleteResource stored procedures.
|
| 2022-09-30 | 22.0.8308 | General | | Changed | - sys_procedureparameters テーブルにIsPath カラムが追加されました。
|
| 2022-06-08 | 22.0.8194 | ADO.NET | | Removed | - Removed support for VS2010.
|
| 2022-05-19 | 22.0.8174 | ADO.NET | | Removed | - Removed support for .NET 2.0.
|
| 2022-04-27 | 22.0.8152 | ADO.NET | | Removed | - Removed support for EFCore 3.0 and EFCore5.0.
|
| 2022-03-10 | 21.0.8104 | Google Drive | | Added | - Added support for dynamic server side filtering of resources. This improvement makes the driver more performant when listing large number of resources.
|
| 2021-09-02 | 21.0.7915 | General | | Added | - CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
|
| 2021-08-07 | 21.0.7889 | General | | Changed | - sys_foreignkeys テーブルにKeySeq カラムが追加されました。
|
| 2021-08-06 | 21.0.7888 | General | | Changed | - 新しいsys_primarykeys システムテーブルが追加されました。
|
| 2021-07-23 | 21.0.7874 | General | | Changed | - 相対日付/日時関数のリテラル関数名が更新されました。以前は、相対日付/日時関数が射影部分と述語部分で異なる値に解決されていました。例:SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH()。以前は2つのLAST_MONTH() メソッドが異なる日時に解決されていましたが、現在は一致するようになりました。
- 以前の動作の代替として、条件部分の相対日付/日時関数に'L' を付加できるようになりました。例:WHERE col > L_LAST_MONTH()。これにより、以前の条件部分で計算されていた値と同じ値に解決されます。なお、"L_" プレフィックスは述語部分でのみ使用可能であり、射影部分では使用できません。
|
| 2021-06-18 | 21.0.7839 | Google Drive | | Added | - 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-09 | 21.0.7830 | Google Drive | | Added | - Added RevokeToken, and the GetAuthenticatedUserInfo stored procedures.
|
| 2021-06-07 | 21.0.7828 | ADO.NET | | Added | - Added support for the DbCommand.CommandTimeout property.
|
| 2021-05-29 | 21.0.7819 | ADO.NET | | Removed | - Removed support for SSRS 2008.
|
| 2021-05-06 | 21.0.7796 | Google Drive | | Added | - Added SubscribeToFileChanges, SubscribeToUserChanges, StopWatchingResources stored procedures.
|
| 2021-04-25 | 21.0.7785 | General | | Added | - INSERT / UPDATE 時のクライアントサイドの数式処理のサポートが追加されました。例:UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
| 2021-04-23 | 21.0.7783 | General | | Changed | - varchar 型の主キーおよび外部キーカラムの表示サイズが、カラムのレポートされる長さと一致するように決定方法が更新されました。
|
| 2021-04-16 | 21.0.7776 | ADO.NET | | Changed | - Separated the ADO.NET Provider assembly and Entity Framework Core 5 Nuget packages.
- Single precision floating point numbers are now reported as with the Data Type Name as "real". Double precision floating point numbers now have their Data Type Name reported as "float". This change does not impact the actual data types of these columns - only the reported data type name.
- Separate EFCore 3.0, 3.1 and EFCore 5 dlls are now shipped with the driver. The 2.0 and 2.1 EFCore dlls are removed.
|
| 2021-04-16 | 21.0.7776 | General | | Added | - 2つのカラム間の無条件更新がすべてのドライバーで使用可能になりました。例:UPDATE Table SET Col1=Col2
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - varchar 型の主キーおよび外部キーカラムの長さが255 に短縮されました。
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - 暗黙的キャッシュおよびメタデータキャッシュが、パフォーマンスの向上と複数接続のサポートのために更新されました。古いメタデータキャッシュには互換性がありません。CacheMetadata を現在使用している場合は、新しいメタデータキャッシュを生成する必要があります。
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - 重複を避けるため、インデックスの命名規則が更新されました。
|