ADO.NET Provider for Google Analytics

Build 26.0.9657

Changelog

General Changes

DateVersionSourceCategoryTypeDescription
2026-06-0426.0.9651Google AnalyticsData ModelChanged
  • Renamed the ReportyType parameter to ReportType for the CreateCustomSchema stored procedure.
  • Renamed the Expressions column to Expression for the Metadata view.
2026-05-2726.0.9643GeneralConnectionRemoved
  • Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
2026-05-0726.0.9623GeneralData ModelAdded
  • Added the ColumnCapabilities column to the sys_tablecolumns system table. This column is a bit mask denoting the column's write capabilities.
2026-04-2826.0.9614ADO.NETConnectionAdded
  • Added the following functions to the driver class. If you pass these functions an exception with no error records, an InvalidArgumentException is thrown.
    • containsErrorSource: Returns true if the exception contains an error record for the provided source name, or false otherwise.
    • getErrorCodeFromSource: Returns the numeric error code from the error record with the given source, or -1 if there is no error record from that source.
    • containsErrorCode: Returns true if the exception contains an error record with the provided error code, or false otherwise.
    • findErrorProperty: Returns the value of the property with the given name, or null if no property with that name is defined.
    • formatErrorRecords: Returns a string containing all the exception's error records, including messages, codes, properties, and error locations.
2026-04-1526.0.9601GeneralQuery ExecChanged
  • String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
2026-04-0826.0.9594Google AnalyticsSecurityChanged
  • TLS 1.3 is now supported by default for HTTP connections.
2026-04-0126.0.9587ADO.NETAdded
  • Added support for EFCore 10.
2026-04-0126.0.9587Google AnalyticsRemoved
  • Removed the BatchSize connection property.
2026-02-1725.0.9544Google AnalyticsAdded
  • Added the CurrencyCode pseudocolumn to the Acquisitions, AcquisitionsFirstUserCampaignReport, AcquisitionsFirstUserGoogleAdsAdGroupNameReport, AcquisitionsFirstUserGoogleAdsNetworkTypeReport, AcquisitionsFirstUserMediumReport, AcquisitionsFirstUserSourceMediumReport, AcquisitionsFirstUserSourcePlatformReport, AcquisitionsFirstUserSourceReport, AcquisitionsSessionCampaignReport, AcquisitionsSessionDefaultChannelGroupingReport, AcquisitionsSessionMediumReport, AcquisitionsSessionSourceMediumReport, AcquisitionsSessionSourcePlatformReport, AcquisitionsSessionSourceReport, DemographicAgeReport, DemographicCityReport, DemographicCountryReport, DemographicGenderReport, DemographicInterestsReport, DemographicLanguageReport, DemographicRegionReport, Demographics, EcommPurchasesItemBrandReport, EcommPurchasesItemCategory2Report, EcommPurchasesItemCategory3Report, EcommPurchasesItemCategory4Report, EcommPurchasesItemCategory5Report, EcommPurchasesItemCategoryReport, EcommPurchasesItemCategoryReportCombined, EcommPurchasesItemIdReport, EcommPurchasesItemNameReport, Engagement, EngagementContentGroupReport, EngagementConversionsReport, EngagementEventsReport, EngagementPagesPathReport, EngagementPagesTitleAndScreenClassReport, EngagementPagesTitleAndScreenNameReport, GamesReporting, Monetization, MonetizationPublisherAdsAdFormatReport, MonetizationPublisherAdsAdSourceReport, MonetizationPublisherAdsAdUnitReport, MonetizationPublisherAdsPagePathReport, Tech, TechAppVersionReport, TechBrowserReport, TechDeviceCategoryReport, TechDeviceModelReport, TechOSSystemReport, TechOSVersionReport, TechPlatformDeviceCategoryReport, TechPlatformReport, and TechScreenResolutionReport views.
2026-01-1325.0.9509GeneralAdded
  • Added support for the REGEXP_REPLACE() string function.
2025-12-1225.0.9477Google AnalyticsAdded
  • Added the DataAnnotations report view.
  • Added the Name column and support for comparison data in the Metadata view.
2025-12-0525.0.9470GeneralAdded
  • Added support for the INSERT INTO SELECT statement, with driver-side execution for providers that do not support the operation natively.
2025-11-0725.0.9442Google AnalyticsChanged
  • Changed the datatype of the TotalRevenue field from integer to decimal for Acquisition, Demographic, Engagement, and Tech categories of views.= Changed the datatype of the TotalAdRevenue from integer to decimal for the Monetization category of views.
2025-10-0625.0.9410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
2025-09-1225.0.9386GeneralAdded
  • Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
2025-09-1025.0.9384GeneralChanged
  • All columns in statically defined Views are now reported as read-only.
2025-09-0325.0.9377GeneralChanged
  • Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
2025-09-0125.0.9375GeneralAdded
  • Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
2025-08-2125.0.9364GeneralChanged
  • Report behavior change:
    • Fixed inconsistent string value comparisons in non-table queries.
    • For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
2025-08-1325.0.9356GeneralChanged
  • Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
2025-07-1125.0.9323Google AnalyticsAdded
  • Added the Scope connection property.
2025-07-0725.0.9319Google AnalyticsChanged
  • In the Data API renamed the Conversions column to KeyEvents in the AcquisitionsFirstUserGoogleAdsAdGroupNameReport, AcquisitionsFirstUserGoogleAdsNetworkTypeReport, DemographicAgeReport, DemographicCityReport, DemographicCountryReport, DemographicGenderReport, DemographicInterestsReport, DemographicLanguageReport, DemographicRegionReport, Demographics, Engagement, EngagementContentGroupReport, EngagementConversionsReport, EngagementPagesPathReport, EngagementPagesTitleAndScreenClassReport, EngagementPagesTitleAndScreenNameReport, Events, Tech, TechAppVersionReport, TechBrowserReport, TechDeviceCategoryReport, TechDeviceModelReport, TechOSSystemReport, TechOSVersionReport, TechPlatformDeviceCategoryReport, TechScreenResolutionReport, Acquisitions, AcquisitionsFirstUserSourceReport, AcquisitionsFirstUserSourcePlatformReport, AcquisitionsFirstUserSourceMediumReport, AcquisitionsFirstUserMediumReport, AcquisitionsFirstUserCampaignReport, AcquisitionsSessionCampaignReport, AcquisitionsSessionDefaultChannelGroupingReport, AcquisitionsSessionMediumReport, AcquisitionsSessionSourceMediumReport, AcquisitionsSessionSourcePlatformReport, and AcquisitionsSessionSourceReport views.
2025-07-0725.0.9319Google AnalyticsRemoved
  • Removed the MaximumUserAccess column from the PropertiesFireBaseLinks table in the Admin API.
2025-06-2525.0.9307GeneralRemoved
  • Removed the "ADLS Gen 1" value from the ConnectionType property.
2025-06-2025.0.9302GeneralAdded
  • Created the following functions:
    • TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
    • TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
    • BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
    • BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
2025-06-1925.0.9301Google AnalyticsChanged
  • The values in the PropertySummaries column are now displayed in aggregate, as raw values. Previously, we displayed the ropertySummaries column values as 'key:value, key:value'.
2025-06-1825.0.9300GeneralChanged
  • The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
2025-05-2925.0.9280ADO.NETChanged
  • We have improved our implementation of the ADO.NET DbDataReader.GetDataTypeName so that it now returns database data type names, such as varchar, tinyint, and datetime. Previously we returned the fully-qualified name of the column’s .NET type, in a format like "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
2025-05-2725.0.9278ADO.NETRemoved
  • Removed support for the C# implementation of SQLite. Features that previously used this implementation by default, such as AutoCache and EF6 schema caching, now require the native SQLite driver.
2025-05-2725.0.9278GeneralRemoved
  • Removed the "Proprietary" enum option from ProxyAuthscheme.
2025-02-1524.0.9177GeneralAdded
  • Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
2025-01-3124.0.9162Google AnalyticsAdded
  • Added the PropertiesAccessBindings, PropertiesAudiences, and PropertiesKeyEvents views to the GoogleAnalytics4 data model.
2025-01-3124.0.9162Google AnalyticsAdded
  • Added the IncludeDeleted connection property.
2025-01-2424.0.9155Google AnalyticsAdded
  • Added the Deleted column to the Accounts view.
  • Added the DeleteTime column to the Properties view.
2025-01-1524.0.9146Google AnalyticsAdded
  • Added two new report views: KeyEvents and ScreenPageViews.
2025-01-1024.0.9141Google AnalyticsAdded
  • Added the following columns to the MetaData view: DimensionDeprecatedAPINames, MetricDeprecatedAPINames, Expressions, BlockedReasons, and Category.
  • Added the folllwing dimensions to the ActiveUsers view: AudienceId, AudienceResourceName, CityId, CountryId, EventName, MinutesAgo, StreamId, and StreamName.
  • Added the following dimensions to the Events view: AudienceId, AudienceResourceName, CityId, CountryId, MinutesAgo, StreamId, and StreamName.
2024-11-2724.0.9097GeneralAdded
  • Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
2024-10-1724.0.9056Google AnalyticsAdded
  • Added support for Workload Identity Federation using AWS accounts.
2024-09-1924.0.9028Google AnalyticsAdded
  • Added the IncludeEmptyRows connection property. When this property is set to True, the driver includes rows for which all retrieved metrics are equal to zero. If set to False, these rows are not included.
2024-09-0624.0.9015Google AnalyticsAdded
  • Added the DefaultStartDate and DefaultEndDate connection properties, which specify default start and end dates for all queries.
2024-07-3024.0.8977Google AnalyticsAdded
  • Added the UINames attribute to the CreateCustomSchema stored procedure.
2024-07-1824.0.8965Google AnalyticsRemoved
  • Removed the DefaultFilter property.
2024-07-1524.0.8962Google AnalyticsRemoved
  • Removed the UniversalAnalytics schema and its associated tables, views, and stored procedures.
  • Removed the Profile, ApiVersion, IncludeEmptyRows, UseResourceQuotas, and SamplingLevel connection properties.
2024-07-0424.0.8951Google AnalyticsRemoved
  • Removed the Dimensions and Metrics columns from 6 views: Acquisitions, Demographics, Engagement, GamesReporting, Monetization, and Tech.
2024-07-0224.0.8949Google AnalyticsChanged
  • Changed the datatype of the Conversions column from integer to decimal in various views in the GoogleAnalyticsV4 schema.
  • Changed the datatype of the CartToViewRate column from integer to decimal in various views in the GoogleAnalyticsV4 schema.
  • Changed the datatype of the ItemsPurchased column from decimal to integer in various views in the GoogleAnalyticsV4 schema.
  • Changed the name of the FirstUserCreativeId column in the Acquisitions view to FirstUserGoogleAdsCreativeId.
  • Changed the name of the SessionDefaultChannelGrouping column in the Acquisitions view SessionDefaultChannelGroup.
  • Changed the name of the FirstUserCreativeId column in the GamesReporting view to FirstUserGoogleAdsCreativeId.
  • Changed the name of the SessionDefaultChannelGrouping column in the AcquisitionsSessionDefaultChannelGroupingReport view to SessionDefaultChannelGroup.
2024-05-0924.0.8895GeneralChanged
  • The ROUND function previously did not accept negative precision values. That feature has now been restored.
2024-05-0223.0.8888Google AnalyticsChanged
  • Changed the datatype of the "userEngagementDuration" column from Int to BigInt in the Acquisitions, AcquisitionsFirstUserCampaignReport, AcquisitionsFirstUserGoogleAdsAdGroupNameReport, AcquisitionsFirstUserGoogleAdsNetworkTypeReport, AcquisitionsFirstUserMediumReport, AcquisitionsFirstUserSourceMediumReport, AcquisitionsFirstUserSourcePlatformReport, AcquisitionsFirstUserSourceReport,AcquisitionsSessionCampaignReport, AcquisitionsSessionDefaultChannelGroupingReport, AcquisitionsSessionMediumReport, AcquisitionsSessionSourceMediumReport, AcquisitionsSessionSourcePlatformReport, AcquisitionsSessionSourceReport, Engagement, EngagementContentGroupReport, EngagementPagesPathReport, EngagementPagesTitleAndScreenClassReport, EngagementPagesTitleAndScreenNameReport, and GlobalAccessObject views.
2024-03-1523.0.8840GeneralAdded
  • Created a new SQL function called STRING_COMPARE that provides java's String.compare() ability to SQL queries. Returns a number representative of the compared value of two strings
2024-01-1823.0.8783ADO.NETAdded
  • Added support for EFCore 8.
2024-01-0923.0.8774Google AnalyticsAdded
  • Added columns DayOfWeekName, IsoWeek, IsoYear, IsoYearIsoWeek, YearMonth, YearWeek in Acquisitions, Demographics, GamesReporting, Engagement, Tech, Monetization views.
2023-11-2923.0.8733GeneralChanged
  • The ROUND function doesn't accept the negative precision values anymore.
2023-11-2923.0.8733GeneralChanged
  • 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.
2023-11-2823.0.8732GeneralAdded
  • Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
2023-11-1723.0.8721Google AnalyticsAdded
  • Added column SessionsPerUser as metric for engagement and acquisitions views.
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-07-3123.0.8612Google AnalyticsAdded
  • Added support for CustomChannelGroups for AcquisitionsFirstUserCampaignReport, AcquisitionsSessionCampaignReport, AcquisitionsSessionDefaultChannelGroupingReport, AcquisitionsSessionMediumReport, AcquisitionsSessionSourceMediumReport, AcquisitionsSessionSourcePlatformReport, AcquisitionsSessionSourceReport, AcquisitionsFirstUserMediumReport, AcquisitionsFirstUserSourceMediumReport, AcquisitionsFirstUserSourcePlatformReport, AcquisitionsFirstUserSourceReport, Acquisitions views for GoogleAnalytics4 schema.
2023-07-0723.0.8588Google AnalyticsAdded
  • Added GlobalAccessObject view for GoogleAnalytics4 schema.
2023-06-2023.0.8571GeneralAdded
  • Added the new sys_lastresultinfo system table.
2023-05-0523.0.8525Google AnalyticsChanged
  • Added UserType as defaultdimensions in Global_Access_Object view.
  • Added Users, Sessions, AdxImpressions, AdxCoverage, AdxClicks, AdxCTR, AdxRevenue, AdxRevenuePer1000Sessions as defaultmetrics in Global_Access_Object view.
2023-04-2523.0.8515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
2023-04-2523.0.8515Google AnalyticsChanged
  • Changed the metrics name from AddToCarts to ItemsAddedToCart, and ItemViews to ItemsViewed in EcommPurchasesItemCategoryReport, EcommPurchasesItemCategory2Report, EcommPurchasesItemCategory3Report, EcommPurchasesItemCategory4Report, EcommPurchasesItemCategory5Report, EcommPurchasesItemCategoryReportCombined, EcommPurchasesItemBrandReport views.
  • Changed the metric name from AddToCarts to ItemsAddedToCart in EcommPurchasesItemIdReport, EcommPurchasesItemNameReport views.
  • Changed the metrics name from AddToCarts to ItemsAddedToCart, Checkouts to ItemsCheckedOut, ItemListClicks to ItemsClickedInList, ItemListViews to ItemsViewedInList, ItemPromotionClicks to PromotionClicks, ItemPromotionViews to PromotionViews, ItemPurchaseQuantity to ItemsPurchased, and ItemViews to ItemsViewed in Monetization view.
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-04-0322.0.8493Google AnalyticsAdded
  • Added PagePath and PageTitle columns in Engagements and Events table.
2023-01-0522.0.8405Google AnalyticsAdded
  • AcquisitionsFirstUserGoogleAdsAdGroupNameReport, AcquisitionsFirstUserCampaignReport, AcquisitionsFirstUserGoogleAdsNetworkTypeReport, AcquisitionsFirstUserMediumReport, AcquisitionsFirstUserSourceMediumReport, AcquisitionsFirstUserSourcePlatformReport, AcquisitionsFirstUserSourceReport, AcquisitionsSessionCampaignReport, AcquisitionsSessionDefaultChannelGroupingReport, AcquisitionsSessionMediumReport, AcquisitionsSessionSourceMediumReport, AcquisitionsSessionSourcePlatformReport, AcquisitionsSessionSourceReport, EcommPurchasesItemBrandReport, EcommPurchasesItemCategory2Report, EcommPurchasesItemCategory3Report, EcommPurchasesItemCategory4Report, EcommPurchasesItemCategory5Report, EcommPurchasesItemCategoryReport, EcommPurchasesItemCategoryReportCombined, EcommPurchasesItemIdReport, EcommPurchasesItemNameReport, EngagementContentGroupReport, EngagementConversionsReport, EngagementEventsReport, EngagementPagesPathReport, EngagementPagesTitleAndScreenClassReport, EngagementPagesTitleAndScreenNameReport, MonetizationPublisherAdsAdFormatReport,MonetizationPublisherAdsAdSourceReport ,MonetizationPublisherAdsAdUnitReport ,MonetizationPublisherAdsPagePathReport , TechAppVersionReport ,TechBrowserReport,TechDeviceCategoryReport,TechDeviceModelReport, TechOSSystemReport, TechOSVersionReport, TechPlatformDeviceCategoryReport, TechPlatformReport and TechScreenResolutionReport views.
2023-01-0322.0.8403Google AnalyticsAdded
  • Added DemographicCountryReport, DemographicRegionReport, DemographicCityReport, DemographicLanguageReport, DemographicAgeReport, DemographicGenderReport, DemographicInterestsReport view.
2022-12-2722.0.8396Google AnalyticsAdded
  • Added TechAppVersionReport,TechBrowserReport,TechDeviceCategoryReport,TechDeviceModelReport,TechOSSystemReport,TechOSVersionReport,TechPlatformDeviceCategoryReport,TechPlatformReport and TechScreenResolutionReport view.
2022-12-2222.0.8391Google AnalyticsAdded
  • Added PropertyId as a pseudocolumn for the PropertiesDatastream, PropertiesFireBaseLinks, and PropertiesGoogleAdsLinks views.
2022-12-2022.0.8389Google AnalyticsAdded
  • Added ReportType connection property to distinguish between runRealtimeReport and runReports for the Events and ActiveUsers view.
2022-12-1922.0.8388Google AnalyticsAdded
  • Added following Dimensions EventName,BrandingInterest,Country,City,Language,UserAgeBracket,UserGender,Region,UnifiedScreenClass and PagePathand to Acquistions view.
  • Added following Metrics UserEngagementDuration,ScreenPageViewsand and EventCountPerUser to Acquistions view.
2022-12-1422.0.8383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
2022-12-0922.0.8378Google AnalyticsAdded
  • Added the WriteToFile parameter for CreateSchema stored procedure. This defaults to true and must be disabled to write the schema to FileStream or FileData.
2022-12-0922.0.8378Google AnalyticsRemoved
  • Removed OutputFolder parameter from CreateSchema stored procedure. Instead, the Location connection property path will be used to create the schema.
2022-10-2622.0.8334Google AnalyticsAdded
  • Added view PropertiesDataStreams .
2022-10-2622.0.8334Google AnalyticsRemoved
  • Removed the view PropertiesAndroidAppDataStreams, PropertiesAppDataStreams and PropertiesWebDataStreams as the underlying API got deprecated.
2022-10-1422.0.8322Google AnalyticsAdded
  • Added FileData output attribute to print the response in CreateCustomSchema Stored Procedures for both GoogleAnalytics4 and UniversalAnalytics Schema.
2022-09-3022.0.8308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
2022-09-2922.0.8307Google AnalyticsAdded
  • Added FileStream input attribute to add output streams in the CreateCustomSchema stored procedure.
2022-07-2622.0.8242Google AnalyticsChanged
  • Changed the default Schema to GoogleAnalytics4 since the Universal Analytics API is deprecated.
2022-07-1322.0.8229Google AnalyticsAdded
  • Added support for Google Analytics fields in the CustomRedirects table.
2022-06-0822.0.8194ADO.NETRemoved
  • Removed support for VS2010.
2022-05-1922.0.8174ADO.NETRemoved
  • Removed support for .NET 2.0.
2022-04-2722.0.8152ADO.NETRemoved
  • Removed support for EFCore 3.0 and EFCore5.0.
2022-03-0321.0.8097Google AnalyticsRemoved
  • The columns marked in UniversalAnalytics.Global_Access_Object with XX are removed. The XX columns worked incredibly awkwardly, requiring the user to instead explicitly select a specific index of the column, such as LandingContentGroup1 instead of LandingContentGroupXX.
2022-03-0321.0.8097Google AnalyticsReplacements
  • Columns in Global_Access_Object formerly marked with XX are replaced by individually indexed columns numbered 1-20. For example, LandingContentGroupXX is replaced with LandingContentGroup1, LandingContentGroup2, etc.
2021-12-2221.0.8026Google AnalyticsAdded
  • Added Profile as a column for all views (Reports). This column can be used with the IN operator to query data from all the available profiles. This change is only for UniversalAnalytics schema.
2021-09-2721.0.7940Google AnalyticsAdded
  • Added extra columns for Dimension, Hierarchy and OLAPType to sys_tablecolumns for OLAP properties.
2021-09-0221.0.7915GeneralAdded
  • Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
2021-08-0721.0.7889GeneralChanged
  • Added the KeySeq column to the sys_foreignkeys table.
2021-08-0621.0.7888GeneralChanged
  • Added the new sys_primarykeys system table.
2021-07-2321.0.7874GeneralChanged
  • 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.
2021-06-1821.0.7839Google AnalyticsAdded
  • 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-0721.0.7828ADO.NETAdded
  • Added support for the DbCommand.CommandTimeout property.
2021-05-2921.0.7819ADO.NETRemoved
  • Removed support for SSRS 2008.
2021-05-2621.0.7816Google AnalyticsAdded
  • Support for Google Analytics Data API (GA4) and Admin API.
2021-04-2321.0.7783GeneralChanged
  • Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
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.7776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.
2021-04-1621.0.7776GeneralChanged
  • 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.
2021-04-1621.0.7776GeneralChanged
  • Updated index naming convention to avoid duplicates.
2020-10-1520.0.7593Google AnalyticsAdded
  • Convert Traffic.Segments into a mirror to output column to use in JOINS with Segments table.

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