ADO.NET Provider for BigCommerce

Build 26.0.9655

Changelog

General Changes

DateVersionSourceCategoryTypeDescription
2026-05-2726.0.9643GeneralConnectionRemoved
  • Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
2026-05-1226.0.9628BigCommerceData ModelChanged
  • BigCommerce Data Model, ProductRules view: Renamed the columnName from ImageFile to ImageUrl.
  • Columns in the BigCommerce Data Model, ShippingConsignmentQuotes view that are now marked as aggregate:
    • ProviderQuoteSignatureConfirmationFee
    • ProviderQuoteInsuredMailFee
    • ProviderQuoteLabelSizes
    • ProviderQuoteDates
    • ProviderQuoteAdditionalInfo
    • ProviderQuoteRateId
  • Pseudocolumns converted to normal attributes:
    • OrderShipments converted to LinkedProducts.
    • OrderItems converted to LinkedOrderOptions.
2026-05-1226.0.9628BigCommerceMetadataChanged
  • Monetary/numeric fields that changed from string to decimal:
    • BigCommerce Data Model, BlogPosts view: PublishedTimezoneType field.
    • BigCommerce Data Model, ProductVariantValues view: ProductId field.
    • BigCommerce Data Model, ShippingConsignmentQuotes view: ProviderQuoteRateValue field.
    • BigCommerce Data Model, Orders table: TotalTax, SubtotalTax, HandlingCostTax, ShippingCostTax, GiftCertificateAmount, CurrencyExchangeRate, CouponDiscount, BaseHandlingCost, BaseShippingCost, and BaseWrappingCost fields.
  • Timestamp fields that changed from from date to datetime:
    • BigCommerce Data Model, Currencies table: LastUpdated.
    • BigCommerce Data Model TaxClasses view: DateCreated, DateModified.
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-1526.0.9601BigCommerceData ModelRemoved
  • Removed the OAuthRefreshToken column from the output of the GetOAuthAccessToken stored procedure.
2026-04-1026.0.9596BigCommercePerformanceChanged
  • Improved performance significantly for queries using a LIMIT filter, run against ProductOptionValues, ProductReviews, and ProductImages.
2026-04-0826.0.9594BigCommerceSecurityChanged
  • TLS 1.3 is now supported by default for HTTP connections.
2026-04-0126.0.9587ADO.NETAdded
  • Added support for EFCore 10.
2026-03-1625.0.9571BigCommerceData ModelAdded
  • Added the AccountAPI schema, which provides access to BigCommerce's GraphQL Account API. The AccountAPI schema includes the following views: Accounts, Apps, Subscriptions, Stores, StoreApps, StoreUsers, and Users; the following tables: AppEventSources and CheckoutItems; and the following stored procedures: AddUserToAccount, AddUserToStore, RemoveUserFromAccount, RemoveUserFromStore, CreateUser, and CancelSubscription.
2026-03-1625.0.9571BigCommerceConnectionAdded
  • Added the AccountId and Schema connection properties.
2026-01-1325.0.9509GeneralAdded
  • Added support for the REGEXP_REPLACE() string function.
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-10-0625.0.9410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
2025-09-2525.0.9399BigCommerceAdded
  • Added a new key column in the PaymentMethods view named RowId. RowId is generated by combining the OrderId (or CheckoutId if there is no OrderId) with the Id.
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-3025.0.9342BigCommerceRemoved
  • Removed the pretty print of aggregate columns for all tables and views.
2025-07-1125.0.9323BigCommerceAdded
  • Added the Scope connection property.
2025-07-1025.0.9322BigCommerceAdded
  • Added the TreeId and CategoryUUID columns to the Categories table.
  • Added the Category Trees table.
  • Added the OrderId, OrderProductId, DisplayNameCustomer, DisplayNameMerchant, DisplayValueCustomer, DisplayValueMerchant columns to OrderItemOptionValues.
  • Added the Id, StoredInstruments, SupportedInstruments, Type, OrderId, and CheckoutId columns to PaymentsMethods.
  • Added the OrderId column to ShipmentItems.
  • Added the enum values New, Used, and Refurbished to the Condition column in Products.
  • Added the enum values product, album, book, drink, food, game, movie, song, tv_show to the OpenGraphType column in Products.
2025-07-1025.0.9322BigCommerceChanged
  • Changed the Listingid column name to ListingId, and changed the datatype to integer in the ChannelListings table.
  • Changed the column name DiscountRulesAmount to DiscountRules in the CustomerGroups table.
  • Changed the permitted values in the Type column to Checkbox, Date field, File Upload, Multi-line text field, Multiple choice, Product Pick List, Swatch, and Text field in OrderItemOptionValues.
  • Changed the internal names of Name and Type columns in OrderItemOptionValues.
  • Changed the datatype of the QuantityShipped column to decimal in the OrderItems table.
  • Changed the datatype of the EventDate column to datetime in the OrderItems table.
  • Changed the datatype of the BinPickingNumber and ExternalId columns to string in the Orderitems table.
  • Changed the datatype of the Id column to string in the TaxClasses table.
  • Changed the datatype of ShippingAddressCount, ItemsShipped, and ItemsTotal columns to decimal in the Orders table.
  • Changed the datatype of the Priority column to decimal in OrderTaxes.
  • Changed the API version from v2 to v3 in PaymentsMethods.
  • Changed the datatype of the ItemsTotal, ItemsShipped, BaseCost, CostExTax, CostIncTax, CostTax, BaseHandlingCost, HandlingCostExTax, HandlingCostIncTax, HandlingCostTax, and ShippingZoneId columns to decimal in ShippingConsignments.
  • Changed the datatype of the BulkPricingTiers column to string in PriceListRecords.
  • Changed the datatype of the ConfigNumberLowestValue, and ConfigNumberHighestValue columns in ProductOptions to decimal.
  • Changed the the datatype of CostPrice, SalePrice, RetailPrice, FixedCostShippingPrice, CalculatedPrice, Calculated_Weight. Weight, Width, Height, and Depth columns to decimal in ProductVariants.
  • Changed the column name Is_Free_Shipping to IsFreeShipping, Purchasing_Disabled to PurchasingDisabled, Purchasing_Disabled_Message to PurchasingDisabledMessage, SKU_ID to SkuId, Calculated_Weight to CalculatedWeight, and Image_Url to ImageUrl in ProductVariants.
  • Changed the datatype of the Purchasing_Disabled to boolean in ProductVariants.
  • Changed the datatype of the StoreCreditAmounts column to decimal in Customers.
  • Changed the datatype of the the Categories column to string in Products.
  • Changed the datatype of the InventoryLevel and InventoryWarningLevel columns to integer in Products.
  • Marked the ProductId column in ProductImages as a normal column.
  • Marked the LinkedOptionValues in ProductOptions as a normal column.
2025-07-1025.0.9322BigCommerceRemoved
  • Removed the Code column from PaymentMethods.
  • Removed the ProductSkus table.
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.9301BigCommerceAdded
  • Added three columns: ImageURL, ItemURL, and ItemURLIsCustomized.
  • Added support for server-side filtering of the IN and NOT IN operators, to the ID column.
  • Added support for server-side filtering of the = and LIKE operators, to the Name column.
  • Added support for server-side filtering of the = operator, to the PageTitle column.
2025-06-1925.0.9301BigCommerceRemoved
  • Removed the ImageFile column.
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-06-1625.0.9298BigCommerceAdded
  • Added the FullName column to the Customers table. BigCommerce supports server-side filtering with this column.
2025-06-1225.0.9294BigCommerceChanged
  • Changed the datatype of the ExternalId column from integer to string, and marked it as a normal column.
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-05-0825.0.9259BigCommerceAdded
  • Added the VideoURL column to the Products table.
2025-04-2525.0.9246BigCommerceAdded
  • Added the VideoURL column in the ProductVideos view.
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.
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-2324.0.9062BigCommerceAdded
  • Added the support for the ProductMetafields table.
2024-08-2324.0.9001BigCommerceChanged
  • Changed the Id column data type in the ProductBulkPricingRules view from String to Integer.
2024-07-1624.0.8963BigCommerceAdded
  • Added support for INSERT, UPDATE, and DELETE operations within the Brands table.
  • Added 1 new column to the Brands table: SearchKeywords.
  • Added support for 2 stored procedures: CreateBrandImage and DeleteBrandImage.
2024-07-1624.0.8963BigCommerceRemoved
  • Removed 5 columns from Pages view: Layoutfile, HasMobileVersion, MobileBody, DateCreated, Feed, and Link.
2024-07-1624.0.8963BigCommerceAdded
  • Added 1 column to Channellistings table: ExternalId
  • Added 1 column to Coupons table: RestrictedToCountries.
  • Added 3 column to Currencies table: Enabled, Istrasactional and DateUpdated.
  • Added 1 column to Customers table: ChannelIds.
  • Added 4 columns to CustomerGeoups view: CategoryAccessCategories, DateCreated, Datemodified and DiscountRulesAmount.
  • Added 1 column to GiftCertificates table: CurrencyCode.
  • Added 15 columns to OrderShippingAddresses view: BaseCost, BaseHandlingCost, CostExTax, CostTax, CostTaxClassId, CountryIso2, HandlingCostExTax, HandlingCostIncTax, HandlingCostTax, HandlingCostTaxClassId, ItemsShipped, ItemsTotal, ShippingMethod, ShippingZoneId, and ShippingZoneName.
  • Added 42 columns to OrderItems table: BaseCostPrice, BasePrice, BaseTotal, BaseWrappingCost, BinPickingNumber, Brand, ConfigurableFields, CostPriceExTax, CostPriceIncTax, CostPriceTax, Depth, DiscountedTotalIncTax, EbayItemId, EbayTransactionId, EventDate, EventName, FixedShippingCost, FulfillmentSource, GiftCertificateId, Height, IsBundledProduct, NameCustomer, NameMerchant, OptionSetId, OrderAddressId, OrderPickupMethodId, ParentOrderProductId, PriceTax, RefundAmount, ReturnId, TotalTax, Type, Upc, VariantId, Weight, Width, WrappingCostExTax, WrappingCostIncTax, WrappingCostTax, WrappingId, WrappingMessage and WrappingName.
  • Added 15 columns to the OrderShipments table: CustomerId, ShippingProviderDisplayName, MerchantShippingCost, BillingAddressCity, BillingAddressCompany, BillingAddressCountry, BillingAddressCountryIso2, BillingAddressEmail, BillingAddressFirstName, BillingAddressLastName, BillingAddressPhone, BillingAddressState, BillingAddressStreet1, BillingAddressStreet2 and BillingAddressZip.
  • Added 2 columns to the ProductImages table: ZoomURL and TinyURL.
  • Added 1 column to the ProductOptions table: Config.
  • Added 2 columns to the ShippingConsignments view: City and CountryISO.
  • Added 2 columns to the TaxClasses view: DateCreated and DateModified.
  • Added 1 column to the Shipping Methods and Shipping Zones view: CUD Operations.
2024-07-0524.0.8952BigCommerceAdded
2024-05-0924.0.8895GeneralChanged
  • The ROUND function previously did not accept negative precision values. That feature has now been restored.
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-0223.0.8767BigCommerceChanged
  • Made columns Id, ProductId, and OrderShipmentId of table ShipmentItems as Composite Keys as we were getting duplicate values and a combination all three will provide a unique value.
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-1523.0.8719ADO.NETChanged
  • NuGet license and icon are now embedded within the package itself, in compliance with the package authoring best practices.
2023-11-0723.0.8711BigCommerceAdded
  • Added Settings and ZoneId columns to the ShippingMethods View.
2023-10-0623.0.8679BigCommerceRemoved
  • Removed the EventDateFieldName, EventDateType, EventDateStart, EventDateEnd, MYOBAssetAccount, MYOBIncomeAccount, MYOBExpenseAccount,DateLastImported and PeachtreeGlAccount columns from the Products table as these columns now does not exist in v3.
2023-10-0623.0.8679BigCommerceAdded
  • Added MapPrice, ReviewsRatingSum, ReviewsCount, OpenGraphUseMetaDescription, OpenGraphUseProductName, OpenGraphUseImage, GTIN, CustomFields, PrimaryImageProductId, PrimaryImageIsThumbnail, PrimaryImageSortOrder, PrimaryImageDescription, PrimaryImageImageFile, PrimaryImageUrlZoom, PrimaryImageUrlThumbnail, PrimaryImageUrlTiny, PrimaryImageDateModified, GiftWrappingOptionsType, GiftWrappingOptionsList and BaseVariantId columns to the Products table.
2023-10-0423.0.8677BigCommerceAdded
  • Added ValueDataColors and ValueDataImgUrl columns to the ProductOptionValues table.
2023-08-1023.0.8622BigCommerceRemoved
  • Removed the Name and Type columns from the ProductVariants table as these columns now are not part of the response.
2023-08-1023.0.8622BigCommerceChanged
  • Changed the LinkedOptionValues column in the ProductVariants table from pseudo column to attribute as it contains values in the response.
2023-07-2623.0.8607BigCommerceAdded
  • Added Id, ProductId, SKU, SKU_ID, Price, CalculatedPrice, SalePrice, RetailPrice, MapPrice, Weight, Calculated_Weight, Width, Height, Depth, Is_Free_Shipping, FixedCostShippingPrice, Purchasing_Disabled, Purchasing_Disabled_Message, Image_Url, CostPrice, Upc, Mpn, Gtin, InventoryLevel, InventoryWarningLevel, BinPickingNumber, LinkedOptionValues columns to the ProductVariants table.
2023-06-2023.0.8571GeneralAdded
  • Added the new sys_lastresultinfo system table.
2023-06-0723.0.8558BigCommerceChanged
  • Added EmailConsignments, ShippingConsignments, DownloadConsignments, PickupConsignments and ShippingConsignmentQuotes views.
2023-04-2523.0.8515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
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-2122.0.8480BigCommerceChanged
  • Added CUD operation support to the Coupons table.
2023-03-1222.0.8471BigCommerceAdded
  • Added CustomFieldDiscovery connection property to decide whether to add customfields by name or customfields by id.
2022-12-1422.0.8383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
2022-11-0522.0.8344BigCommerceChanged
  • Made columns PriceListId, VariantId, and Currency of table PriceListRecords as Composite Keys.
2022-09-3022.0.8308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
2022-08-2622.0.8273BigCommerceAdded
  • Added the ProductVariants Pseudo-Column to Products table.
2022-08-1922.0.8266BigCommerceAdded
  • Added the AuthScheme connection property.
2022-08-1022.0.8257BigCommerceAdded
  • Added the following columns to the Categories table: Views, SortOrder, PageTitle, MetaKeywords, MetaDescription, LayoutFile, ImageUrl, IsVisible, SearchKeywords, DefaultProductSort, UrlPath and IsCustomized columns.
2022-08-0422.0.8251BigCommerceAdded
  • Added the following columns to the Orders table: BaseHandlingCost, BaseShippingCost, BaseWrappingCost, BillingAddress_CountryIso2, DefaultCurrencyCode, EbayOrderId, GeoipCountyrIso2, IpAddress, OrderIsDigital, Status, SubTotalTax, ShippingCostTax, HandlingCostTax, HandlingCostTaxClassId, GiftCertificateAmount, CurrencyCode, CurrencyExchangeRate, CouponDiscount, OrderSource and Products.
  • Added the following columns to the Customers table: StoreCreditAmounts, RegistrationIpAddress, AcceptsProductReviewAbandonedCartEmails and ForcePasswordReset.
  • Added the ShippingMethods column to the Coupons view.
  • Added the ProductTaxCode and ManufacturerPartNumber columns to the Products table.
  • Added the Transactions view.
2022-07-2022.0.8236BigCommerceAdded
  • Added the OrderRefunds, OrderRefundsItems and OrderRefundsPayments views.
  • Added CUD operation support to the CustomerAddresses table.
  • Added custom fields support to the Products table.
2022-07-2022.0.8236BigCommerceChanged
  • Updated the APIVersion of Pages from V2 to V3.
  • Renamed the name of following columns in CustomerAddress table: Street1->Address1. Street2->Address2. State->StateOrProvince. Zip->PostalCode. CountryISO2->CountryCode.
2022-06-2322.0.8209BigCommerceChanged
  • Updated the PageSize to 250 from 50. This will enhance the Driver's read performance.
2022-06-0822.0.8194ADO.NETRemoved
  • Removed support for VS2010.
2022-05-1922.0.8174ADO.NETRemoved
  • Removed support for .NET 2.0.
2022-05-1922.0.8174BigCommerceAdded
  • Added custom fields support to the CustomersAddresses and OrderShippingAddresses views. The custom fields will be visible when the includeCustomFields property set to true.
2022-05-1922.0.8174BigCommerceChanged
  • The custom fields for the Customers table will now appear as individual columns instead of as an aggregate.
2022-04-2722.0.8152ADO.NETRemoved
  • Removed support for EFCore 3.0 and EFCore5.0.
2022-03-1021.0.8104BigCommerceAdded
  • Added support for custom fields on the Customers table.
2022-03-1021.0.8104BigCommerceAdded
  • Added the Channels and ChannelListings tables.
2021-11-1521.0.7989BigCommerceAdded
  • Added the DateModified column to the Customers table.
  • Added the SiteId, FromPath, ToType, ToEntityId, and ToURL columns to the Redirects table.
2021-11-1521.0.7989BigCommerceChanged
  • Updated the API endpoints for Customers and Redirects tables to v3.
2021-11-1521.0.7989BigCommerceRemoved
  • Removed the Path, ForwardType, and ForwardRef columns from the Redirects tables since they do not exist in v3.
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-1621.0.7837BigCommerceAdded
  • Added PriceLists and PriceListAssignments Views.
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-04-2521.0.7785GeneralAdded
  • Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
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.7776GeneralAdded
  • Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
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.

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