| |
| Date | Build Number | Change Type | Description |
| 10/06/2025 | 9410 | General | Added
- Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
|
| 09/12/2025 | 9386 | General | Added
- Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
|
| 09/10/2025 | 9384 | General | Changed
- All columns in statically defined Views are now reported as read-only.
|
| 09/03/2025 | 9377 | General | Changed
- 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/2025 | 9375 | General | Added
- Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
|
| 08/25/2025 | 9368 | Zoho Books | Added
- Added columns to the following tables:
- BankAccounts: 7
- BankRules: 7
- BankTransactions: 6
- BillDetails: 31
- ChartOfAccounts: 4
- ContactDetails: 54
- CreditNoteDetails: 46
- CustomerContacts: 4
- CustomerPaymentDetails: 9
- EstimateDetails: 64
- ExpenseDetails: 8
- InvoiceDetails: 76
- ItemDetails: 29
- Journals: 13
- OpeningBalances: 3
- Projects: 16
- PurchaseOrderDetails: 39
- RecurringBillDetails: 25
- RecurringExpenseDetails: 8
- RecurringInvoiceDetails: 32
- RetainerInvoiceDetails: 13
- SalesOrderDetails: 58
- Tasks: 1
- Taxes: 10
- TaxGroups: 3
- TimeEntries: 5
- Users: 14
- VendorCreditDetails: 18
- VendorPaymentDetails: 20
- Added columns to the following views:
- BillPayments: 1
- Bills: 15
- ChartOfAccountTransactions: 5
- ContactAddresses: 3
- Contacts: 16
- CreditNotes: 11
- CurrencyExchangeRates: 2
- CustomerPayments: 15
- EstimateLineItems: 11
- Estimates: 13
- Expenses: 4
- GetContactStatementEmailContent: 10
- Invoices: 42
- Items: 9
- JournalLineItems: 4
- Organizations: 23
- PaymentsReceivedReport: 3
- ProjectPerformanceSummaryReport: 1
- PurchaseOrders: 7
- PurchaseOrdersByVendorReport: 1
- RecurringExpenses: 3
- RecurringInvoices: 3
- RetainerInvoiceLineItems: 1
- RetainerInvoices: 1
- SalesByCustomerReport: 2
- SalesOrders: 12
- VendorCredits: 1
- VendorPayments: 15
|
| 08/21/2025 | 9364 | General | Changed
- 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/2025 | 9356 | General | Changed
- Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
|
| 07/24/2025 | 9336 | Zoho Books | Added
- Added the CreditNoteTemplates, EstimateTemplates, InvoiceTemplates, PurchaseOrderTemplates, and SalesOrderTemplates views.
|
| 07/11/2025 | 9323 | Zoho Books | Added
- Added the Scope connection property.
|
| 07/09/2025 | 9321 | Zoho Books | Changed
- Renamed the column IsReverseCharge to IsReverseChargeApplied in the BankRules table.
|
| 07/07/2025 | 9319 | Zoho Books | Removed
- Removed the AccountsServer connection property, which had previously been deprecated.
|
| 06/25/2025 | 9307 | General | Removed
- Removed the "ADLS Gen 1" value from the ConnectionType property.
|
| 06/20/2025 | 9302 | General | Added
- 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/2025 | 9300 | General | Changed
- The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
|
| 05/27/2025 | 9278 | General | Removed
- Removed the "Proprietary" enum option from ProxyAuthscheme.
|
| 02/15/2025 | 9177 | General | Added
- 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/03/2024 | 9103 | Zoho Books | Added
- Added region property values to support the following Zoho apps:
- ZohoBooks: China, Canada, Saudi Arabia
- ZohoCreator: Canada, Saudi Arabia
- Zoho Inventory: China, Japan, Canada, Saudi Arabia
- ZohoCRM: Canada
|
| 11/27/2024 | 9097 | General | Added
- Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
|
| 11/27/2024 | 9097 | Power BI | Added
- The Power BI Connector now supports Windows 11 running on ARM64 CPUs.
|
| 05/31/2024 | 8917 | Zoho Books | Added
- Added support for multiple columns in fourteen tables.
|
| 05/09/2024 | 8895 | General | Changed
- The ROUND function previously did not accept negative precision values. That feature has now been restored.
|
| 04/08/2024 | 8864 | Zoho Books | Added
- Added SKU column for BillLineItems, CreditNoteLineItems, EstimateLineItems, InvoiceLineItems, Items, PurchaseOrderLineItems, RecurringBillLineItems, RecurringInvoiceLineItems, SalesOrderLineItems, VendorCreditLineItems views.
|
| 03/15/2024 | 8840 | General | Added
- 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
|
| 11/29/2023 | 8733 | General | Changed
- 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/2023 | 8732 | General | Added
- Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 11/02/2023 | 8706 | Zoho Books | Removed
- Removed support for INSERT and UPDATE from the OpeningBalances table to match the current API behavior.
|
| 10/26/2023 | 8699 | Zoho Books | Changed
- Added columns ProjectCode, LastModifiedTime, UsersWorking, CurrencyId, CustomerEmail, BillingRateFrequency columns for Projects table.
|
| 10/10/2023 | 8683 | Zoho Books | Changed
- Updated the data type of PaymentNumber column from Integer to String for CustomerPayments, VendorPayments views and CustomerPaymentDetails, VendorPaymentDetails tables.
|
| 08/07/2023 | 8619 | Zoho Books | Changed
- Updated the data type of PaymentNumber column from Integer to String.
|
| 07/26/2023 | 8607 | Zoho Books | Removed
- Removed duplicate columns FromAccountId and TransactionType from BankTransactions table.
- Removed the duplicate column ContactCompanyName from CommittedStockDetailsReport view.
- Removed the duplicate column TaxType from Taxes table.
- Removed the duplicate column TimerStartedAt from TimeEntries table.
Changed
- Added the column ContactStatus in CommittedStockDetailsReport view.
|
| 06/20/2023 | 8571 | General | Added
- Added the new sys_lastresultinfo system table.
|
| 05/12/2023 | 8532 | Zoho Books | Added
- Added Connection String Property Region.
|
| 05/09/2023 | 8529 | Zoho Books | Added
- Added support for CustomModules, CustomModuleFields tables.
- Added support for CustomModuleFieldDropDownOptions view.
- Added stored procedure DeleteCustomModuleField.
|
| 04/25/2023 | 8515 | General | Removed
- Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 04/06/2023 | 8496 | Zoho Books | Added
- Added AddAttachment, AddExpenseReceipt, ApproveAnEntity, BillsApplyCredit, ContactEnableOrDisablePaymentReminder, ContactEnablePortalAccess, ContactSendEmail, DeleteAttachment, DeleteImportedStatement, EmailAcreditNote, EmailAnEstimate, EmailAnInvoice, EmailAPurchaseOrder, EmailARetainerInvoice, EmailASalesOrder, EmailMultipleEstimates, EmailMultipleInvoices, ExportReport, ImportCreditCardStatement, InvoiceBulkReminder, InvoiceCancelWriteOFFInvoice,InvoiceDeleteExpenseReceipt, InvoiceEnableOrDisablePaymentReminder, InvoiceWriteOFFInvoice, MaqrkCustomerContactAsPrimary, MarkJournalAsPublished, ModifyBankAccountStatus, ModifyBillStatus, ModifyChartOfAccountStatus, ModifyContactStatus, ModifyCreditNoteStatus, ModifyEstimateStatus, ModifyInvoiceStatus, ModifyItemStatus, ModifyProjectStatus, ModifyPurchaseOrderStatus, ModifyRecurringBillStatus, ModifyRecurringExpenseStatus, ModifyRecurringInvoiceStatus, ModifyRetainerInvoiceStatus, ModifySalesorderStatus, ModifyUserStatus, ModifyVendorCreditStatus, ProjectsInviteAUser, SubmitEntityForApproval, TransactionsUncategorizeACategorizedTransaction, TransactionsUnmatchATransaction, UsersInviteAUser StoredProcedures.
|
| 03/27/2023 | 8486 | Zoho Books | Added
|
| 03/24/2023 | 8483 | Zoho Books | Added
- Added BillDocuments, ContactDocuments, CreditNoteDocuments, InvoiceDocuments, PurchaseOrderDocuments, RetainerInvoiceDocuments, SalesorderDocuments views.
|
| 03/22/2023 | 8481 | Zoho Books | Added
- Added AccountDetailsBaseCurrencyAdjustmentAccounts, AccountDetailsBaseCurrencyAdjustment, BankAccountLastImportedStatement, BankAccountLastImportedStatementTransactions, BankTransactionImportedTransaction, BillPurchaseOrders, BillVendorCredits, ContactRefunds, CustomerPaymentInvoices, GetContactStatementEmailContent, ItemWarehouses, VendorPaymentBills views.
|
| 03/13/2023 | 8472 | Zoho Books | Added
- Added CustomerPaymentsRefund, RecurringBillDetails, TaxGroups, VendorCreditRefund, VendorPaymentsRefund tables.
- Added RecurringBills, RecurringBillLineItems, Budgets views.
|
| 03/10/2023 | 8469 | Zoho Books | Added
- Added support for accounttransactionsreport, businessperformanceratiosreport, cashflowreport, committedstockdetailsreport, CustomerBalancesReport, GeneralLedgerReport, VendorBalancesReport, StockSummaryReport, SalesBySalespersonReport, SalesByItemReport, SalesByCustomerReport, PurchaseOrdersByVendorReport, ProjectPerformanceSummaryReport, ProductSalesReport, PaymentReceivedReport, MovementOfEquityReport, JournalReport, InventoryValuationReport, InventorySummaryReport
|
| 02/03/2023 | 8434 | Zoho Books | Added
- Added support for Insert, Update and Delete.
- Added AccountNumber, IsPrimaryAccount, IsPaypalAccount, PaypalType, PaypalEmailAddress, RoutingNumber columns in BankAccounts.
- Added Criterion as aggregate columns, TargetAccountId, AccountId, ProductType, VatTreatment columns in BankRules.
- Added CustomFields, Documents, FromAccountTags, ToAccountTags as aggregate columns and FromAccountId, UserId, Date, TransactionType as columns in BankTransactions.
- Added AccountIds column in BaseCurrencyAdjustments.
- Added Approvers, CustomFields, Documents, LineItems, Taxes as aggregate column and IsUpdateCustomer, PurchaseOrderIds, PricebookId, PlaceOfSupply, PermitNumber as columns in BillDetails.
- Added CurrencyId, IncludeInVatReturn, ShowOnDashboard as columns in ChartOfAccounts.
- Added ContactType, ContactPersons, CustomFields, CreditLimit, CurrencyId, Facebook, IsAddedInPortal columns in ContactDetails.
- Added AvataxUseCode, AvataxTaxCode, AvataxExemptNo, ContactPersons, CustomFields, IsDraft, LineItems, IgnoreAutoNumberGeneration columns in CreditNoteDetails.
- Added EnablePortal column in CustomerContacts.
- Added AmountApplied, CustomFields, ContactPersons, InvoiceId, Invoices columns in CustomerPaymentDetails.
- Added AvataxUseCode, AvataxExemptNo, ContactPersons, CustomFields columns in EstimateDetailsInternal.
- Added AcquisitionVatId, CanReclaimVatOnMileage, CustomFields, DestinationOfSupply, Distance, EngineCapacityRange, HSNORSAC, FuelType, GstNo, LineItems, ProductType, PlaceOfSupply, ReverseChargeVatId, ReverseChargeTaxId, SourceOfSupply, VehicleType, VatTreatment, TaxTreatment, Receipt columns in ExpenseDetails.
- Added ContactPersons, CustomFields, ExpenseId, InvoicedEstimateId, LineItems, SalesorderItemId, TaxId, Send columns in InvoiceDetails
- Added AvataxUseCode, AvataxTaxCode, HSNORSAC, InventoryAccountId, VendorId, ReorderLevel, InitialStock, InitialStockRate, ItemTaxPreferences columns in itemdetails.
- Added ExchangeRate, IncludeInVatReturn, IsBasAdjustment, ProductType, VatTreatment, LineItems, TaxExemptionCode, TaxExemptionType columns in Journals.
- Added Accounts in OpeningBalances.
- Added CostBudgetAmount, BudgetAmount, BudgetHours, UserId, Tasks, Users columns in Projects
- Added BillingAddressId, ContactPersons, CustomFields, Documents, DueDate, IsUpdateCustomer, PricebookId, SalesorderId, GstTreatment, VatTreatment, TaxTreatment, GstNo, SourceOfSupply, PlaceOfSupply, DestinationOfSupply, LineItems columns in PurchaseOrderDetails.
- Added GstNo, SourceOfSupply, DestinationOfSupply, PlaceOfSupply, LineItems, VatTreatment, TaxTreatment, ProductType, AcquisitionVatId, ReverseChargeVatId columns in RecurringExpenseDetails
- Added AvataxUseCode, AvataxTaxCode, AvataxExemptNo, ContactPersons, Email, ItemId, LineItems, PlaceOfSupply, TaxId, PaymentOptionsPaymentGateways, VatTreatment, GstNo, GstTreatment, TaxTreatment columns in recurringinvoicedetails.
- Added ContactPersons, PaymentOptionPaymentGateways, LineItems as columns in retainerinvoicedetails.
- Added AvataxUseCode, AvataxExemptNo, BillingAddressId, ShippingAddressId, ContactPersons, CustomFields, GstNo, GstTreatment, IsUpdateCustomer, LineItems, MerchantId, NotesDefault, PriceBookId, PlaceOfSupply, TaxId, TermsDefault, VatTreatment, TaxTreatment, CanSendInMail, TotalFiles, Doc as columns in SalesOrderDetails.
- Added BudgetHours column in Tasks.
- Added TaxType, IsValueAdded, PurchaseTaxExpenseAccountId, UpdateRecurringInvoice, UpdateRecurringExpense, UpdateDraftInvoice, UpdateRecurringBills, UpdateDraftSo, UpdateSubscription, UpdateProject column in Taxes.
- Added CostRate, TimerStartedAt column in TimeEntries.
- Added CostRate column in Users.
- Added CustomFields, Documents, DestinationOfSupply, IsUpdateCustomer, PricebookId, PlaceOfSupply, LineItems columns in VendorCreditDetails.
- Added Bills, CustomFields columns in VendorPaymentDetails.
|
| 12/14/2022 | 8383 | General | Changed
- Added the Default column to the sys_procedureparameters table.
|
| 11/09/2022 | 8348 | Zoho Books | Added
- Added BalanceSheetsReport, ProfitsAndLossesReport, ReportsAccountTransactionsDetails, TaxSummaryReport, TrialBalanceReport.
|
| 09/30/2022 | 8308 | General | Changed
- Added the IsPath column to the sys_procedureparameters table.
|
| 09/20/2022 | 8298 | Zoho Books | Added
- Added the FileStream parameter to support output streamd on the DownloadAttachment, DownloadExpenseReceipt and DownloadRetainerInvoiceAttachment stored procedures.
- Added the FileData output parameter and Encoding input parameter to print the response on the DownloadAttachment, DownloadExpenseReceipt and DownloadRetainerInvoiceAttachment stored procedures.
|
| 09/16/2022 | 8294 | Zoho Books | Changed
- Changed DataType of Column CreditAmount of table ChartOfAccountTransactions from Integer to Decimal.
|
| 02/01/2022 | 8067 | Zoho Books | Added
- Added column DebitAmount to table ChartOfAccountTransactions.
|
| 09/02/2021 | 7915 | General | Added
- Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 08/07/2021 | 7889 | General | Changed
- Added the KeySeq column to the sys_foreignkeys table.
|
| 08/06/2021 | 7888 | General | Changed
- Added the new sys_primarykeys system table.
|
| 07/23/2021 | 7874 | General | Changed
- 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/12/2021 | 7863 | Zoho Books | Added
- Added the connection property RowScanDepth. It is the maximum number of rows to scan for the custom fields columns available in the table. The default value is 200.
|
| 04/23/2021 | 7783 | General | Changed
- 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/2021 | 7776 | General | Changed
- Reduced the length to 255 for varchar primary key and foreign key columns.
Changed
- Updated index naming convention to avoid duplicates.
|