| |
| Date | Version | Source | Category | Type | Description
|
| 2026-05-07 | 26.0.9623 | General | Data Model | Added | - sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
|
| 2026-04-15 | 26.0.9601 | General | Query Exec | Changed | - GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
|
| 2026-04-08 | 26.0.9594 | NetSuite | Security | Changed | - TLS 1.3 がHTTP 接続のデフォルトでサポートされるようになりました。
|
| 2026-03-06 | 25.0.9561 | NetSuite | Data Model | Added | - SuiteQL スキーマにReceivables ビューが追加されました。
|
| 2026-03-05 | 25.0.9560 | NetSuite | Data Model | Added | - SuiteQL スキーマにCreateExpenseReport ストアドプロシージャが追加されました。このプロシージャは、1 件以上の経費明細行を送信することで経費レポートを作成するために使用されます。個別の入力パラメータ、または集約されたJSON ペイロードを受け付けます。
|
| 2026-03-04 | 25.0.9559 | NetSuite | Data Model | Changed | - SuiteQL スキーマにおいて、Document、Image、および Time of Day のカスタムフィールドがレスポンスに含まれるようになりました。
|
| 2026-02-27 | 25.0.9554 | NetSuite | Data Model | Removed | - SuiteQL スキーマから CashRefund および CreditMemo ビューが削除されました。
|
| 2026-02-25 | 25.0.9552 | NetSuite | Data Model | Changed | - SuiteQL スキーマの TransactionAccountingLine テーブルに、以下の変更が加えられました。 - Account カラムのデータ型が string から integer に変更されました。 - Accountingbook カラムのデータ型が string から integer に変更されました。 - Transaction カラムのデータ型が string から integer に変更されました。 - Transactionline カラムのデータ型が string から integer に変更されました。 - Processedbyrevcommit カラムのデータ型が string から boolean に変更されました。
|
| 2026-01-13 | 25.0.9509 | General | | Added | - REGEXP_REPLACE() 文字列関数のサポートが追加されました。
|
| 2025-12-05 | 25.0.9470 | General | | Added | - INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
|
| 2025-10-13 | 25.0.9417 | NetSuite | | Deprecated | - SuiteQL スキーマのSalesOrder ビューが非推奨となりました。NetSuite API 経由ではアクセスできないためです。代わりにSuiteTalk スキーマのSalesOrder テーブルを使用してください。
|
| 2025-10-06 | 25.0.9410 | General | | Added | - ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
|
| 2025-09-12 | 25.0.9386 | General | | Added | - sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
|
| 2025-09-10 | 25.0.9384 | General | | Changed | - 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
|
| 2025-09-03 | 25.0.9377 | General | | Changed | - 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
|
| 2025-09-01 | 25.0.9375 | General | | Added | - CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
|
| 2025-08-21 | 25.0.9364 | General | | Changed | - 動作変更:
- 非テーブルクエリにおける文字列値比較の不整合が修正されました。
- 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
|
| 2025-08-13 | 25.0.9356 | General | | Changed | - ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
|
| 2025-06-25 | 25.0.9307 | General | | Removed | - ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
|
| 2025-06-25 | 25.0.9307 | NetSuite | | Added | - 認証方式としてトークンベース認証が追加されました。
|
| 2025-06-20 | 25.0.9302 | General | | Added | - 以下の関数が作成されました:
- TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
- TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
- BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
- BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
|
| 2025-06-18 | 25.0.9300 | General | | Changed | - 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
|
| 2025-06-02 | 25.0.9284 | NetSuite | | Removed | - SuiteTalk スキーマのSalesOrder テーブルからItemList_ReplaceAll カラムが削除されました。
|
| 2025-05-27 | 25.0.9278 | General | | Removed | - ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
|
| 2025-05-08 | 25.0.9259 | NetSuite | | Added | - SuiteQL スキーマに、country およびinventoryItemItemVendorPriceLines ビューが追加されました。
|
| 2025-02-15 | 24.0.9177 | General | | Added | - 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
|
| 2025-01-23 | 24.0.9154 | NetSuite | | Added | - SuiteQL スキーマのAuthScheme 接続プロパティにOAuthJWT オプションが追加されました。
|
| 2024-11-27 | 24.0.9097 | General | | Added | - LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
|
| 2024-06-13 | 24.0.8930 | NetSuite | | Changed | - UseInternalNamesForCustomizations 接続プロパティがboolean からenum に変更されました。true / false 値は、"None"、"TablesOnly"、"TablesAndColumns " オプションに置換されました。
|
| 2024-05-09 | 24.0.8895 | General | | Changed | - 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
|
| 2024-03-15 | 23.0.8840 | General | | Added | - Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - ROUND 関数で負の精度値が受け付けられなくなりました。
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - FDMonth、FDQuarter、FDWeek、LDMonth、LDQuarter、LDWeek 関数の戻り値の型がTimestamp からDate に変更されました。
- ABS 関数の戻り値の型がパラメータ値の型と一致するようになりました。
|
| 2023-11-28 | 23.0.8732 | General | | Added | - シークレットがbase64 形式の場合にデコードできるよう、HMACSHA256 フォーマッタが追加されました。
|
| 2023-06-20 | 23.0.8571 | General | | Added | - 新しいsys_lastresultinfo システムテーブルが追加されました。
|
| 2023-04-25 | 23.0.8515 | General | | Removed | - SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
|
| 2023-04-22 | 23.0.8512 | NetSuite | | Added | - Added support for BUILTIN formulas for the SuiteQL schema.
|
| 2023-02-22 | 22.0.8453 | NetSuite | | Added | - Added RevenueElement table to SuiteQL schema.
|
| 2023-01-25 | 22.0.8425 | NetSuite | | Added | - Added Bom, BomRevision, BomRevisionComponent tables to SuiteQL schema.
|
| 2022-12-19 | 22.0.8388 | NetSuite | | Added | - Added Role, EmployeeRoles, EmployeeRolesForSearch tables to SuiteQL schema.
|
| 2022-12-14 | 22.0.8383 | General | | Changed | - sys_procedureparameters テーブルにDefault カラムが追加されました。
|
| 2022-10-20 | 22.0.8328 | NetSuite | | Added | - Added support for custom fields on address record types in SuiteQL.
|
| 2022-10-12 | 22.0.8320 | Tableau | | Added | - Added support for additional localizations in the Windows and Mac packages. Both setups now support all the languages that Tableau supports as of their 2022.2 release.
|
| 2022-09-30 | 22.0.8308 | General | | Changed | - sys_procedureparameters テーブルにIsPath カラムが追加されました。
|
| 2022-08-31 | 22.0.8278 | NetSuite | | Added | - In the SuiteQL schema, added the NextTransactionLineLink.nexttype column.
- In the SuiteQL schema, added the TransactionAccountingLine.amountlinked column.
|
| 2022-08-31 | 22.0.8278 | NetSuite | | Changed | - In the SuiteQL schema, changed NextTransactionLineLink.lastmodifieddate to a timestamp data type from a date data type.
- In the SuiteQL schema, changed TransactionAccountingLine.transactionline to a varchar data type from an integer.
|
| 2022-08-12 | 22.0.8259 | Tableau | | Changed | - Updated connection dialogs to use advanced configuration information provided by drivers. This makes use of the same information as the new dialogs in other editions (like ODBC) to display only the most relevant connection properties.
- Legacy connectors have been simplified to look more like Tableau JDBC dialogs. Legacy connectors target older Tableau versions which do not support rich connection dialogs like the modern connectors do. Most connectors cannot fit within these limitations.
|
| 2022-07-11 | 22.0.8227 | NetSuite | | Added | - Added the InventoryBalance table as view for SuiteQL.
|
| 2022-06-14 | 22.0.8200 | NetSuite | | Changed | - Changed the CurrencyRate.LastModifiedDate and TransactionLine.LineLastModifiedDate fields from Date to Timestamp in the SuiteQL schema. These were originally copied over from NetSuite documentation which had them incorrectly marked as Date.
|
| 2022-05-31 | 22.0.8186 | NetSuite | | Added | - Added the AccountSupportsSuiteAnalyticsConnect connection property which controles the query splitting feature. By default this is set to true which will trigger the driver to split the queries in case the result set exceeds 100,000 records.
|
| 2022-05-31 | 22.0.8186 | NetSuite | | Changed | - Modified the query splitting logic for determining when a given query would return more than 100K results to be more accurate and execute more quickly.
- Modified the data type for the transaction.number column to be of type double instead of long. This impacts the SuiteQL schema.
|
| 2022-05-13 | 22.0.8168 | NetSuite | | Changed | - Modified ColumnSize calculation for custom fields freeFormText, textArea, longText, and richText. This impacts the SuiteTalk schema.
|
| 2022-04-18 | 21.0.8143 | NetSuite | | Changed | - Modified CreateRestletSchema to generate schema files using the complete label name for columns (instead of enforcing alphanumeric + underscore).
|
| 2022-04-07 | 21.0.8132 | NetSuite | | Added | - Added support for custom list tables in the SuiteQL schema.
|
| 2022-03-21 | 21.0.8115 | NetSuite | | Added | - Added the DefaultDecimalPrecision and DefaultDecimalScale connection properties to control the default scale / precision in SuiteQL views.
|
| 2022-02-28 | 21.0.8094 | NetSuite | | Changed | - Added support for performing a RowScan during metadata detection for SuiteQL. The RowScan connection property controls this behavior. This should improve the driver's ability to dynamically ensure the columns available for a given table are actually supported for your account and role.
- In most tables, the default list of columns will be smaller than it was previously. Set RowScan = 0 to disable this feature.
|
| 2022-02-07 | 21.0.8073 | NetSuite | | Added | - Added the columns Attendence, Response, Calendarevent to the Attendee table on the SuiteQL schema.
|
| 2022-01-27 | 21.0.8062 | NetSuite | | Added | - Made updates to a number of SuiteQL tables to try and mark primary keys properly where they were not being marked previously.
- Added additional support for attempting to handle requests where more than 100K rows are retrieved from SuiteQL. The built in limit for a given query in SuiteQL that NetSuite will throw an exception after 100K results. However, we attempt to anticipate when this might occur and break up the query into multiple smaller queries that can be executed.
|
| 2022-01-19 | 21.0.8054 | NetSuite | | Removed | - Removed the column Response from the CalendarEvent table in the SuiteQL schema.
|
| 2021-11-03 | 21.0.7977 | NetSuite | | Added | - The following SuiteQL tables were added: accountingbook, accountingperiod, actiontype, activity, addressbook, automatedclearinghouseaccounttype, budgetexchangerate, costcategory, currencysymbol, demandsourcetype, dual, employeeexpensesourcetype, employeestatuscategory, employeetypecategory, employmentcategory, expensereportpolicy, fiscalcalendar, formatprofile, importedemployeeexpense, importedemployeeexpensestatus, limittype, onlinecaseform, onlineleadform, plannedorderstatustype, projectrevenueruletype, ratableeventpurpose, retirementplancontributiontype, retirementplantype, scriptcustomrecordtype, scriptrecordtype, statustype, subscriptionstatus, supplychangeorderstatus, transactionhistory, umdfield, usagestatus, usrauditlog, usrdsauditlog, usrdsexecutionlog, usrexecutionlog.
|
| 2021-11-03 | 21.0.7977 | NetSuite | | Changed | - Updated our default Version to 2021.2.
- As of 2021.2, NetSuite no longer produces a Schema Catalog for the API our SuiteQL tables rely on and has recommended switching to the Records Catalog. Due to this shift, some of the column data types have changed from Varchar to Int.
- Some columns have been removed from our SuiteQL table definitions that were tested for being non functional. Every column is tested on every table for functionality - columns that no longer work are removed automatically.
|
| 2021-09-02 | 21.0.7915 | General | | Added | - CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
|
| 2021-08-07 | 21.0.7889 | General | | Changed | - sys_foreignkeys テーブルにKeySeq カラムが追加されました。
|
| 2021-08-06 | 21.0.7888 | General | | Changed | - 新しいsys_primarykeys システムテーブルが追加されました。
|
| 2021-07-23 | 21.0.7874 | General | | Changed | - 相対日付/日時関数のリテラル関数名が更新されました。以前は、相対日付/日時関数が射影部分と述語部分で異なる値に解決されていました。例:SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH()。以前は2つのLAST_MONTH() メソッドが異なる日時に解決されていましたが、現在は一致するようになりました。
- 以前の動作の代替として、条件部分の相対日付/日時関数に'L' を付加できるようになりました。例:WHERE col > L_LAST_MONTH()。これにより、以前の条件部分で計算されていた値と同じ値に解決されます。なお、"L_" プレフィックスは述語部分でのみ使用可能であり、射影部分では使用できません。
|
| 2021-07-09 | 21.0.7860 | NetSuite | | Added | - Added support to Attach and Detach relationships between Contact and Entity, i.e: Customer. ContactRole can also be specified.
|
| 2021-06-23 | 21.0.7844 | NetSuite | | Changed | - Fixed an issue with naming duplicate columns when the custom field is of type record reference. Previously the '2' , '3', or additional index was added at the end of the column name. However, this was causing issues when there were clashes with non custom fields that were not themselves record references, resulting in columns like: Manufacturer, Manufacturer2, Manufacturer_InternalId. The correct naming convention should be Manufacturer, Manufacturer2, Manufacturer2_InternalId since both of the later are tied together. This may result in column names showing up differently when there is a clash.
|
| 2021-06-08 | 21.0.7829 | NetSuite | | Changed | - Updated the length of InternalId columns on the special views of the SuiteTalk schema to length 32 to match the dynamically determined InternalId sizes. This includes BudgetExchangeRate, CustomFields, CustomRecords, CustomSegments, CustomTransactions, PostingTransctionSummary, SavedSearches, and Transactions.
|
| 2021-05-26 | 21.0.7816 | NetSuite | | Changed | - The default Version has been updated to 2021_1.
|
| 2021-05-25 | 21.0.7815 | NetSuite | | Added | - The following SuiteQL tables are added: CashSaleItemShippingAddress, Classification, CreditMemoItemShippingAddress, CurrencyRateType, EmployeeStatus, EmployeeSubscriptionMessageHistory, EmployeeSubscriptions, EmployeeSubsidiaryRelationship, EmployeeTaxOptions, EmployeeType, EstimateItemShippingAddress, IntercompanyDestination, InvoiceItemShippingAddress, SalesOrderItemShippingAddress, ServiceSaleItemCorrelateditem, UserAuthorizationConsent, VendorSubsidiaryRelationship.
|
| 2021-05-25 | 21.0.7815 | NetSuite | | Changed | - The SuiteQL scripts are updated following 2021.1 changes from NetSuite. Some columns have been removed that were tested for being non functional. Every column is tested on every table for functionality - columns that no longer work are removed automatically.
- Primary keys have been added or removed from SuiteQL tables automatically following the the pattern: If the only column was the primary key, the primary key is removed. If the table supported a primary key but it was not marked, the primary key is now marked (assuming more than just the primary key exists).
|
| 2021-05-25 | 21.0.7815 | NetSuite | | Removed | - The following SuiteQL tables are removed as they no longer work: GlobalInventoryRelationshipCustomerReturn, GlobalInventoryRelationshipFulfillment, ItemRevision, ItemSegmentCustomerSegmentMap, UserEventScriptDeploymentScriptLocalizationContextMap.
|
| 2021-04-25 | 21.0.7785 | General | | Added | - INSERT / UPDATE 時のクライアントサイドの数式処理のサポートが追加されました。例:UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
| 2021-04-23 | 21.0.7783 | General | | Changed | - varchar 型の主キーおよび外部キーカラムの表示サイズが、カラムのレポートされる長さと一致するように決定方法が更新されました。
|
| 2021-04-16 | 21.0.7776 | General | | Added | - 2つのカラム間の無条件更新がすべてのドライバーで使用可能になりました。例:UPDATE Table SET Col1=Col2
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - varchar 型の主キーおよび外部キーカラムの長さが255 に短縮されました。
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - 暗黙的キャッシュおよびメタデータキャッシュが、パフォーマンスの向上と複数接続のサポートのために更新されました。古いメタデータキャッシュには互換性がありません。CacheMetadata を現在使用している場合は、新しいメタデータキャッシュを生成する必要があります。
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - 重複を避けるため、インデックスの命名規則が更新されました。
|
| 2021-04-16 | 21.0.7776 | Tableau | | Changed | - Improved the connection dialog configuration experience.
|