nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 28 Aug 2022 18:03:13 +0200
branchv_0
changeset 59 a1775ba6d056
parent 36 91cb012d779a
permissions -rw-r--r--
optional UNION ALL: CLI option '--on-duplicate-relation' with values 'fail' and 'insert' (later more modes) examples, shortcuts: relpipe-tr-unionall() { relpipe-tr-sql --copy '.+' --on-duplicate-relation insert; } # does UNION ALL for all tables with same name (including already existing ones – when non-empty database is used) relpipe-tr-unionall() { relpipe-tr-serialize | relpipe-tr-deserialize; } # does UNION ALL only for tables with same name immediately following each other (interleaved duplicates will stay unaffected)

<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2014, 2016 Oracle and/or its affiliates. All rights reserved.

Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Other names may be trademarks of their respective owners.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common
Development and Distribution License("CDDL") (collectively, the
"License"). You may not use this file except in compliance with the
License. You can obtain a copy of the License at
http://www.netbeans.org/cddl-gplv2.html
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
specific language governing permissions and limitations under the
License.  When distributing the software, include this License Header
Notice in each file and include the License file at
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
particular file as subject to the "Classpath" exception as provided
by Oracle in the GPL Version 2 section of the License file that
accompanied this code. If applicable, add the following below the
License Header, with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"

If you wish your version of this file to be governed by only the CDDL
or only the GPL Version 2, indicate your decision by adding
"[Contributor] elects to include this software in this distribution
under the [CDDL or GPL Version 2] license." If you do not indicate a
single choice of license, a recipient has the option to distribute
your version of this file under either the CDDL, the GPL Version 2 or
to extend the choice of license to its licensees as provided above.
However, if you add GPL Version 2 code and therefore, elected the GPL
Version 2 license, then the option applies only if the new code is
made subject to such option by the copyright holder.

Contributor(s):
-->
<configurationDescriptor version="100">
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
    <df root="." name="0">
      <df name="src">
        <in>Connection.cpp</in>
        <in>DriverManager.cpp</in>
        <in>DriverManager.h</in>
        <in>OdbcCommon.h</in>
        <in>PreparedStatement.cpp</in>
        <in>ResultSet.cpp</in>
        <in>ResultSet.h</in>
        <in>SqlException.cpp</in>
        <in>SqlException.h</in>
        <in>relpipe-tr-sql.cpp</in>
      </df>
    </df>
    <logicalFolder name="ExternalFiles"
                   displayName="Important Files"
                   projectFiles="false"
                   kind="IMPORTANT_FILES_FOLDER">
      <itemPath>CMakeLists.txt</itemPath>
      <itemPath>build/Debug/Makefile</itemPath>
      <itemPath>build/Release/Makefile</itemPath>
    </logicalFolder>
  </logicalFolder>
  <sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter>
  <sourceRootList>
    <Elem>.</Elem>
  </sourceRootList>
  <projectmakefile>build/Debug/Makefile</projectmakefile>
  <confs>
    <conf name="Debug" type="0">
      <toolsSet>
        <compilerSet>default</compilerSet>
        <dependencyChecking>false</dependencyChecking>
        <rebuildPropChanged>false</rebuildPropChanged>
      </toolsSet>
      <flagsDictionary>
        <element flagsID="0" commonFlags="-fsanitize=address"/>
      </flagsDictionary>
      <codeAssistance>
      </codeAssistance>
      <makefileType>
        <makeTool>
          <buildCommandWorkingDir>build/Debug</buildCommandWorkingDir>
          <buildCommand>${MAKE} -f Makefile</buildCommand>
          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
          <executablePath>build/Debug/src/relpipe-tr-sql</executablePath>
          <ccTool>
            <incDir>
              <pElem>../relpipe-lib-reader.cpp/include</pElem>
              <pElem>../relpipe-lib-writer.cpp/include</pElem>
              <pElem>../relpipe-lib-common.cpp/include</pElem>
              <pElem>../relpipe-lib-cli.cpp/include</pElem>
              <pElem>build/Debug/src</pElem>
            </incDir>
          </ccTool>
        </makeTool>
        <preBuild>
          <preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir>
          <preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand>
          <preBuildFirst>true</preBuildFirst>
        </preBuild>
      </makefileType>
      <item path="src/Connection.cpp" ex="false" tool="1" flavor2="11">
        <ccTool flags="0">
        </ccTool>
      </item>
      <item path="src/DriverManager.cpp" ex="false" tool="1" flavor2="11">
        <ccTool flags="0">
        </ccTool>
      </item>
      <item path="src/PreparedStatement.cpp" ex="false" tool="1" flavor2="11">
        <ccTool flags="0">
        </ccTool>
      </item>
      <item path="src/ResultSet.cpp" ex="false" tool="1" flavor2="11">
        <ccTool flags="0">
        </ccTool>
      </item>
      <item path="src/SqlException.cpp" ex="false" tool="1" flavor2="11">
        <ccTool flags="0">
        </ccTool>
      </item>
      <item path="src/relpipe-tr-sql.cpp" ex="false" tool="1" flavor2="11">
        <ccTool flags="0">
        </ccTool>
      </item>
    </conf>
    <conf name="Release" type="0">
      <toolsSet>
        <compilerSet>default</compilerSet>
        <dependencyChecking>false</dependencyChecking>
        <rebuildPropChanged>false</rebuildPropChanged>
      </toolsSet>
      <flagsDictionary>
        <element flagsID="0" commonFlags="-O3"/>
      </flagsDictionary>
      <codeAssistance>
      </codeAssistance>
      <makefileType>
        <makeTool>
          <buildCommandWorkingDir>build/Release</buildCommandWorkingDir>
          <buildCommand>${MAKE} -f Makefile</buildCommand>
          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
          <executablePath>build/Release/src/welcome</executablePath>
          <ccTool>
            <incDir>
              <pElem>../relpipe-lib-reader.cpp/include</pElem>
              <pElem>../relpipe-lib-writer.cpp/include</pElem>
              <pElem>../relpipe-lib-cli.cpp/include</pElem>
              <pElem>build/Release/src</pElem>
            </incDir>
            <preprocessorList>
              <Elem>NDEBUG</Elem>
            </preprocessorList>
          </ccTool>
        </makeTool>
        <preBuild>
          <preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir>
          <preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand>
          <preBuildFirst>true</preBuildFirst>
        </preBuild>
      </makefileType>
      <item path="src/DriverManager.cpp" ex="false" tool="1" flavor2="0">
      </item>
      <item path="src/DriverManager.h" ex="false" tool="3" flavor2="0">
      </item>
      <item path="src/OdbcCommon.h" ex="false" tool="3" flavor2="0">
      </item>
      <item path="src/ResultSet.cpp" ex="false" tool="1" flavor2="0">
      </item>
      <item path="src/ResultSet.h" ex="false" tool="3" flavor2="0">
      </item>
      <item path="src/SqlException.cpp" ex="false" tool="1" flavor2="0">
      </item>
      <item path="src/SqlException.h" ex="false" tool="3" flavor2="0">
      </item>
      <item path="src/relpipe-tr-sql.cpp" ex="false" tool="1" flavor2="0">
        <ccTool flags="0">
        </ccTool>
      </item>
    </conf>
  </confs>
</configurationDescriptor>