Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Julien David
rdos
Commits
838d8878
Commit
838d8878
authored
Oct 09, 2020
by
Ismail Moumni
Browse files
editing database name functions
parent
2491833e
Changes
1
Hide whitespace changes
Inline
Side-by-side
softwares/database/database.py
View file @
838d8878
...
...
@@ -129,7 +129,7 @@ def li_gen():
# Insert in database query send from client and returns insert status 1 if inserted
def
db_
insert
(
query
:
dict
):
def
db_
new_job
(
query
:
dict
):
if
(
query
is
not
None
):
database
=
database_connection
()
if
(
db_job_check
(
query
)
!=
0
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment