Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SET ECHO doesn't work #2550

Closed
alextercete opened this issue Oct 31, 2019 · 0 comments
Closed

SET ECHO doesn't work #2550

alextercete opened this issue Oct 31, 2019 · 0 comments

Comments

@alextercete
Copy link

Which version and edition of Flyway are you using?

Flyway 6.0.8

Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)

CLI

Which database are you using (type & version)?

Oracle 18.3

Which operating system are you using?

Windows

What did you do?

With oracle.sqlplus set to true, ran the migration:

SET ECHO ON
SELECT * FROM DUAL;
What did you expect to see?

SELECT statement echoed:

Successfully validated 1 migration (execution time 00:00.060s)
Creating Schema History table "PDBADMIN"."flyway_schema_history" ...
Current version of schema "PDBADMIN": << Empty Schema >>
Migrating schema "PDBADMIN" to version 1 - Set echo
SQL> SELECT * FROM DUAL;
+-------+
| DUMMY |
+-------+
| X     |
+-------+
What did you see instead?

Nothing echoed:

Successfully validated 1 migration (execution time 00:00.060s)
Creating Schema History table "PDBADMIN"."flyway_schema_history" ...
Current version of schema "PDBADMIN": << Empty Schema >>
Migrating schema "PDBADMIN" to version 1 - Set echo
+-------+
| DUMMY |
+-------+
| X     |
+-------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant