Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s4s
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Jeremy Pinzauti (Archived)
s4s
Commits
662d0abe
Commit
662d0abe
authored
7 years ago
by
sknobl2s
Browse files
Options
Downloads
Patches
Plain Diff
Kleine Anpassungen; SQL Befehle noch fehlerhaft (Insert, Join, Set up)
parent
c8e88cf0
Branches
Anforderungen
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/s4s/process/control/TransactionControl.java
+2
-1
2 additions, 1 deletion
...main/java/org/s4s/process/control/TransactionControl.java
with
2 additions
and
1 deletion
src/main/java/org/s4s/process/control/TransactionControl.java
+
2
−
1
View file @
662d0abe
...
...
@@ -39,7 +39,8 @@ public class TransactionControl extends AbstractDatabaseClass {
public
Integer
kaeuferinDB
(
int
produktid
)
throws
DAOException
,
SQLException
{
Integer
verkaeufer
;
try
(
ResultSet
rs
=
executeQuery
(
"SELECT u.\"besitzer\""
+
" FROM \"ERR\".\"shop\" u , \"ERR\".\"artikel\" s"
try
(
ResultSet
rs
=
executeQuery
(
"SELECT u.\"besitzer\""
+
" FROM \"ERR\".\"shop\" u , \"ERR\".\"artikel\" s"
+
" WHERE u.shopid = s.shopid AND "
+
"s.artikelid = '"
+
transaktion
.
getProdukt
().
getId
()
+
"';"
);)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment