Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fd3e51ea
authored
Feb 18, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
refactor: Update db_driver_port structure and clean up commented-out entries in report.py
1 parent
1165ef8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
opensipkd/base/tools/report.py
opensipkd/base/tools/report.py
View file @
fd3e51e
...
...
@@ -10,11 +10,12 @@ log.warning("Opensipkd.base.tools.pbb depreciated use opensipkd.tools.pbb")
# -*- coding: utf-8 -*-
# db_driver_port = {
# "postgresql": ["postgres", "5432", "org.postgresql.Driver", "jdbc:postgresql://localhost:5432/pjdl_ciamis"],
# "oracle": ["oracle", "1512", "oracle.jdbc.driver.OracleDriver"],
db_driver_port
=
{
# "jdbc:postgresql://localhost:5432/pjdl_ciamis"
"postgresql"
:
[
"postgres"
,
"5432"
,
"org.postgresql.Driver"
,
],
"oracle"
:
[
"oracle"
,
"1521"
,
"oracle.jdbc.driver.OracleDriver"
],
#
}
}
def
jasper_compile
(
input_file
):
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment