SnowConvert AI - Recent Release Notes

Version 1.20.11 (Nov 07, 2025)

Improvements

RedShift

  • Added support for the CURRENT_SETTING timezone.

Spark SQL

  • Added support for INSERT BY NAME and removed the TABLE keyword and partition clause.

PowerBI

  • Supported dynamic parameterization in connectors with embedded queries in WHERE clauses.

Version 1.20.10 (Nov 06, 2025)

Improvements and Fixes

RedShift

  • Added support for HLL functions.

  • Added support for JSON functions.

  • Added support for OBJECT_TRANSFORM.

SSIS

  • Added conversion support for SSIS Microsoft.ExpressionTask.

  • Modified the condition used to determine if an SSIS package is reusable.

Teradata

  • Added support for named arguments in the EXECUTE (Macro Form) statement.

  • Fixed an issue where scripts were not being migrated to Snowscript.

  • The Continue Handler is now available for Scripts.

PostgreSQL

  • Fixed an issue where procedures did not have the EXECUTE AS CALLER clause generated by default when the SECURITY clause was absent in the input.

RedShift

  • Fixed an issue where non-ASCII characters in columns were not quoted during data migration.

SQL Server

  • Fixed an issue where default GETDATE column constraints applied an unnecessary double cast in the column definition.

Version 1.20.8 (Nov 05, 2025)

Improvements

General

  • Added support for alert preview notifications.

  • Improved Claude model validation to inform users about required access.

Version 1.20.7 (Oct 31, 2025)

IBM DB2 Stored Procedures & User-Defined Functions Support

SnowConvert AI now supports the conversion of DB2 stored procedures to Snowflake equivalents, enabling seamless migration of procedural code. This feature includes support for variable operations, and control flow statements. Also, DB2 user-defined functions will be converted to Snowflake Scripting UDFs when possible.

Novos recursos 🚀

SSIS

  • Implemented SSIS to Snowflake string literal escape sequence conversion.

Improvements

Teradata

  • Updated scripts transformation to utilize a continue handler.

General

  • Cleaned up package.json for customer distribution.

Fixes

BigQuery

  • Fixed an aggregation issue that occurred when column aliases had the same name as table columns.

Oracle

  • Fixed NOT NULL constraint behavior with INLINE, CHECK, and PK constraints.

SSIS

  • Fixed an issue where comment tags were not displayed in converted reusable packages.

General

  • Updated database dependencies and resolved dependencies vulnerabilities.

Version 1.20.6 (Oct 29, 2025)

Novos recursos 🚀

SSIS

  • SSIS Replatform migration (Public Preview) - SnowConvert AI now supports SSIS package migration to Snowflake in Public Preview, enabling automated conversion of SSIS workflows to modern cloud-native data pipelines.

BigQuery

  • Added support for the JSON_TYPE built-in function.

  • Added support for the SAFE.POW function.

  • Added transformation for array slice patterns.

  • Added more array pattern support.

IBM DB2

  • Added support for CONTINUE HANDLER.

Oracle

  • Added support for the PARTITION clause in MERGE statements.

RedShift

  • Added support for CONTINUE HANDLER.

Teradata

  • Added support for CONTINUE HANDLER.

PowerBI

  • Added the HierarchicalNavigation flag as an optional parameter in native connectors.

Improvements

Oracle

  • Enhanced arithmetic operations with TIMESTAMP values.

SSIS

  • Enhanced the UI for the SSIS Replatform Public Preview release with improved user experience and workflow optimization.

General

  • Removed the SSC-EWI-0009 warning from non-literal expressions and added FDM instead.

  • AiVerification - Added support for n_tests parameter in configuration file.

Fixes

BigQuery

  • Fixed an issue where UDF files were not generated.

General

  • Fixed an issue where symbols were not loaded in views and set operations.

Version 1.20.3 (Oct 20, 2025)

Fixes

General

  • Fixed incorrect verified objects count calculation during validation process.

  • Updated warehouse validation error messages to maintain consistency with connector messaging.

Version 1.20.2 (Oct 20, 2025)

Novos recursos 🚀

BigQuery

  • Added support for REGEXP_EXTRACT_ALL and ROW_NUMBER built-in functions.

  • Added support for the ARRAY built-in function.

Improvements

SQL Server

  • Migrated XACT_STATE to CURRENT_TRANSACTION.

  • Enabled ROLLBACK transformation within explicit transactions.

PowerBI

  • Improved the “Pending Work Description” on repointing reports.

Fixes

BigQuery

  • Fixed an issue where literals inside IN UNNEST were not being transformed.

  • Fixed SAFE_CAST behavior when the input type is not VARCHAR.

General

  • Fixed queries containing aggregate functions and multiple columns.

Version 1.20.1 (Oct 16, 2025)

Novos recursos 🚀

BigQuery

  • Added support for the REGEXP_REPLACE function.

  • Added support for the FORMAT function with the %t argument.

  • Added support for the BYTE_LENGTH function.

  • Added support for the TIMESTAMP_TRUNC function.

Improvements

Teradata

  • Improved the preservation of default values in SELECT INTO statements for empty results.

PowerBI

  • Improved M-Query source retrieving from metadata files.

Fixes

PowerBI

  • Fixed an issue where the parameter list was not read correctly when the connection pattern was rejected.

  • Added description in ETLAndBiRepointing assessment report when non-database or non-applicable connectors are unmodified.

Version 1.20.0 (Oct 15, 2025)

Novos recursos 🚀

BigQuery

  • Added support for TimestampDiff, Safe_Divide, and Except functions.

  • Added support for the ARRAY_AGG function.

  • Added the UNNEST built-in symbol.

  • Added support for the UNIX_SECONDS built-in function.

  • Added support for UNIX_MILLIS and UNIX_MICROS built-in functions.

  • Added support for ARRAY_CONCAT, TIMESTAMP_MILLIS, and ENDS_WITH functions.

  • Added support for JSON_QUERY, JSON_EXTRACT, JSON_QUERY_ARRAY, and JSON_EXTRACT_ARRAY functions.

Teradata

  • Added support for .REMARK in SnowScript.

SSIS

  • Implemented SSIS ForEach File Enumerator translation logic.

Tableau

  • Added repointing assessment for Tableau repointing.

General

  • Added support for the MD5 function.

Improvements

Teradata

  • Commented out ERROR LEVEL in BTEQ.

SSIS

  • Enhanced identifier sanitization for SSIS.

  • Improved retrieval of the «CopyFromReferenceColumn» property for output columns in SSIS Lookup.

General

  • Added account information to AiVerification logs.

  • Added warehouse validation to the Snowflake login.

  • Wrapped control variable values with TO_VARIANT in UpdateControlVariable calls.

  • Refactored SQL task creation to use CREATE OR REPLACE syntax.

  • Added INSERT...SELECT with TO_VARIANT for control variables.

  • Added transformation for string case-insensitive comparisons.

Fixes

General

  • Fixed name collisions of tasks in the main control flow with container tasks.

  • Fixed «No expression translation for negative numbers (or unary “minus”)» issues.

Version 1.19.7 (Oct 10, 2025)

Novos recursos 🚀

BigQuery

  • Support was added for the TO_HEX and ARRAY_TO_STRING_FUNCTION.

Oracle

  • SnowScript UDF is now generally available.

SQL Server

  • SnowScript UDF is now generally available.

General

  • A feature flag was added to hide additional options for the AiVerification API.

  • An interface was added to Abstract Syntax Trees (ASTs) for representing string comparisons.

  • Partial support was added for the ARRAY_CONCAT_AGG function.

  • Support was added for the REGEXP_EXTRACT function.

  • Transformation support was added for the UNNEST function within an IN predicate.

  • Support was added for the NET.IPV4_TO_INT64 function.

Improvements

  • The maximum GS version was bumped to 9.37 to extend the period of SC usage until the end of October.

  • The TSqlNotSupportedStatementReplacer rule is now bypassed when processing ETL SQL fragments.

  • Predecessor name generation now uses the SSIS package file name.

Fixes

  • The verified objects count issue was resolved.

Version 1.19.6 (Oct 08, 2025)

Novos recursos 🚀

SSIS

  • Added core foundation for ForEach File Enumerator.

  • Added base infrastructure for Dynamic SQL.

  • Added cursor-based iteration structure for SSIS ForEach Loop containers.

  • Added dynamic SQL support for SSIS Execute SQL Task.

Oracle

  • Added support for the BigQuery UNNEST operator.

  • Added support for JSON_VALUE_ARRAY built-in function.

  • Added support for multiple built-in functions.

  • Added support for TIMESTAMP_SECONDS.

  • Added support for SnowScript UDF.

SQL Server

  • Added TSqlSetIdentityInsertReplacer to handle SET IDENTITY_INSERT in Transact.

General

  • Added AI Verification PuPr Followup items.

  • Added “connection” element in Tableau repointing.

  • Added semicolons to execute SQL task statements inside containers.

  • Added transformation for NET.SAFE_IP_FROM_STRING function.

  • Added support for HLL_COUNT.MERGE function.

  • Added support for NET.IP_NET_MASK function.

  • Added ETL Preprocess Task.

  • Added transformation for HLL_COUNT.INIT function.

  • Added support for offset array accessor function.

Improvements

  • Added serialization and deserialization of query symbols in the migration context.

Fixes

Teradata

  • Fixed issues related to CAST formats.

Oracle

  • Fixed an issue where supported formats were incorrectly marked as unsupported.

  • Fixed a bug related to symbol key creation.

General

  • Fixed an issue with symbol key creation when loading symbols with context.

  • Fixed an issue with quotes and value length in Tableau repointing.

Version 1.19.5 (Oct 03, 2025)

Novos recursos 🚀

General

  • Added support for Snowflake select asterisk column expressions.

SSIS

  • Added support for converting CAST expressions.

Improvements

General

  • Enhanced the SnowflakeLogin method to handle email users correctly.

  • Moved the Declare Statement Replacer to SQL.

Fixes

SSIS

  • Fixed an issue where SSIS containers BEGIN END without a semicolon.

Oracle

  • Fixed an issue with incorrect function transformation.

  • Fixed an issue where SYS_REFCURSOR was not being migrated correctly.

dbt

  • Fixed an issue with conditional split downstream ref() calls.

Version 1.19.4 (Oct 1, 2025)

Novos recursos 🚀

PowerBI

  • Expanded test scenarios for Teradata Power BI repointing.

SSIS

  • Introduced support for the SSIS Merge Join transformation.

  • Implemented orchestrator task variable wrappers for SSIS tasks.

Teradata

  • Ensured script files are now correctly reported as code units when Snowscript is the target.

Oracle

  • Implemented a warning system for users when a referenced datatype might be unsupported.

  • Renamed RAISE_MESSAGE_UDF.sql to RAISE_MESSAGE.sql for clarity and consistency.

SQL Server

  • Added parameters as an identifier for improved recognition.

dbt

  • Relocated configuration files to the ETL output directory and removed analyses and snapshots folders from dbt projects.

General

  • Added transformations for BTEQ labels to support nested procedures.

  • Enabled result binding for the Execute SQL Task.

  • Included Migration ID in object tagging and relevant reports for enhanced telemetry.

  • Reduced the frequency of the AI Verification prompt.

Improvements

Oracle

  • Enhanced the conversion process for %TYPE declarations.

  • Refactored DB2 variable declarations for improved consistency.

General

  • Improved collision detection and resolution mechanisms for ETL transformations.

Fixes

Oracle

  • Resolved an issue where RAISE_MESSAGE_UDF.sql was incorrectly referenced in PostgreSQL tests.

  • Addressed a problem where EWI (Error Warning Information) was not being added to unresolved types in Oracle.

General

  • Improved error handling and logging within the AiVerificationHttpClient.

Version 1.19.3 (Sep 29, 2025)

Improvements

General

  • Enhanced VerifiedTemplate to better manage child verification states.

Fixes

General

  • Fixed an issue where the role was not being propagated correctly to the login endpoint.

  • Fixed an issue where ZIP files created in Windows did not preserve proper Unix permissions.

Version 1.19.2 (Sep 26, 2025)

Novos recursos 🚀

PowerBI

  • Added support for dynamic or custom concatenation for greater flexibility in data transformations.

SSIS

  • Implemented the core infrastructure for recursive conversion of SSIS containers (e.g., For Loop, Foreach Loop), enabling the processing of more complex structures.

Improvements

SSIS

  • Completed the implementation of inlined conversion for containers to better handle control flows.

Teradata

  • Reordered UDFs and updated the default time format (HH:MI:SS.FF6) to improve conversion compatibility.

dbt

  • Removed angled brackets (<>) from generated YML configuration files to prevent potential syntax errors.

  • Removed unnecessary tags from models generated during ETL conversions to produce cleaner code.

  • Simplified the names of generated models in ETL conversions to enhance project readability.

Fixes

PostgreSQL

  • Resolved an error in the RAISE_MESSAGE_UDF when it was called with only two parameters.

General

  • Updated SQLite storage filename to include file extension for better file management.

  • Corrected an issue in the TRANSFORM_SP_EXECUTE_SQL_STRING_UDF helper where datetime values were formatted incorrectly in dynamic SQL.

  • Applied internal fixes related to Nuget package management.

  • Corrected an incorrect enumeration in an internal resource file (IssueResources.json).

Version 1.19.0 (Sep 24, 2025)

Novos recursos 🚀

General

  • Added support for IDENTITY in CTAS statements.

  • Enhanced telemetry settings in data migration configuration for improved metrics collection control.

Tableau

  • Added initial infrastructure for converting Tableau projects.

ETL & SSIS

  • Implemented new output structure for ETL conversions, grouped by filename.

  • Added support for ISNULL function conversion and variables in «Derived Column» expressions.

  • Enhanced SSIS assessment report and task generation using original package names.

DB2

  • Added support for DECLARE TABLE statement transformation.

BigQuery

  • Added support for REGEXP_CONTAINS function.

dbt

  • Refactored dbt project generator to unify variable conversion logic.

Fixes

PowerBI

  • Fixed CommandTimeout parameter and schema uppercase conversion issues.

SSIS

  • Fixed critical bug with plus operator (+) on numeric operands.

General

  • Corrected conversion rate calculation.

  • Enhanced DROP TABLE handling and COALESCE type resolution.

  • Removed conversion of On Commit Preserve Rows node for Teradata.

Version 1.18.3 (Sep 22, 2025)

Fixes

  • Improved the refresh deployment catalog functionality in the end-to-end experience.

  • Fixed navigation issues with the Retry Conversion flow.

Version 1.18.0 (Sep 18, 2025)

Novos recursos 🚀

PuPr AI Verification

SQL Server

  • [Preview Feature] Support for UDF translation to Snowflake Scripting UDFs

  • Support for ERROR_NUMBER to SQLCODE.

  • Support for COL_LENGTH built-in function.

Teradata

  • Support for the TD_MONTH_BEGIN, TD_WEEK_BEGIN, and TD_WEEK_END built-in functions.

  • Support for hex literals in the OREPLACE built-in function.

Oracle

  • Support ASCIISTR built-in function.

  • Support for MAX DENSE_RANK FIRST and MIN DENSE_RANK LAST clauses.

SSIS

  • Added SSIS Microsoft.Merge transformation

  • Enhanced SSIS variable handling transformation

Fixes

Oracle

  • Improved recognition of correlated queries.

Version 1.17.6 (Sep 5, 2025)

Fixes

  • Fixed crashes in code conversion on SnowConvert classic mode.

Version 1.17.2 (Sep 4, 2025)

Fixes

  • Fixed visual issues in the object selection screen.

Version 1.17.1 (Sep 1, 2025)

Novos recursos 🚀

General

  • IBM DB2 SQL Support
    SnowConvert AI now supports the conversion of Tables and Views to Snowflake. This feature includes support for the following:

    • Translation of Tables.

    • Translation of Views.

    • Translation of Data Types.

    • Translation of Built-in Functions.

  • Added new columns to Top Level Code Unit report: Code Unit Database, Code Unit Schema and Code Unit Name

PostgreSQL & Based Languages

  • Support for Bitwise Functions

Fixes

General

Teradata

  • Removed .SET FORMAT from BTEQ transformation

  • Fixed several BTEQ parsing errors

  • Added support for BTEQ .MESSAGEOUT command

  • Added pending transformation for shell variables inside conditions

  • Added support for BTEQ .SET FOLDLINE command

  • Added transformation for .SET TITLEDASHES command

  • Downgraded EWI to FDM for STATISTICS BTEQ clause

  • Downgraded EWI to FDM for PERIOD BTEQ clause

Oracle

  • Fix transformation for DATE type attribute

SQL Server

  • Improved the handling of procedures containing SELECT INTO statements that return a query.

  • Transform @@DateFirst to GET_WEEK_START

  • Numeric format function support

  • Convert function support

  • Datename function support

  • Removed the symbol @ in the conversion that uses XML queries.

  • Print statement support

  • Formats for datetime support.

  • Improved the update statement by removing the table name from the clause when it appears in the target table.

  • Error functions translation support.

Version 1.16.2 (Aug 19, 2025)

Novos recursos 🚀

General

  • Added a new report, SQLFunctionsUsage.csv, that summarizes the invocations of built-in and user-defined functions grouped by their migration status. This report allows users to get details about function usages, whether they were transformed to Snowflake with no problem, or whether they require an additional post-conversion action.

Teradata

  • Added transformation for the period CONTAINS clause

Fixes

Oracle

  • Fixed the GENERATED ALWAYS AS expr column option not being transformed

  • Fixed dynamic SQL code strings not having their literal values properly escaped in the output

SQL Server

  • Fixed the DATETIME2 datatype not transformed correctly when precision is specified

  • Fixed object names without brackets not being renamed when using the renamed feature

  • Promoted SSC-FDM-TS0015 to EWI SSC-EWI-TS0015 to fix objects with unsupported datatypes incorrectly marked as successfuly transformed

  • Fixed some virtual columns transformed to datatype VARIANT instead of the right datatype for their expression

  • Implemented transformation for the STRING_SPLIT function, previously being left as is in the output code

  • Fixed CREATE FUNCTION bodies not generated when a SELECT statement was found in the ELSE clause of an IF statement

  • Fixed identifiers containing the @ character producing parsing errors

  • Fixed the DATE_PART function incorrect transformation when the weekday part is specified

  • Fixed the empty statements generated by parsing error recovery causing a pending functional equivalence error to be reported

  • Fixed the DATENAME function transformation not generating the necessary UDF definitions in the UDF Helpers folder

  • Fixed the TRY_CAST/TRY_CONVERT functions not being transformed in some cases

Version 1.16.1 (Aug 11, 2025)

Novos recursos 🚀

  • Added Key Pair authentication to login to Snowflake.

  • Upgraded data validation Python support to 3.13.

Version 1.16.0 (Aug 8, 2025)

Fixes

  • Fixed issue with retrieving access codes from SnowConvert due to certificate handling problems.

  • Added Data Validation manual execution instruction and scripts.

Version 1.15.1 (Aug 6, 2025)

Novos recursos 🚀

  • Added support for PostgreSQL Array Expression and Array Access.

Fixes

  • Fixed transformation for Oracle’s JSON_OBJECT function.

  • Updated links to the new official documentation site.

  • Fixed bug when clicking on retry conversion on a non E2E platform.

  • Fixed optional fields in Snowflake connection form.

  • Fixed some Oracle functions not being transformed to the correct target.

Version 1.14.0 (Jul 30, 2025)

Novos recursos 🚀

  • Added Migration Project Context feature.

Version 1.13.0 (Jul 28, 2025)

Novos recursos 🚀

  • Enhanced data migration performance by increasing default timeout values for large-scale operations including data extraction, analysis, and loading processes.

  • Support for nested procedures in Oracle.

Fixes

  • Routed SnowConvert AI API traffic from Azure-hosted domains (.azurewebsites.net) to Snowflake-hosted domains (.snowflake.com) to streamline integration and deliver a unified user experience.

  • Fixed SSO authentication token caching during data migration processes, eliminating repeated authentication prompts that previously opened new browser tabs for each request.

Version 1.12.1 (Jul 21, 2025)

Novos recursos 🚀

Conversion Option for External Tables for Hive-Spark-Databricks SQL.

Fixes

  • Backtick Identifiers Support in Sybase.

  • Translation for Amazon Redshift COMMENT ON statement.

  • Non-returning functions translated to stored procedures for PostgreSQL.

Version 1.11.1 (Jul 11, 2025)

Novos recursos 🚀

Support for new Snowflake Out Arguments syntax within Snowflake Scripting on Teradata, Oracle, SQL Server, and Redshift migrations.

Fixes

Enhanced Teradata Data Type Handling: JSON to VARIANT migration. Improved recovery on Redshift procedures written with Python.

Version 1.11.0 (Jul 1, 2025)

Novos recursos 🚀

New Data Validation framework integration for SQL Server End-to-End experience: Now, users can validate their data after migrating it. The Data Validation framework offers the following validations: Schema validation: Validate the table structure to attest the correct mappings among datatypes. Metrics validation: Generate metrics of the data stored in a table, ensuring the consistency of your data post-migration.

Versão 1.3.0 (25 de março de 2025)

Suporte para Sybase IQ

SnowConvert AI now supports the conversion of Sybase IQ Create Table to Snowflake. This feature includes support for the following:

Novos recursos 🚀

  • Sybase:

    • Conversão de tabelas regulares e temporárias

    • Conversão de restrições

    • Conversão de tipos de dados

Azure Synapse

  • Correção das Referências de Objeto não exibidas nos relatórios de referências de objeto e referências de objeto ausentes.

  • Foi adicionado suporte à análise de exibições materializadas com cláusula de distribuição

Versão 1.2.17 (18 de março de 2025)

Suporte ao Azure Synapse

SnowConvert AI is adding support for Azure Synapse to Snowflake, now enabling direct translation for Azure Synapse SQL scripts and stored procedures to Snowflake’s SQL dialect. This complements our existing support for Transact-SQL (T-SQL) and provides a more comprehensive solution for users migrating from Microsoft’s data warehousing ecosystem.

Novos recursos 🚀

Versão 1.2.16 (10 de março de 2025)

Suporte a procedimentos armazenados do Redshift

SnowConvert AI now supports the conversion of Redshift stored procedures to Snowflake, enabling seamless migration of procedural code. This feature includes support for variable operations, control flow statements, cursor handling, and transaction management capabilities.

Novos recursos 🚀

Procedimentos armazenados: nova funcionalidade suportada.

  • Suporte geral:

    • Transformação para variáveis ``SELECT INTO`` dentro de procedimentos armazenados.

    • Transformação para instruções ``CASE`` sem cláusulas ELSE.

    • Transformação da instrução ``RETURN`` no Redshift.

    • Suporte para ``RAISE`` para registro, avisos e exceções.

  • Vinculação variável:

    • Suporte a variáveis de vinculação em procedimentos armazenados.

    • Tratamento de argumentos posicionais para variáveis de vinculação.

    • Vinculações de variáveis na instrução ``OPEN cursor``.

  • Suporte a transações:

    • Suporte inicial para as instruções ``COMMIT``, ``ROLLBACK`` e ``TRUNCATE``.

  • Operações do cursor:

    • Suporte para a instrução ``FETCH``.

    • Transformação para ``refcursor variable declaration``.

  • Operações DML:

    • Transformações para as instruções ``INSERT``, ``UPDATE``, ``MERGE``, ``SELECT INTO``.

  • `` **Control Flow Statements** ``:

    • Suporte a instruções básicas de fluxos de controle.

    • Transformações de Labels Stats contra loops.

  • Operações DDL:

    • Suporte para a instrução ``CREATE TABLE AS``.

Mudanças significativas ⛓️‍💥

  • Renomeado Code Unit Name para Code Unit ID no relatório Top-Level Code Units.

Versão 1.2.6 (26 de fevereiro de 2025)

Oracle

  • Corrigidas cláusulas CONSTRAINT incorretamente relatadas como erros de análise.

Redshift

Adicionado

  • Suporte para a instrução Declare.

  • Suporte para a instrução Merge.

  • Suporte para a instrução Update.

  • Suporte à instrução de variáveis com o tipo Refcursor.

  • Suporte para Declare, Open e Close Cursor.

Teradata

  • Correção das funções internas “chars” e “characters” que eram relatadas como referências ausentes.

Versão 1.2.5 (7 de fevereiro de 2025)

Comum

  • Improved SnowConvert AI CLI help messages.

Versão 1.2.4 (7 de fevereiro de 2025)

Comum

  • Improved SnowConvert AI CLI help messages.

Teradata

  • Melhoria da consistência do EWI em conversão de DATE.

Versão 1.2.1 (31 de janeiro de 2025)

Comum

Corrigido

  • Improved mechanism to validate the SnowConvert AI license by preventing the use of the powershell current user profile settings, ensuring a smoother execution.

Versão 1.2.0 (28 de janeiro de 2025)

  • Acesso gratuito para qualquer pessoa com um e-mail corporativo.

  • A conversão do Redshift agora é compatível com a prévia.

  • Remover a etapa de avaliação. A avaliação e a conversão agora são concluídas em apenas uma etapa.

  • Introdução do novo Code Completeness Score e Code Unit Methodology.

  • Mensagens aprimoradas como Mensagens de diferença funcional (FDMs), Avaliações de desempenho (PRFs) e EWIs (erros, avisos e problemas).

Comum

Corrigido

  • O uso de subconsultas escalares correlacionadas causava erroneamente SSC-EWI-0108 em determinados cenários.

Teradata

Corrigido

  • Definido Character Set como opcional na descrição de colunas em tabelas derivadas.

Versão 1.1.91 (19 de dezembro de 2024)

Comum

Corrigido

  • Subconsultas escalares correlacionadas sem uma função agregada.

  • As subconsultas escalares não correlacionadas estão sendo marcadas como não suportadas.

Teradata

Adicionado

  • Foram adicionadas as configurações «ANSI/TERA Session Mode» e «Use COLLATE for Case Specification»:

    • Modo ANSI com COLLATE.

    • Modo ANSI sem COLLATE.

    • Modo TERA com COLLATE.

    • Modo TERA sem COLLATE.

  • Suporte à análise da opção de coluna GENERATED TIMECOLUMN.

  • Suporte à análise de função TD_NORMALIZE_MEET.\

Corrigido

  • Correção de inconsistências nos nomes de colunas quando se trata de palavras-chave reservadas do Snowflake.

  • Erros de análise na cláusula PARTITION BY RANGE_N.

  • Suporte aprimorado para a expressão COALESCE.

SQL Server

Corrigido

  • Algumas funções foram marcadas incorretamente como funcionais pendentes.

Versão 1.1.80 (5 de dezembro de 2024)

Comum

Corrigido

  • SnowConvert AI was incorrectly marking scalar subqueries as invalid when some function aliases were used.

  • Crash when SnowConvert AI didn’t have read/write permissions to configuration folder.

Teradata

Corrigido

  • O recurso de renomeação agora contempla funções com parâmetros.

  • A instrução UPDATE com a sintaxe ELSE INSERT não foi convertida corretamente.

SQL Server

Corrigido

  • SnowConvert AI now successfully converts @@ROWCOUNT using the global variable SQLROWCOUNT.

  • Os nomes de exibições e colunas dos objetos sys agora são emparelhados com INFORMATION_SCHEMA.

Versão 1.1.69 (14 de novembro de 2024)

SQL Server

Corrigido

  • O tipo de dados BIT com valor DEFAULT não é convertido em verdadeiro ou falso, mas em 1 ou 0.

Oracle

Corrigido

  • Código ausente ao converter uma função com CONNECT BY.

Versão 1.1.67 (30 de outubro de 2024)

Teradata

Corrigido

  • O sinalizador TeraModeForStirngComparison é definido como true por padrão.

SQL Server

Corrigido

  • As colunas com valor padrão agora são convertidas corretamente com sua respectiva conversão de tipo de dados.

Oracle

Corrigido

  • Código ausente ao converter uma função com CONNECT BY.

Versão 1.1.63 (24 de outubro de 2024)

Comum

  • Códigos de recuperação removidos das mensagens de erro de análise.

  • O botão de fechamento do Windows agora funciona como esperado.

  • Added a new field domain to the comment clause for each DDL SnowConvert AI generates.

Teradata

Adicionado

  • Suporte à cláusula UNION ALL com diferentes tipos de dados e tamanhos de coluna.

  • Suporte para sp_executeql.

Corrigido

  • Inconsistências na comparação de cadeias de caracteres no modo Tera e no modo ANSI.

  • O alias de coluna complexo com sintaxe “”n não está sendo reconhecido pelo SnowConvert.

SQL Server

Adicionado

  • FDM em cada subconsulta correlacionada.

Corrigido

  • Problema com WITH DISTRIBUTION e CLUSTERED na criação de tabelas.

Oracle

Corrigido

  • Problema que causava falha na conversão de SP ao usar .rownum em uma instrução FOR.

Versão 1.1.61 (18 de outubro de 2024)

Teradata

Corrigido

  • Agora há suporte para a conversão de procedimentos armazenados dentro de macros.

  • A função Teradata StringSimilarity foi convertida com sucesso

Oracle

Corrigido

  • DATEDIFF_UDF agora retorna a diferença de data com carimbo de data/hora como parâmetro com decimais (diferença de parte de tempo).

Version 1.1.56 (Oct 9, 2024)

Teradata

Corrigido

  • Crie um procedimento armazenado para cumprir o mesmo fluxo do Teradata (StoredProcedure dentro de uma macro)

  • Use um UDF Helper para emular a funcionalidade fornecida para uma coluna VALIDTIME no Teradata

Oracle

Corrigido

  • Instrução de criação vazia

  • Retorna a diferença de data com o carimbo de data/hora como parâmetro com decimais (diferença de parte do tempo).

Versão 1.1.54 (3 de outubro de 2024)

Comum

  • Aprimoramento do mecanismo de atualização automática.

Teradata

Corrigido

  • UDF chamado «PERIOD_TO_TIME_UDF» agora é incluído como parte da saída do código se for usado no código convertido.

  • UDF chamado «DATE_TO_PERIOD_UDF» agora é incluído como parte da saída do código se for usado no código convertido.

SQL Server

Corrigido

  • A cláusula CLUSTERED não está mais no código de saída.

Oracle

Corrigido

  • A cláusula PARTITION em consultas agora é identificada como EWI em vez de FDM.

Versão 1.1.52 (24 de setembro de 2024)

Comum

  • Adicionar uma mensagem informativa quando não houver comunicação com a API de licenciamento e um link com mais informações sobre o que está acontecendo.

  • Uma nova coluna chamada «Lines of Code» foi adicionada ao relatório, especificamente à tabela «2.1 Conversion Rates Summary»

Teradata

Corrigido

  • Conversão CHAR/CHARACTER causando erro de análise

SQL Server

Corrigido

  • Esvazie STAT EWI quando houver um “;” extra.

  • A instrução Continue não está mais marcada como EWI.

Oracle

Corrigido

  • DATE_TO_RR_FORMAT_UDF agora é incluído na saída se houver uma referência a ele no código-fonte de entrada.

Versão 1.1.45 (12 de setembro de 2024)

Comum

Corrigir problema de codificação SSC-EWI-0041

Teradata

Adicionado

  • Nova configuração de conversão para a transformação de comparação de cadeias de caracteres TERA MODE

Corrigido

  • Bloco anônimo de código convertido em um procedimento armazenado.

  • PRIMARY TIME INDEX não está sendo analisado.

SQL Server

Corrigido

  • As estatísticas vazias não devem ser classificadas como funcionais pendentes

  • O relatório SQL tem um texto referente à Teradata

Oracle

Adicionado

  • Conversão de função Oracle em funções (instrução única)

Corrigido

  • DATE_TO_RR_FORMAT_UDF é adicionado na conversão da exibição, mas não faz parte da saída SC

Versão 1.1.38 (29 de agosto de 2024)

Comum

  • Melhorou o desempenho da execução do SnowConvert.

Teradata

  • Adicionada conversão para a função EXTRACT.

  • Corrigida a conversão no procedimento quando houver a presença de IMMUTABLE/VOLATILE.

  • Conversão aprimorada de EXTRACT_TIMESTAMP_DIFFERENCE_UDF para suportar o registro de data e hora como parâmetro.

SQL Server

  • Melhoria no tratamento de erros ao converter colunas com nomes longos.

Oracle

  • Adicionada conversão para a função STANDARD_HASH.

  • O analisador foi aprimorado para poder ler DBMS_DATAPUMP.detach.

Versão 1.1.33 (9 de agosto de 2024)

Comum

  • Correção de várias ocorrências de SSC-EWI-0013.

  • Melhoria da experiência de UI quando o usuário não tem permissões de leitura/gravação em um determinado diretório local.

Teradata

  • Adicionada conversão para PREPARE STATEMENT, ACTIVITY_COUNT, DAY_OF_MONTH, DAY_OF_WEEK, WEEK_OF_CALENDAR, MONTH_OF_CALENDAR.

  • Adicionada conversão para CREATE SCHEMA.

  • Corrigido literal INTERVAL não convertido em operações de subtração.

  • Capacidade aprimorada do analisador para ler LATEST como um nome de coluna.

Oracle

  • Conversão aprimorada dos tipos de dados de parâmetros PL/SQL: VARCHAR e INTEGER.

  • Correção de comentários duplicados nas instruções de procedimentos em PL/SQL.

Version 1.1.26 (Jul 28, 2024)

Oracle

  • Adicionada análise das opções da tabela ACCESS PARAMETERS.

  • Adicionada análise da tabela XMLType.

  • Adicionada conversão para a definição de FUNCTION em blocos anônimos.

  • Correção do código duplicado SSC-FDM-OR0045.

  • Aprimorada a análise da especificação XMLSchema.

SQLServer

  • Corrigida a instrução EXECUTE AS transformada erroneamente em EXECUTE IMMEDIATE.

  • Correção da tabela temporária gerada erroneamente.

  • Melhorada a análise da instrução WITH xmlnamespaces.

Version 1.1.16 (Jun 26, 2024)

Teradata

  • Corrigida a conversão de LIKE NOT CASESPECIFIC.

  • Conversão aprimorada de instruções de variáveis dentro de BEGIN...END.

  • Melhoria na análise da cláusula AS OF e da opção WITH TIES de CREATE VIEW.

Oracle

  • Corrigida a conversão de colunas com espaços em branco em CREATE VIEW.

  • Descrição aprimorada de SSC-EWI-OR0042.

  • Melhoria na análise da cláusula ACCESSIBLE BY e da opção SQL_MACRO de CREATE FUNCTION.

  • Melhoria na análise da instrução DECLARE.

SQLServer

  • Corrigida a conversão de BEGIN...END mostrando a equivalência funcional pendente.

  • Adicionada conversão para a cláusula FOR XML PATH.

Version 1.1.9 (Jun 12, 2024)

Comum

  • Foram adicionadas mais informações na cláusula COMMENT de cada objeto.

Teradata

  • Foi adicionado EWI 0073 a uma instrução PREPARE.

  • Adicionado ORREPLACE a CREATETABLE

Oracle

  • Adição de conversão para a propriedade REFRESH_MODE da exibição materializada.

  • Aprimoramento do recurso de análise para ler a cláusula MODEL e para ler as rotas alternativas CREATE VIEW.

Versão 1.1.8 (31 de maio de 2024)

Comum

  • Adicionada a conversão de exibição materializada em tabelas dinâmicas.

  • O relatório CodeUnit foi aprimorado para mostrar mais unidades de código.

SQLServer

  • Adicionada a conversão de SET ANSI_NULLS.

  • Foi adicionada a conversão de INSERT que contém um padrão FROM Subquery + MERGE INTO.

Versão 1.1.6 (21 de maio de 2024)

Teradata

  • Conversão corrigida para Cast('POINT(x t)' As ST_GEOMETRY

  • Corrigida a conversão da transmissão de um formato para outro.

  • Corrigida a conversão relacionada a DATEADD_UDF e TO_INTERVAL_UDF

Oracle

  • Aprimoramento do recurso de análise para ler as funções internas JSON_OBJECT e JSON_ARRAYAGG.

SQLServer

  • Melhoria do conteúdo do relatório Missing Object References.

  • Maior robustez durante a fase de análise semântica e a fase de conversão.

Versão 1.1.5 (10 de maio de 2024)

Comum

  • Fornecidas mais informações e detalhes para SSC-EWI-0001

  • Melhoria da robustez do modo de avaliação ao fornecer tabelas gratuitas.

Teradata

  • Aprimoramento da conversão relacionada ao tratamento de datas.

  • Aprimoramento da capacidade de análise para ler códigos que contêm comentários em blocos.

  • Aprimoramento do recurso de análise para ler a opção de coluna NOT NULL antes da instrução do tipo de dados em uma tabela.

  • Melhoria da funcionalidade de TIMESTAMP_DIFFERENCE_UDF e EXTRACT_TIMESTAMP_DIFFERENCE_UDF.

SQL Server

  • Conversão aprimorada para a restrição ALTER TABLE CHECK.

Versão 1.1.4 (2 de maio de 2024)

Comum

  • Added new breaking change at the UI. Now, the user will have to inquire about an access code for doing their assessment. For more details, please check here.

  • Added a new assessment report EmbeddedCodeUnitReport, for more information, please visit here.

  • Improved the TopLevelCodeUnitReport. Added four more columns: FDM Count, PRF Count, FDM and PRF. For more information, please visit here.

  • Foi corrigido um erro inesperado na criação de um relatório de avaliação.

Teradata

  • Adicionada conversão para CONTINUE HANDLER.

  • Foi adicionado um novo recurso de análise para o tipo de dados BYTE.

  • Melhoria nas conversões de variáveis de vinculação.

Oracle

  • Foi adicionado e aprimorado o recurso de análise para ler a instrução EXPLAIN PLAN, U-Literals e CTAS.

  • Melhoria da conversão do CURSOR quando for necessário definir um cursor com object_construct.

  • Melhoria na conversão dos parâmetros do procedimento, evitando erros de implementação.

SQLServer

  • Adicionada conversão para a função DB_ID.

  • Foi adicionada uma conversão básica para CREATE SCHEMA.

  • Foi adicionado um FDM para CREATE INDEX.

  • Melhoria da conversão de ALTER TABLE.