You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Testcontainers withInitScript() method can't handle SQL*Plus style / delimiters very well, so we should initialise the test database manually in the unit test, to allow for PL/SQL scripts to be executed both in code generation and at runtime.
The Testcontainers
withInitScript()method can't handle SQL*Plus style/delimiters very well, so we should initialise the test database manually in the unit test, to allow for PL/SQL scripts to be executed both in code generation and at runtime.