Questions tagged as 'commit'

1
answer

commit with @Transactional annotation in Spring

Good afternoon! I am new to java and Spring and am needing help in the code below. I need to commit every commit iteration, but it is only done at the end of the transaction, I created the persist method, thinking it would open a new transaction...
asked by 20.09.2018 / 20:01
2
answers

How to mount a Transaction with Commit and Rollback in Oracle?

I'm trying to set up a transaction in Oracle, but I do not know how to do a Rollback if there is an error in one of the querys. I searched some sites, but I did not find anything clear and simple that explained. I started doing this: DELETE...
asked by 20.03.2014 / 18:14
2
answers

Error during commit in git

I have failed to type a command in git: ** git commit -m initialcommit * I received this message, but I do not know what it means. C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ git commit -m inicialcommit [master (root...
asked by 27.03.2018 / 22:21
2
answers

Removed branchs (Git), but they "continue" there, how to remove it at once?

Work in a team of 3 people and for each action we would create a branch; with the passage of time the number of branches created will become great, I then decided to eliminate some branchs that are no longer being used and would not even be agai...
asked by 19.05.2017 / 21:07
1
answer

Retrieve feature from git repository

Create a feature for my new project, run some commits, and then push the cloud. I deleted my local feature and I ended up deleting the cloud feature as well. Would you like to know if you can recover a deleted cloud feature in my git? if so,...
asked by 19.11.2018 / 19:40
1
answer

Problems in commit GITHUB (inaccessible folder in git)

Well, I'm having trouble trying to eat on github. As the print demonstrates below, I want to commit the Programming Techniques folder, but I can not. I already deleted the repository and the problem continues. Remembering commands lik...
asked by 12.07.2018 / 01:04
0
answers

Smart commit duplicating messages when a branch is merge

Good morning everyone. I'm using Smart Commit to integrate Jira and Gitlab. Commit messages are added to the Jira card. The problem I'm having is that when a branch is mergeed, all messages are being duplicated on the card. Has anyon...
asked by 13.07.2018 / 15:59
0
answers

DB2 database - competition problem

The client application 1 inserts from the DB2 database and creates a lock IX to the lock X table on the line. Client applications 2 and 3 attached to the same database attempt to make selects to the same table and the application blocks. In t...
asked by 28.03.2018 / 16:14
0
answers

First time using commit () and rollback ()

Good evening Personally, I use the code below to do two transactions on the bank: $sqlinsert = $mysqli->prepare("INSERT INTO tbl_pessoafisica(cpf,senha,nome,email,celular) VALUES (?,?,?,?,?)"); $sqlinsert ->bind_param('sssss', $cpf,$sen...
asked by 01.02.2018 / 02:55
0
answers

Commit and Mysqli Rolback

Well, I'm using PHP's Mysqli class and I came across the following situation ... I have two tables, table A is the main one and table B is the daughter until then it is ok, what I need to do is to treat the commit and rollback to avoid failur...
asked by 20.06.2016 / 06:08