Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e182a3f7
authored
Sep 08, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove commented-out code in MySession.execute method for cleaner implementation
1 parent
f1f27caf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
opensipkd/base/models/base.py
opensipkd/base/models/base.py
View file @
e182a3f
...
@@ -13,8 +13,6 @@ _logging = logging.getLogger(__name__)
...
@@ -13,8 +13,6 @@ _logging = logging.getLogger(__name__)
class
MySession
(
Session
):
class
MySession
(
Session
):
def
execute
(
self
,
clause
,
params
=
None
,
mapper
=
None
,
**
kw
):
def
execute
(
self
,
clause
,
params
=
None
,
mapper
=
None
,
**
kw
):
# Your magic with clause here
# print("Session:", clause, params, mapper, kw)
return
Session
.
execute
(
self
,
clause
,
params
)
# , mapper
return
Session
.
execute
(
self
,
clause
,
params
)
# , mapper
...
...
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