Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In you favorite text editor open your changelog.xml file from your Datical repository

  2.  Find the relevant changeset where you want to disable SQL Parser.

  3. Add disableSqlParser=”true” in the changeset, as follows:

    1. Code Block
      <changeSet appdba:scriptChecksum="9f8a11051d1478faf2752baacb76cf0e" author="J Doe" created="2020-08-10 18:37+0000" datical:origFileName="adding_test_new_001.sql" datical:origFilePath="scripts/sql_direct" datical:version="1" datical:versionStrategy="DEPLOY_ALL" id="20200810183704986_adding_test_new_001" labels="509,deploy-test1,deploy-test1,adding_test_new_001.sql">
          <appdba:sqlplus disableSqlParser="true" enableRollbackOnError="true" path="sql/20200810183704986_adding_test_new_001.sql" removeSpools="First" schemaName="SCHEMA1"/>
          <comment>Test script</comment>

  4. Save your file.

  5. Be sure to commit your project back to your Git repository.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ff1d7
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel in ( "sqlparser" , "disablesqlparser" ) and type = "page" and space = "DDKB"
labelssqlparser disablesqlparser
Page Properties
hiddentrue

Related issues