Excel Add-In for Amazon Marketplace

Build 25.0.9434

Changelog

General Changes

DateBuild
Number
Change
Type
Description
10/16/20259420Amazon MarketplaceAdded
  • Added the following content to the VendorCentral schema:
    • Added the DirectFulfillmentOrders and DirectFulfillmentOrderItems tables.
    • Added the CheckDirectFulfillmentTransaction stored procedure, which checks the status of direct fulfillment transactions.
    • Added the UpdateDirectFulfillmentInventory stored procedure, which submits inventory updates for direct fulfillment.
    • Added the SubmitDFOrderAcknowledgement stored procedure, which submits order acknowledgments.
    • Added the CreateDirectFulfillmentContainer stored procedure, which creates container labels for direct fulfillment.
    • Added the ConfirmDirectFulfillmentShipment stored procedure, which submits a shipment confirmation.
    • Added the ConfirmDirectFulfillmentShipmentBatch stored procedure, which submits multiple shipment confirmations.
    • Added the UpdateDirectFulfillmentShipment stored procedure, which submits a shipment status update.
    • Added the UpdateDirectFulfillmentShipmentBatch stored procedure, which submits multiple shipment status updates.
    • Added the SubmitDirectFulfillmentShippingLabel stored procedure, which submits a shipping label.
    • Added the SubmitDirectFulfillmentShippingLabelBatch stored procedure, which submits multiple shipping labels.
10/06/20259410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
09/12/20259386GeneralAdded
  • Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
09/10/20259384GeneralChanged
  • All columns in statically defined Views are now reported as read-only.
09/03/20259377GeneralChanged
  • 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".
09/01/20259375GeneralAdded
  • Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
09/01/20259375Amazon MarketplaceAdded
  • Added the GET_BRAND_ANALYTICS_SEARCH_CATALOG_PERFORMANCE_REPORT and GET_BRAND_ANALYTICS_SEARCH_QUERY_PERFORMANCE_REPORT report types to the SellerCentral schema.
  • Added the EarliestDelivery and LatestDelivery columns to the OutboundPackageTracking view in the SellerCentral schema.
08/21/20259364GeneralChanged
  • 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.
08/13/20259356GeneralChanged
  • Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
07/23/20259335Amazon MarketplaceAdded
  • Added the following parameters to the SubmitVendorPayment stored procedure in the VendorCentral schema; InvoiceNumber, PaymentTermsCode, ShipToCountryCode, and TaxTotals.

Removed
  • Removed the following parameters from the SubmitVendorPayment stored procedure in the VendorCentral schema; Id, InvoiceType, PaymentType, PaymentDueDays, DiscountPercent, DiscountDueDays, ShipToPartyId, ShipToPartyAddress, ShipToPartyTaxDetails, TaxDetails, and AllowanceDetails.
07/21/20259333Amazon MarketplaceChanged
  • In the SubmitSourcingOnDemandFeed stored procedure for the SellerCentral schema:
    • Changed the datatype of the SKU parameter from datetime to string.
    • Changed the datatype of the EstimatedShipDate parameter from string to datetime.

Removed
  • Removed the BuyerCustomizedInfoCustomizedURL column in the OrderItems view for the SellerCentral schema.
07/17/20259329Amazon MarketplaceAdded
  • Added IsReadOnly metadata information for fields which are neither insertable nor updatable.
  • Added primary keys for InboundShipmentContentUpdatePreview.
06/30/20259312Amazon MarketplaceRemoved
  • Removed SubmitProductFeed, SubmitInventoryFeed, SubmitPriceFeed, SubmitImageFeed, SubmitOverrideFeed, SubmitRelationshipFeed stored procedures from SellerCentral schema because the supported endpoints have been removed from the API. The functionality of the removed stored procedures can instead be achieved by executing INSERT or UPDATE statements on the ListingsItems table.
06/25/20259307GeneralRemoved
  • Removed the "ADLS Gen 1" value from the ConnectionType property.
06/20/20259302GeneralAdded
  • 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.
06/18/20259300GeneralChanged
  • The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
06/06/20259288Amazon MarketplaceAdded
  • Added support to enable users to identify whether a particular report is restricted, requiring the use of a Restricted Data Token (RDT) to retrieve its data.
  • Added a new column, IsRestrictedReport, to the ReportList view (both schemas).
  • Added a new output parameter, IsRetrictedReport, to the RequestReport stored procedure (both schemas).
05/27/20259278GeneralRemoved
  • Removed the "Proprietary" enum option from ProxyAuthscheme.
05/27/20259278ExcelRemoved
  • 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.
05/22/20259273Amazon MarketplaceDeprecated
  • Deprecated the ShippingConfiguration column of the InboundPackingOptions table in the Seller Central Data Model.

Added
  • Added the SupportedConfiguration column to the InboundPackingOptions table as a replacement for ShippingConfiguration in the Seller Central Data Model. Use this column for updated use-cases.
05/15/20259266Amazon MarketplaceChanged
  • Changed the ClassificationIds column in the CatalogItems view to a pseudo-column in both the Vendor Central and Seller Central schemas.
04/03/20259224Amazon MarketplaceAdded
  • Added support for the following AWS regions: THAILAND, MEXICOCENTRAL, ISOLATEDUSEASTF, and ISOLATEDUSSOUTHF.
02/26/20259188Amazon MarketplaceAdded
  • Added the VendorOrderItems and VendorOrderStatus views to the Vendor Central schema.
02/15/20259177GeneralAdded
  • 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.
12/17/20249117Amazon MarketplaceAdded
  • Added support for accessing the Ireland Marketplace by specifying it in the Marketplace schema connection property.

Removed
  • Views (Seller Central Data Model): InboundPreparationInstructions, InboundShipmentPreorders, and InboundShipmentTransportDetails.
  • Table (Seller Central Data Model): InboundShipmentTransportDetails.
  • Stored procedures (Seller Central Data Model): ConfirmInboundShipmentPreorder, ConfirmInboundShipmentTransport, CreateInboundShipmentPlan, and EstimateInboundShipmentTransport.

Replaced
  • InboundShipmentPreorders table (Seller Central Data Model) is replaced by InboundShipmentContentUpdatePreview.
  • InboundShipmentTransportDetails view (Seller Central Data Model) is replaced by InboundTransportationOptions.
  • ConfirmInboundShipmentTransport and ConfirmInboundShipmentPreorder stored procedures (Seller Central Data Model) are replaced by ConfirmTransportationOptions and ConfirmShipmentContentUpdatePreview respectively.
  • CreateInboundShipmentPlan is replaced by INSERT operation in InboundPlan table (Seller Central Data Model).

Added
  • Added the SalesRankings column to the CompetitivePricing view in the SellerCentral schema. This column contains the JSON aggregate of sales rank information for the specified item.

Removed
  • Removed the ProductCategoryId and Rank columns from the CompetitivePricing view in the SellerCentral schema.
12/10/20249110Amazon MarketplaceAdded
  • Added the AttributeGroup and AttributePath columns to the ListingsItemsAttributes table in both the SellerCentral and VendorCentral schemas.
11/27/20249097GeneralAdded
  • Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
11/25/20249095Amazon MarketplaceAdded
  • Added the AddressName column to the InboundPlan table in the SellerCentral schema.
11/20/20249090Amazon MarketplaceAdded
  • SellerCentral schema:
    • Added support for Stores column in InventorySupply table.
    • Added support for AmazonPrograms column in Orders table.
11/19/20249089Amazon MarketplaceAdded
  • Added support for the UPDATE operation in ListingsItems table.
11/13/20249083Amazon MarketplaceAdded
  • Added the PackingGroupId column to the InboundPackingGroupBoxes view. A filter on this column must be present to retrieve records from this table. You can find packing group IDs in the InboundPackingOptions table.
11/01/20249071Amazon MarketplaceAdded
  • Added the InboundDeliveryWindowOptions, InboundItemComplianceDetails, InboundPackingOptions, InboundPlacementOptions, InboundPlan, InboundSelfShipAppointmentSlots, and InboundShipmentContentUpdatePreview tables.
  • Added the InboundDeliveryChallanDocument, InboundOperationStatus, InboundPackingGroupBoxes, InboundPackingGroupItems, InboundPlanBoxes, InboundPlanItems, InboundPlanPallets, InboundShipmentBoxes, InboundShipmentPallets, and InboundTransportationOptions views.
  • Added the CancelInboundPlan, CancelSelfShipAppointment, ConfirmDeliveryWindowOptions, ConfirmPackingOption, ConfirmPlacementOption, ConfirmShipmentContentUpdatePreview, ConfirmTransportationOptions, CreateMarketplaceItemLabels, CreateTransportationOption, ScheduleSelfShipAppointment, SetPackingInformation, and UpdateShipmentTrackingDetails stored procedures.

Deprecated
  • Deprecated the InboundShipmentTransportDetails table.
  • Deprecated the InboundPreparationInstructions and InboundShipmentPreorders views.
  • Deprecated the ConfirmInboundShipmentPreorder, ConfirmInboundShipmentTransport, CreateInboundShipmentPlan, and EstimateInboundShipmentTransport stored procedures.
10/23/20249062Amazon MarketplaceAdded
  • Added the QueryStartDate column to the OutboundFeatures view.
  • Added the ShipFromSourceId input to the SubmitOrderFulfillmentFeed stored procedure.
08/20/20248998Amazon MarketplaceAdded
  • Added support for the CatalogItemClassifications view.
  • Added support for the following AWS regions: HYDERABAD, MELBOURNE, CALGARY, SPAIN, ISOLATEDUSEAST, ISOLATEDUSEASTB, and ISOLATEDUSWEST.
06/28/20248945Amazon MarketplaceRemoved
  • AwsMFA has been removed as an AuthScheme value. Use MFA properties with AwsRootKeys, AwsIAMRoles, and TemporaryCredentials schemes where necessary.
06/11/20248928Amazon MarketplaceAdded
  • Added CompanyName and ExtendedFields columns in the Orders table of the SellerCentral schema.
  • Added a PaymentInformation column in the OutboundFulfillmentOrders table of the SellerCentral schema.
  • Added support for an END_USER_DATA Report in the SellerCentral schema.
05/28/20248914Amazon MarketplaceDeprecated
  • Deprecated the SubmitProductFeed, SubmitInventoryFeed, SubmitPriceFeed, SubmitImageFeed, SubmitOverrideFeed, and SubmitRelationshipFeed stored procedures.

Removed
  • Removed the SellingPartner connection property.
  • Removed the SellingPartner schema.

Changed
  • Changed the configurable schemas to be SellerCentral (which accesses the SellerCentral API) and VendorCentral (which accesses the VendorCentralAPI).
05/19/20248905Amazon MarketplaceRemoved
  • Removed the Marketplace schema connection property, AWSAccessKeyId connection property, and MWSAuthToken connection property. These were formerly used to access the Marketplace Web Service API, which AWS deprecated effective April 1, 2024.
05/14/20248900Amazon MarketplaceRemoved
  • Removed InboundItemsGuidance view due to the endpoint being sunset from the SellingPartner API.
05/09/20248895GeneralChanged
  • The ROUND function previously did not accept negative precision values. That feature has now been restored.
04/23/20248879Amazon MarketplaceDeprecated
  • Deprecated the IntervalTime field from the OrderMetrics view in the Selling Partners data model. Use the more accurate and precise fields, BreakdownStartTime and BreakdownEndTime.
04/02/20248858Amazon MarketplaceAdded
  • Added AssociatedItems column in OrderItems table.
  • Added Procurements column in ListingsItems table.

Removed
  • Removed support for Feeds API v2020-09-04 with Sandbox account.
  • Removed support for GET_PRODUCT_EXCHANGE report.
03/15/20248840GeneralAdded
  • 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
01/18/20248783Amazon MarketplaceAdded
  • Added CreateProductReviewAndSellerFeedbackSolicitation as a stored procedure. This procedure sends a solicitation to a buyer asking for seller feedback and a product review for the specified order.
  • Added GetSolicitationActionsForOrder as a stored procedure. This procedure returns a list of solicitation types that are available for an order that you specify.
12/31/20238765ExcelAdded
  • Added support for dialect SELECT queries in UI, VBA, and UDF =CDATAQUERY function.
11/29/20238733GeneralChanged
  • The ROUND function doesn't accept the negative precision values anymore.

Changed
  • 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.
11/28/20238732GeneralAdded
  • Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
10/10/20238683Amazon MarketplaceAdded
  • Added SubmitVATInvoiceFeed as a stored procedure. This procedure can be used to submit a VAT invoice against a shipment. The invoice must be a PDF file. Note that UPLOAD_VAT_INVOICE is available only in the EU region. The throttling limit for the Invoicing Feed is one invoice upload every three seconds.
10/04/20238677Amazon MarketplaceAdded
  • Added GetAdditionalInputsSchema stored procedure to get the additional inputs schema of Shipping v2 API.
10/02/20238675Amazon MarketplaceAdded
  • Added the ShippingRates, ShippingTracking, ShippingDocuments views and PurchaseShipment, CancelShipment stored procedures from the Shipping v2 API.
  • Added the InboundItemsGuidance, InboundPreparationInstructions, InboundShipmentPreorders, InboundShipmentTransportDetails views and ConfirmInboundShipmentPreorder, ConfirmInboundShipmentTransport, CreateInboundShipmentPlan, EstimateInboundShipmentTransport, GetInboundShipmentBillOfLadin, GetInboundShipmentLabel stored procedures from the Fulfillment Inbound v0 API.
  • Added InboundShipmentItemList and MarketplaceId pseudo-columns in InboundShipments table.
09/07/20238650Amazon MarketplaceAdded
  • Added support for GET_VENDOR_REAL_TIME_SALES_REPORT, GET_VENDOR_REAL_TIME_TRAFFIC_REPORT, GET_VENDOR_REAL_TIME_INVENTORY_REPORT reports of Rapid Retail Analytics API.

Removed
  • Removed support for GET_FBA_FULFILLMENT_CURRENT_INVENTORY_DATA, GET_FBA_FULFILLMENT_MONTHLY_INVENTORY_DATA, GET_FBA_FULFILLMENT_INVENTORY_ADJUSTMENTS_DATA, GET_FBA_FULFILLMENT_INVENTORY_SUMMARY_DATA, GET_FBA_FULFILLMENT_INVENTORY_RECEIPTS_DATA, GET_BRAND_ANALYTICS_ALTERNATE_PURCHASE_REPORT, GET_BRAND_ANALYTICS_ITEM_COMPARISON_REPORT, GET_VENDOR_SALES_DIAGNOSTIC_REPORT, GET_VENDOR_DEMAND_FORECAST_REPORT, GET_VENDOR_INVENTORY_HEALTH_AND_PLANNING, GET_FBA_FULFILLMENT_INVENTORY_HEALTH_DATA, GET_EXCESS_INVENTORY_DATA, GET_FBA_INVENTORY_AGED_DATA reports.
08/28/20238640Amazon MarketplaceAdded
  • Added new stored procedure GetFeedProcessingReport available only in the SellingPartner schema.
07/27/20238608Amazon MarketplaceChanged
  • Added ShippingTimeAvailableDate, QuantityDiscountPrices, PointsNumber, PointsMonetaryValueCurrencyCode, PointsMonetaryValueAmount, IsBuyBoxWinner, IsPrime, IsNationalPrime, ConditionNotes columns for ListingOffers and ItemOffers tables.
  • Removed SummaryLandedPriceAmount, SummaryLandedPriceCurrencyCode, SummaryListingPriceAmount, SummaryListingPriceCurrencyCode, FulfillmentChannel columns from ListingOffers and ItemOffers tables.
07/07/20238588Amazon MarketplaceAdded
  • Added support for Easy Ship endpoints as stored procedures: ListHandoverSlots, CreateScheduledPackage, CreateScheduledPackageBulk, GetScheduledPackage,UpdateScheduledPackages. Added OrderMetrics view, used to analyze orders information .
07/06/20238587Amazon MarketplaceAdded
  • Added OutboundFulfillmentOrders as table, OutboundFeatures, OutboundFulfillmentOrderItems, OutboundFulfillmentsPreview, OutboundPackageTracking, OutboundReturnItems, OutboundReturnReasons as views, CancelFulfillmentOrder, CreateFulfillmentReturn, SubmitFulfillmentOrderStatus as stored procedures, which make use of Fulfillment Outbound API v2020-07-01.

Changed
  • Changed the API that was accessed from CatalogItems view, from Catalog Items v0 to Catalog Items v2022-04-01.
06/20/20238571GeneralAdded
  • Added the new sys_lastresultinfo system table.
06/19/20238570Amazon MarketplaceAdded
  • Added FeesEstimate view, which accesses ProductFees API v0, used to retrieve data regarding the estimated fees for a product.
05/31/20238551Amazon MarketplaceAdded
= Added ConfirmShipment stored procedure, used to update the shipment confirmation status for a specified order.
05/10/20238530ExcelAdded
  • Added the ability to cancel an in-progress test connection in the Connection Dialog Box.
05/09/20238529Amazon MarketplaceAdded
= Added ProductPricing, CompetitivePricing, ListingOffers, ItemOffers as views, which correspond to ProductPricing API.
05/04/20238524Amazon MarketplaceChanged
  • Changed the default schema from Marketplace to SellingPartner.
04/25/20238515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
03/31/20238490Amazon MarketplaceAdded
  • Added OAuthClientLocation as a connection property. The driver retrieves and saves the embedded application's OAuth credentials from an online CData service on a fixed interval because of API requirements (credential rotation every 180 days).
03/20/20238479Amazon MarketplaceAdded
  • Added a new stored procedure: CreateReportSchema.
12/21/20228390Amazon MarketplaceAdded
  • Added Subscriptions and Destinations as a table, which correspondingly make use of the Notifications API's Subscriptions and Destinations endpoints.
12/14/20228383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
11/14/20228353Amazon MarketplaceAdded
  • Added region support for Belgium, Sweden, Poland, Egypt, Turkey, Saudi Arabia, United Arab Emirates and Singapore.
09/30/20228308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
09/29/20228307Amazon MarketplaceAdded
  • Added a new stored procedure: CheckVendorTransactionStatus.
09/28/20228306ExcelAdded
  • Added a config file option STATUSBAR_UPDATE=TRUE. This indicates whether the Excel Add-In will update the Excel Status Bar with progress status on completed tasks. The default value is TRUE. This way, there is the option to NOT update the Status Bar by setting it to FALSE.
09/26/20228304Amazon MarketplaceAdded
  • Added a new table: VendorShippingLabels.
  • Added two new views: VendorCustomerInvoices and VendorPackingSlips.
  • Added two new stored procedures: DownloadVendorCustomerInvoice and DownloadVendorPackingSlip.
09/19/20228297Amazon MarketplaceChanged
  • For Selling-Partner schema: All report types will always be exposed as views. IncludeReports and ReportTypes connection properties are now only used for the old (Marketplace) schema.
  • For Selling-Partner schema: REPORT_ will now be prepended to all exposed reports. For example for report type FEE_DISCOUNTS_REPORT a view named REPORT_FEE_DISCOUNTS_REPORT will be exposed.
09/14/20228292ExcelChanged
  • Improved the User Experience of the Connection Editor by introducing a Basic tab for the most imporant connection properties.
09/09/20228287Amazon MarketplaceAdded
  • Added a new stored procedure: SubmitVendorPayments.
09/07/20228285Amazon MarketplaceAdded
  • Added a new stored procedure: UpdateShipmentStatus.
08/29/20228276Amazon MarketplaceAdded
  • Added support for output stream and file data base64 output for CreateSchema and GetReport stored procedures.
08/12/20228259Amazon MarketplaceAdded
  • Added a new stored procedure: SubmitVendorShipmentConfirmations.
07/29/20228245Amazon MarketplaceAdded
  • Added new Tables: ListingsItems, ListingsItemsAttributes.
  • Added new Views: ListingItemsIssues, ListingsItemsOffers, ListingsItemsSummaries, and VendorOrders.
  • Added a new stored procedure: SubmitVendorOrderAcknowledgement.
06/29/20228215Amazon MarketplaceAdded
  • Added support for Automatic Report Generation.
  • Added support for Report Categories in 'ReportTypes' connection property.

Changed
  • Changed how report views are pushed. Driver will now only expose Report Types (instead of single reports) and they can be queried with DataStartTime and DataEndTime parameters (MarketplaceIds can also be used, but is not requried).
06/06/20228192Amazon MarketplaceAdded
  • Added ReportTypes table.
05/23/20228178Amazon MarketplaceAdded
  • Added Default Shipment, Buyer Invoice Preference, AutomatedShippingSettings and other columns to the Orders table.

Changed
  • Renamed DefaultShipCountry to DefaultShipCounty in Orders table.
04/12/20228137Amazon MarketplaceAdded
  • Added the column IsIBA to the Orders table.
04/08/20228133Amazon MarketplaceAdded
  • Added the OAuthAppStatus connection property with the options 'Published' and 'Draft'.

Changed
  • Changed the UseVendorCentralAPI connection property to SellingPartner with the options 'Vendor' and 'Seller'.
04/05/20228130Amazon MarketplaceAdded
  • Added the CredentialsLocation property for storing Amazon STS Temporary Credentials for the Selling Partner (SP) schema.
03/17/20228111ExcelChanged
  • Changed the behavior so that auto-refreshing continues even if the worksheet is not active anymore or loses focus.
03/05/20228099ExcelAdded
  • Added support for inserting rows on tables when no primary key is defined on a given table.
02/19/20228085ExcelAdded
  • The button "Get Data -> From ProviderX" now displays a submenu with existing connections buttons and a separator, with the "New ProviderX Connection" button, if a connection exists. If no connections exist, then clicking "Get Data -> From ProviderX" will prompt the user to create a new connection before selecting the data.

Removed
  • In the "Table Selection" form, the "Source", "New Connection", "Connection", and "Edit Connection" fields are removed as they are out of the scope of the "Table Selection" form.
12/31/20218035ExcelAdded
  • Added batch support for CDATAINSERT, CDATAUPDATE, and CDATADELETE user-defined functions.
12/09/20218013Amazon MarketplaceAdded
  • Added support for the Selling Partner (SP) API sandbox.
11/11/20217985ExcelAdded
  • Added a config file option called RETRIEVE_DATA_ROWS_PERCOUNT. When getting data, this indicates how many rows will be populated into the sheet at a time. The default value is 1000.

Changed
  • Improved performance when loading data from Get Data/Refresh and the CDATAQUERY function.
11/03/20217977ExcelAdded
  • Added new VBA functions: GetLastErrorCode and GetLastError.
10/29/20217972ExcelAdded
  • Added new VBA functions: GetUpSertedRows, UpSertRows, UpSertAll and UpSert.

Changed
  • The "Update Rows" button will now update changes made to existing rows or insert newly created rows.

Removed
  • The "Add Rows" button has been removed.
09/28/20217941ExcelAdded
  • When loading data, table columns are auto-fitted to display all cells' content. In cases when cells have large amounts of text and the table has many rows, this operation might be slow.
  • Added a config file option DISABLE_AUTOFIT_COLUMN. Setting DISABLE_AUTOFIT_COLUMN==TRUE will speed up the process in those cases. The default value is FALSE.

Changed
  • Changed the maximum characters that a cell can retreive from the data source from 8,192 to 32,767.
09/02/20217915GeneralAdded
  • Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
08/07/20217889GeneralChanged
  • Added the KeySeq column to the sys_foreignkeys table.
08/06/20217888GeneralChanged
  • Added the new sys_primarykeys system table.
07/26/20217877ExcelAdded
  • You can sort and reorder columns on the "CData Query" form to alter the sort order.
07/23/20217874GeneralChanged
  • 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.
07/21/20217872ExcelRemoved
  • Removed support for .NET 3.5. Before upgrade/downgrade, a clean uninstall and then the same product versions install should be performed. So, if you want to downgrade, all the downgrade build versions must support .NET 3.5. If you want to upgrade, all the upgrade build versions will drop .NET 3.5 support.
07/06/20217857ExcelAdded
  • Added a config file option REPLACE_SYSTEM_LOCALE=TRUE. This indicates whether Office culture replaces system locale. The default value is TRUE. This way, there is the option to disable overriding system locale by setting it to FALSE.
06/26/20217847ExcelAdded
  • Added the ability to move the columns up and down on the "CData Query" form grid view and change their order via the UI.
06/24/20217845ExcelAdded
  • Added the default parameter "showPopups" so the user may decide whether to show popups when calling VBA functions.
06/10/20217831Amazon MarketplaceAdded
  • Added support for the Selling Partner (SP) API. The driver still supports the MWS API and can be switched using the Schema connection property. SP-API supports OAuth 2.0 and includes all functionality available in Amazon MWS API, except for the 'Products' API which is not yet offered in SP-API.
05/21/20217811ExcelAdded
  • A new UI implementation is added for "in" and "not in" filter options on the "CData Query" form. The user is able to select via an interface from a list of distinct column values.
04/25/20217785GeneralAdded
  • Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
04/23/20217783GeneralChanged
  • Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
04/16/20217776GeneralAdded
  • Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
04/16/20217776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.

Changed
  • Updated index naming convention to avoid duplicates.
01/06/20217676Amazon MarketplaceChanged
  • Added MWS embedded credentials for the Far East region. The driver will now use these credentials instead of requiring the user to provide their own AWSAccessKeyId and AWSSecretKey.
12/30/20207669ExcelAdded
  • Implemented user awareness during the upgrade process from 2019 to 2020 or 2021 editions.
12/18/20207657ExcelAdded
  • Added the "is null" and "is not null" filters on the "CData Query" form.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434