c++/sql-dk/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 18:19:49 +0100
branchv_0
changeset 236 a3ec71fa8e17
parent 230 8bae71482622
permissions -rw-r--r--
Avoid reusing/rewriting the DB connection properties.
There was weird random errors while testing connection to multiple DB in parallel when one of them was meta connection to same DB connection.
Two kinds of exception: 1) missing password 2) „Passing DB password as CLI parameter is insecure!“
franta-hg@230
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@230
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@230
     3
    <type>org.netbeans.modules.cnd.makeproject</type>
franta-hg@230
     4
    <configuration>
franta-hg@230
     5
        <data xmlns="http://www.netbeans.org/ns/make-project/1">
franta-hg@230
     6
            <name>sql-dk</name>
franta-hg@230
     7
            <c-extensions/>
franta-hg@230
     8
            <cpp-extensions>cpp</cpp-extensions>
franta-hg@230
     9
            <header-extensions/>
franta-hg@230
    10
            <sourceEncoding>UTF-8</sourceEncoding>
franta-hg@230
    11
            <make-dep-projects/>
franta-hg@230
    12
            <sourceRootList/>
franta-hg@230
    13
            <confList>
franta-hg@230
    14
                <confElem>
franta-hg@230
    15
                    <name>Debug</name>
franta-hg@230
    16
                    <type>1</type>
franta-hg@230
    17
                </confElem>
franta-hg@230
    18
                <confElem>
franta-hg@230
    19
                    <name>Release</name>
franta-hg@230
    20
                    <type>1</type>
franta-hg@230
    21
                </confElem>
franta-hg@230
    22
            </confList>
franta-hg@230
    23
            <formatting>
franta-hg@230
    24
                <project-formatting-style>false</project-formatting-style>
franta-hg@230
    25
            </formatting>
franta-hg@230
    26
        </data>
franta-hg@230
    27
    </configuration>
franta-hg@230
    28
</project>