ADO.NET Provider for Microsoft SharePoint

Build 26.0.9655

変更履歴

General Changes

DateVersionSourceCategoryTypeDescription
2026-06-0426.0.9651Microsoft SharePointData ModelAdded
  • REST スキーマに ListFilesFromFolder ストアドプロシージャが追加されました。
2026-05-2626.0.9642Microsoft SharePointConnectionAdded
  • ExposedTableTypes 接続プロパティが追加されました。このプロパティは、REST スキーマでリストとビューをテーブルとして公開する方法を制御します。
2026-05-1526.0.9631Microsoft SharePointConnectionRemoved
  • SharePoint Online エディションでの SOAP スキーマのサポートが削除されました。SharePointEdition=SharePoint Online で Schema=SOAP を設定すると、例外がスローされるようになりました。SharePoint Online には REST スキーマを使用してください。SharePoint On-Premises エディションでは引き続き SOAP スキーマがサポートされます。
2026-05-1126.0.9627Microsoft SharePointData ModelAdded
  • REST スキーマに UpdateAttachment ストアドプロシージャが追加されました。
2026-05-0726.0.9623GeneralData ModelAdded
  • sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
2026-05-0426.0.9620Microsoft SharePointConnectionRemoved
  • AuthScheme 接続プロパティから、非推奨のSharePointOAuth オプションが削除されました。
2026-05-0426.0.9620Microsoft SharePointData ModelRemoved
  • REST スキーマで、Subsites ビューから AccessRequestListUrl、RequestAccessEmail、UseAccessRequestDefault、DescriptionTranslations、および TitleTranslations カラムが削除されました。
2026-04-1526.0.9601GeneralQuery ExecChanged
  • GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
2026-04-0726.0.9593Microsoft SharePointCompatibilityChanged
  • URI 接続プロパティの値は、アクセスするドライブの表示名ではなく、内部名(SharePoint URL)と一致する必要があります。
2026-04-0126.0.9587ADO.NETAdded
  • EFCore 10 のサポートを追加しました。
2026-04-0126.0.9587Microsoft SharePointData ModelChanged
  • IncludeLinkedColumns が有効な場合、追加の「Linked」カラムが公開されます。以前、これらは外部キー参照として記述されていましたが、実際には関連する行全体を表しています。これらのカラムは参照値を返さなくなりました。
2026-02-2325.0.9550Microsoft SharePointAdded
  • REST スキーマにGetFileSensitivityLabel ストアドプロシージャが追加されました。
2026-01-1325.0.9509GeneralAdded
  • REGEXP_REPLACE() 文字列関数のサポートが追加されました。
2025-12-0525.0.9470GeneralAdded
  • INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
2025-12-0425.0.9469Microsoft SharePointDeprecated
  • Microsoft は2026 年にNTLM、Basic、およびSharePointOAuth 認証スキームのサポートを終了します。この変更はSharePoint Online エディションに影響します。NTLM およびBasic 認証スキームは、SharePoint On-Premises では引き続きサポートされます。
2025-11-1425.0.9449Microsoft SharePointChanged
  • SharePoint のCurrency フィールドのデータ型がfloat からdecimal に変更されました。これはResolveCalculatedTypes がtrue に設定されている場合にも適用されます。
2025-11-0625.0.9441Microsoft SharePointAdded
  • TableListTypes 接続プロパティが追加されました。このプロパティは、どのSharePoint リストテンプレートがテーブルとして公開されるかを指定します。
2025-10-0625.0.9410GeneralAdded
  • ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
2025-10-0625.0.9410Microsoft SharePointChanged
  • REST:ファイル、フォルダ、リストアイテム、およびアクセス許可に関連するさまざまな操作が、以下のように公開されました。
    • 非同期フォルダの操作をサポートする3つの新しいストアドプロシージャが追加されました:CopyFolderJob、MoveFolderJob、およびGetJobStatus。
    • WaitJobToFinish=True の場合にジョブの完了を監視する内部ポーリング機構が実装されました。この機構は最大6回の再試行をサポートし、2秒間隔で開始されます。
    • デフォルトでは、新しいストアドプロシージャのうち2つ(CopyFolderJob とMoveFolderJob)は、GetJobStatus を使用してステータスをクエリするために必要なジョブ属性を返します。
2025-09-1225.0.9386GeneralAdded
  • sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
2025-09-1025.0.9384GeneralChanged
  • 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
2025-09-0925.0.9383Microsoft SharePointChanged
  • SharePoint が以前はnon-nullable として報告していた動的リストカラムに対して、REST データモデルのIsNullable 属性がtrue に変更されました。
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-09-0125.0.9375Microsoft SharePointAdded
  • ResolveCalculatedTypes プロパティが追加されました。このプロパティは、SharePoint の計算列が varchar(文字列)として扱われる代わりに実際のデータ型を使用するかどうかを制御します。これはSOAP スキーマとREST スキーマの両方に適用されます。
2025-08-2925.0.9372Microsoft SharePointChanged
  • REST スキーマを使用する際、Scope 接続プロパティが"None" に設定されているか、または値が未設定の場合に、自動的に".default" スコープが使用されるようになりました。
2025-08-2125.0.9364GeneralChanged
  • 動作変更:
    • 非テーブルクエリにおける文字列値比較の不整合が修正されました。
    • 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
2025-08-1325.0.9356GeneralChanged
  • ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
2025-08-0725.0.9350Microsoft SharePointAdded
  • Attachments テーブルにFileExtension フィールドが追加されました。
2025-07-1825.0.9330Microsoft SharePointRemoved
  • OAuthGrantType プロパティが削除されました。グラント種別は、'AuthScheme' プロパティによって暗黙的に設定されるようになりました。例えば、従来のAuthScheme=OAuth とOAuthGrantType=Password の組み合わせの代わりに、現在は'OAuthPassword' AuthScheme を使用できます。
2025-07-1825.0.9330Microsoft SharePointChanged
  • Lists ビューが、動的ビューから静的ビューに変更されました。これは、SharePoint の仕様上の制限により、動的に返されるフィールドがクエリで使用できない問題に対応するための変更です。これにより、以前は動的に返されていたが、現在の静的データモデルに含まれていないLists の列は、今後返されなくなります。
2025-07-1225.0.9324Microsoft SharePointChanged
  • CreateSchema ストアドプロシージャ(SOAP スキーマ)のTable 列がTableName に名前が変更されました。
2025-07-1225.0.9324Microsoft SharePointRemoved
  • CreateSchema ストアドプロシージャ(SOAP スキーマ)からTableDescription、WriteToFile、SchemaFile、Columns 列が削除されました。
2025-07-1225.0.9324Microsoft SharePointAdded
  • CreateSchema ストアドプロシージャ(SOAP スキーマ)にFileName 列が追加されました。
2025-07-1125.0.9323Microsoft SharePointAdded
  • REST スキーマにAddUserToGroup およびRemoveUserFromGroup ストアドプロシージャが追加されました。
2025-07-0925.0.9321Microsoft SharePointAdded
  • AddPage ストアドプロシージャがREST スキーマに追加されました。
  • Groups およびRoles テーブルにId カラムが追加されました。
  • Groups テーブルにOwnerId カラム、およびOwnerName とDefaultUserLoginName 疑似カラムが追加されました。
  • Groups テーブルにRoleName ミラーカラムが追加されました。
2025-07-0925.0.9321Microsoft SharePointChanged
  • Users テーブルのID カラムがId に変更されました。
  • Users テーブルのGroup およびRole フィルタ疑似カラムが、それぞれGroupName およびRoleName ミラーカラムに変更されました。
  • Roles テーブルのUserName およびGroupName フィルタ疑似カラムが、それぞれUserLoginName およびGroupName ミラーカラムに変更されました。
  • Groups テーブルのUserName フィルタ疑似カラムがUserLoginName ミラーカラムに変更されました。
  • Roles およびGroups テーブルのUPDATE ステートメントが、それぞれUpdateRole およびUpdateGroup ストアドプロシージャに置き換えられました。
2025-07-0925.0.9321Microsoft SharePointRemoved
  • Groups テーブルからDefaultLogin およびOwnerLogin カラムが削除されました。
2025-07-0425.0.9316Microsoft SharePointRemoved
  • UseIdURL 接続プロパティは廃止されたため削除されました。
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-1025.0.9292Microsoft SharePointChanged
  • SharePoint SOAP スキーマのAddListColumn およびUpdateListColumn ストアドプロシージャにおいて、MaxLength の入力タイプがstring からinteger に変更されました。
2025-05-2925.0.9280ADO.NETChanged
  • ADO.NET DbDataReader.GetDataTypeName の実装が改善され、現在ではvarchar、tinyint、datetime などのデータベースのデータ型名が返されるようになりました。以前は、"System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" のような形式で、カラムの.NET 型の完全修飾名が返されていました。
2025-05-2925.0.9280Microsoft SharePointAdded
  • SharePoint REST スキーマにCheckPermissions ストアドプロシージャが追加されました。このプロシージャは、特定のユーザーまたはグループがSharePoint リストまたはリスト項目に対して持つ実効権限を検証します。
2025-05-2725.0.9278ADO.NETRemoved
  • C# 実装のSQLite のサポートが削除されました。以前、この実装をデフォルトで使用していた機能(AutoCache やEF6 スキーマキャッシュなど)は、今後はネイティブのSQLite ドライバーが必要になります。
2025-05-2725.0.9278GeneralRemoved
  • ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
2025-03-2725.0.9217Microsoft SharePointAdded
  • API メタデータレスポンスで、対応するOData エンティティがhasStream:true でマークされているテーブル / ビューにおいて、"MediaReadLink" カラムがテーブル / ビューメタデータに追加されました。このカラムが存在する場合、OData エンティティのメディアストリームへのリンクが表示されます。
2025-03-2525.0.9215Microsoft SharePointAdded
  • AllPages およびAllEvents ビューが追加されました。
2025-02-2825.0.9190Microsoft SharePointAdded
  • REST スキーマに次のビューが追加されました:AllFiles、AllLists、およびSites。
  • REST スキーマのUploadDocument ストアド プロシージャにChunkSize カラムが追加されました。
2025-02-1524.0.9177GeneralAdded
  • 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
2025-01-2724.0.9158Microsoft SharePointAdded
  • REST スキーマに新規ストアドプロシージャAddImage が追加されました。
2025-01-0624.0.9137Microsoft SharePointAdded
  • REST スキーマのCreateFolder ストアドプロシージャにSiteURL 入力パラメータが追加されました。
2024-12-0524.0.9105Microsoft SharePointAdded
  • SOAP データモデルのUploadDocument ストアドプロシージャに、チャンク形式のファイルアップロードのサポートが追加されました。
2024-12-0224.0.9102Microsoft SharePointAdded
  • REST スキーマにComments ビューが追加されました。
2024-11-2724.0.9097GeneralAdded
  • LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
2024-11-2124.0.9091Microsoft SharePointAdded
  • SharePoint REST スキーマに新規ビューListItems が追加されました。このビューには、さまざまなSharePoint リストで見られる最も一般的なフィールドが含まれます。
2024-11-0824.0.9078Microsoft SharePointAdded
  • SharePoint REST スキーマのAttachments ビューに、新たなカラムItemURL が追加されました。このカラムは、ユーザーが添付ファイルをブラウザで直接開くためのリンクを提供します。
2024-10-3124.0.9070Microsoft SharePointAdded
  • Rest スキーマのUsers ビューに新規カラムPrincipalType が追加されました。これは、次のようにビット単位の値を使用してプリンシパルのタイプを定義します:None=0、User=1、Distribution List=2、Security Group=4、SharePoint Group=8、およびAll=15。
2024-10-2524.0.9064Microsoft SharePointAdded
  • REST スキーマのGroups ビューに次の対応するグループ名フィールドが追加されました:LoginName、Title、IsHiddenInUI、PrincipalType。
2024-10-1024.0.9049Microsoft SharePointAdded
  • 新たな接続プロパティ、GetColumnsMetadata が追加され、REST スキーマでカラムメタデータを取得する方法を制御できるようになりました。
2024-10-0324.0.9042Microsoft SharePointAdded
  • 新たな接続プロパティ、IncludeLookupDisplayValueColumns が追加されました。これはREST スキーマのみに適用されます。
2024-08-1924.0.8997Microsoft SharePointChanged
  • Roles テーブル(SOAP スキーマ)で、Permissions フィールドのデータ型がLONG からSTRING に変更されました。
2024-08-1224.0.8990Microsoft SharePointAdded
  • AddRoleAssignment、BreakRoleInheritance、およびRemoveRoleAssingment ストアドプロシージャがREST スキーマに追加されました。
2024-07-1624.0.8963Microsoft SharePointChanged
  • RoleDefinitionBindings ビューにId とPrincipleID からなる複合キーが追加されました。以前はプライマリキーでした。
2024-06-1424.0.8931Microsoft SharePointChanged
  • デフォルトのAuthScheme がAzureAD に変更されました。
2024-06-1424.0.8931Microsoft SharePointDeprecated
  • OAuth AuthScheme は廃止されました。代わりにAzureAD、AzurePassword、またはAzureServicePrincipalCert を使用する必要があります。
2024-06-1324.0.8930Microsoft SharePointAdded
  • REST データモデルのRoleAssignmentMember ビューに"PrincipalType" カラムが追加されました。
2024-06-1324.0.8930Microsoft SharePointChanged
  • REST データモデルのAttachments ビューで、"Updated" カラムがvarchar からdatetime に変更されました。
  • REST データモデルのAttachments ビューで、"ItemId" カラムがvarchar からint に変更されました。
  • REST データモデルのFiles ビューで、"Size" カラムがvarchar からlong に変更されました。
  • REST データモデルのFiles ビューで、"TimeCreated" および"TimeLastModified" カラムがvarchar からdatetime に変更されました。
  • REST データモデルのRoleAssignments ビューで、"ItemId" カラムがvarchar からint に変更されました。
  • REST データモデルのRoleAssignmentMember ビューで、複数のカラムがvarchar からint、datetime、boolean に変更されました。
  • REST データモデルのRoleDefinitionBindings ビューで、複数のカラムがvarchar からint、long、boolean に変更されました。
2024-06-1224.0.8929Microsoft SharePointDeprecated
  • OAuthJWT AuthScheme は廃止されました。
2024-06-1224.0.8929Microsoft SharePointAdded
  • AuthSchemes のサポート対象に"AzureServicePrincipalCert" が追加されました。
2024-06-1124.0.8928Microsoft SharePointRemoved
  • REST スキーマのSubSites ビューからKeepFieldUserResources フィールドが削除されました。
2024-06-0824.0.8925Microsoft SharePointChanged
  • REST スキーマのRoleAssignments ビューにおけるUpdated カラムのデータ型がVARCHAR からTIMESTAMP に変更されました。
2024-06-0824.0.8925Microsoft SharePointRemoved
  • REST スキーマのRoleAssignments ビューから、VARCHAR データ型の重複するPrincipalId カラムが削除されました。
2024-05-2424.0.8910Microsoft SharePointChanged
  • Users.Id、Users.GroupId、およびGroups.Id のデータ型がVARCHAR からINTEGER に変更されました。
2024-05-0924.0.8895GeneralChanged
  • 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
2024-04-0923.0.8865Microsoft SharePointAdded
  • AddList、AddListColumn、DeleteList、およびDeleteListColumn ストアドプロシージャがREST スキーマに追加されました。
2024-03-2723.0.8852Microsoft SharePointAdded
  • MaxSelectLength 隠し接続プロパティが追加され、OData $select クエリオプションで許可される最大文字数を制御できるようになりました。この制限を超えた場合、対応するエンティティのエンドポイントに複数のリクエストを行い、各リクエストにカラムのサブセットが含まれるようにして、完全なデータを取得するための最終ステップとしてクライアントサイドでセルフジョインを行います。これは、ユーザーがデータモデルで公開されているリスト、ライブラリ、または多くのカラムを持つ他のエンティティからデータを読み取る際に、生成されたURL がAPI の制限に達する(長すぎる)場合や正しく動作しない可能性がある場合に便利です。
2024-03-1523.0.8840GeneralAdded
  • Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
2024-03-1123.0.8836Microsoft SharePointAdded
  • Enabled the ShowPredefinedColumns connection property for the REST schema. The property behaves similarly to the SOAP schema. If set to false, all columns derived from a base type will be removed from the column listing.
2024-02-2323.0.8819Microsoft SharePointChanged
  • Renamed the UploadDocument and CopyDocument outputs using standard names. _dlc_DocId and _dlc_DocIdUrl have been renamed to DocumentId and DocumentIdUrl respectively.
2024-02-2323.0.8819Microsoft SharePointRemoved
  • Removed the ReturnID input for the UploadDocument and CopyDocument stored procedures. The document metadata will be returned by default.
  • Removed the MetadataName# and MetadataValue# inputs. The operations initiated by these inputs can be called by using UPDATE and SELECT queries with the outputted Id of the document.
  • Removed the vti_author and vti_etag outputs.
2024-02-1923.0.8815Microsoft SharePointChanged
  • Changed endpoint for file retrieval. The ID column in Files view is updated to show the document GUID.
2024-01-2223.0.8787Microsoft SharePointChanged
  • Changed the default behavior of including linked columns. Linked columns are used to facilitate deep inserts which is not valuable for SharePoint lists, so linked columns will not be included by default.
2024-01-1923.0.8784Microsoft SharePointChanged
  • Reimplemented the UseDisplayNames feature for the REST schema due to the many differences between the OData metadata and the API that is used to retrieve the display names. Column data types may change to match the OData metadata since the OData standard is used for all list operations.
  • Enabled the ShowHiddenColumns connection property for the REST schema. Hidden columns are not shown by default, to match the behavior of the SOAP schema. An extra call is needed to achieve this which may affect performance. Set ShowHiddenColumns to true to switch to the old behavior.
2024-01-1823.0.8783ADO.NETAdded
  • Added support for EFCore 8.
2024-01-1723.0.8782Microsoft SharePointAdded
  • Added the Permanently parameter to the DeleteDocument stored procedure (REST schema) for triggering different behaviors. Enabling it deletes the document specified permanently, whereas disabling it moves the document to the recycle bin instead (default behavior).
2024-01-1723.0.8782Microsoft SharePointRemoved
  • Removed the RelativeURL and DocumentName parameters from the DeleteDocument stored procedure (REST schema).
2024-01-1723.0.8782Microsoft SharePointReplaced
  • Replaced the RelativeURL and DocumentName parameters of the DeleteDocument stored procedure (REST schema) with the Path parameter.
2023-12-1223.0.8746Microsoft SharePointChanged
  • Added 'Success' as a standard output for all stored procedures to indicate whether the execution was successful or not. The output is a Boolean and replaces the 'Result' and 'Status' outputs.
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-11-1523.0.8719ADO.NETChanged
  • NuGet license and icon are now embedded within the package itself, in compliance with the package authoring best practices.
2023-10-2423.0.8697Microsoft SharePointChanged
  • The default value for the hidden connection property IncludeReferenceColumn for the REST data model has changed to false and the ParentReference columns is no longer listed by default.
2023-06-3023.0.8581Microsoft SharePointChanged
  • Enabled UseDisplayNames connection property for the REST schema, enabling this will return the display name as the column name and may affect performance and change the column data type.
2023-06-2023.0.8571GeneralAdded
  • 新しいsys_lastresultinfo システムテーブルが追加されました。
2023-04-2523.0.8515GeneralRemoved
  • SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
2023-04-1923.0.8509ADO.NETRemoved
  • Removed support for EFCore 3.1.
2023-04-1823.0.8508ADO.NETRemoved
  • Removed support for SSRS 2012.
2023-04-1823.0.8508ADO.NETAdded
  • Added support for SSRS 2022.
2023-03-0122.0.8460Microsoft SharePointAdded
  • Added ServerRelativeUrl column in Lists View.
2023-01-1922.0.8419Microsoft SharePointAdded
  • Added the links on the Connecting to REST API page under Sharepoint Online and Sharepoint OnPremise sections.
2022-12-2222.0.8391Microsoft SharePointAdded
  • Added RenameAttachmentOrDocument and MoveAttachmentOrDocument Stored Procedures in SOAP and REST Schema.
2022-12-2122.0.8390Microsoft SharePointChanged
  • Changed the datatype of PertainingToTerm column from Boolean to String in GetValidTerms View.
2022-12-1922.0.8388Microsoft SharePointAdded
  • Add support for the ReadTimeout option to the download stored procedures in the REST schema. ReadTimeout can be used to force a download to fail after a certain time, unlike Timeout which only triggers if the download stalls for that amount of time.
2022-12-1422.0.8383GeneralChanged
  • sys_procedureparameters テーブルにDefault カラムが追加されました。
2022-12-0822.0.8377Microsoft SharePointAdded
  • Added the WriteToFile parameter for CreateSchema stored procedure in SOAP schema. This defaults to true and must be disabled to write the schema to FileStream or FileData.
2022-12-0822.0.8377Microsoft SharePointRemoved
  • Removed SchemaDirectory parameter from CreateSchema stored procedure in SOAP schema. Instead, the Location connection property path will be used to create the schema.
2022-11-3022.0.8369Microsoft SharePointAdded
  • Added UseEntityTypeName property to determine if the table name should be EntityTypeName instead of the title in the REST schema.
2022-10-2522.0.8333Microsoft SharePointAdded
  • Added the FileStream input attribute to add outputstream and FileData output attribute to print the response in DownloadAttachment, DownloadDocument stored procedures in SOAP and REST schema.
  • Added the FileStream input attribute to add outputstream and FileData output attribute to print the response in CreateSchema stored procedure in SOAP schema.
  • Added the Content input attribute to add inputstream in AddAttachment, UploadDocument stored procedures in SOAP and REST schema.
2022-09-3022.0.8308GeneralChanged
  • sys_procedureparameters テーブルにIsPath カラムが追加されました。
2022-07-2922.0.8245Microsoft SharePointRemoved
  • Removed the Enum value Germany from AzureEnvironments as Microsoft has retired its Germany-based cloud.
2022-06-0822.0.8194ADO.NETRemoved
  • Removed support for VS2010.
2022-05-2422.0.8179Microsoft SharePointChanged
  • Changed provider name to Microsoft SharePoint.
2022-05-1922.0.8174ADO.NETRemoved
  • Removed support for .NET 2.0.
2022-05-1922.0.8174Microsoft SharePointDeprecated
  • OAuthGrantType has been deprecated. Use the AuthScheme connection property instead.
2022-04-2722.0.8152ADO.NETRemoved
  • Removed support for EFCore 3.0 and EFCore5.0.
2022-03-1521.0.8109Microsoft SharePointAdded
  • Added a new Id column for the Users view in the REST Schema.
2022-03-1421.0.8108Microsoft SharePointAdded
  • Added the ItemId column to get RoleAssignments, RoleAssignmentMember, RoleDefinitionBindings.
2021-09-0221.0.7915GeneralAdded
  • CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
2021-08-2321.0.7905Microsoft SharePointAdded
  • Added the stored procedures CreateFolder, UploadDocument, DeleteDocument, CopyDocument, CheckInDocument, CheckOutDocument, DiscardCheckOutDocument, AddAttachment, DeleteAttachment to the REST Schema.
2021-08-1021.0.7892Microsoft SharePointAdded
  • Added new AuthScheme "SharePointOAuth" to support client credentials flow using SharePoint App.
2021-08-0721.0.7889GeneralChanged
  • sys_foreignkeys テーブルにKeySeq カラムが追加されました。
2021-08-0621.0.7888GeneralChanged
  • 新しいsys_primarykeys システムテーブルが追加されました。
2021-08-0521.0.7887Microsoft SharePointRemoved
  • Removed the Permissions view from the REST schema.
2021-08-0521.0.7887Microsoft SharePointReplacements
  • Replaced Permissions with RoleAssignments, RoleAssignmentMember and RoleDefinitionBindings views in the REST schema.
2021-07-2921.0.7880Microsoft SharePointAdded
  • Added new columns LoginName, Title, IsHiddenInUI for the Users view and Id for the Groups view in the REST schema.
2021-07-2821.0.7879Microsoft SharePointAdded
  • Added support for Attachments, Permissions and SubSites views in the REST schema.
2021-07-2721.0.7878Microsoft SharePointAdded
  • Added support for OAuth Authentication without JWT cert for Client Credentials by when using a SharePoint App.
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-1621.0.7837Microsoft SharePointAdded
  • Added support for PingFederate identity provider in Sharepoint Online SOAP schema.
2021-06-0721.0.7828ADO.NETAdded
  • Added support for the DbCommand.CommandTimeout property.
2021-06-0521.0.7826Microsoft SharePointAdded
  • Added support for the AzureServicePrinciple authentication scheme only using a JWT certs instead of the OAuthClientSecret.
  • Added support to authenticate submitting JWT certs instead of the OAuthClientSecret for the AzureServicePrinciple, OAuth and AzureAD authentication schemes.
2021-05-2921.0.7819ADO.NETRemoved
  • Removed support for SSRS 2008.
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-1621.0.7776ADO.NETChanged
  • 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-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-1521.0.7775GeneralChanged
  • Kerberos 認証がデフォルトでTCP を使用するように更新されました。TCP 接続が確立できない場合はUDP にフォールバックされます。
2021-03-3121.0.7760Microsoft SharePointDeprecated
  • The UseSSO connection property is deprecated. You should select the preferred SSO scheme directly from the AuthScheme property instead.
  • The URNAddress is deprecated. This property is used inside the SSOProperties and it should be specified when authenticating to ADFS on Sharepoint On-Premise. Instead RelyingParty should be used as in other drivers.
2020-11-0320.0.7612Microsoft SharePointAdded
  • Added support for retrieving information regarding the current logged in user via the GetCurrentUser stored procedure.

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