forked from ibmdb/python-ibmdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix whitespace issues - Remove tabs and re-indent to 4 spaces to comply with PEP-8 - Remove trailing whitespace - Use Unix line endings. Users on Windows should set core.autocrlf: https://help.github.com/articles/dealing-with-line-endings/#platform-windows Signed-off-by: Kevin Adler <[email protected]> * Remove unneded continuation markers Signed-off-by: Kevin Adler <[email protected]>
- Loading branch information
1 parent
c715071
commit 8dacbb0
Showing
168 changed files
with
14,745 additions
and
14,746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>IBM_DB</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>IBM_DB</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
test_dir = 'tests' # Location of testsuite file (relative to current directory) (Don't change this.) | ||
test_dir = 'tests' # Location of testsuite file (relative to current directory) (Don't change this.) | ||
|
||
database = 'sample' # Database to connect to. Please use an empty database for best results. | ||
user = 'db2inst1' # User ID to connect with | ||
password = 'password' # Password for given User ID | ||
hostname = 'localhost' # Hostname | ||
port = 50000 # Port Number | ||
database = 'sample' # Database to connect to. Please use an empty database for best results. | ||
user = 'db2inst1' # User ID to connect with | ||
password = 'password' # Password for given User ID | ||
hostname = 'localhost' # Hostname | ||
port = 50000 # Port Number | ||
|
||
auth_user = 'auth_user' # Authentic user of Database | ||
auth_pass = 'auth_pass' # Password for Authentic user | ||
tc_user = 'tc_user' # Trusted user | ||
tc_pass = 'tc_pass' # Password to trusted user | ||
auth_user = 'auth_user' # Authentic user of Database | ||
auth_pass = 'auth_pass' # Password for Authentic user | ||
tc_user = 'tc_user' # Trusted user | ||
tc_pass = 'tc_pass' # Password to trusted user |
Oops, something went wrong.