The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
42 views

Mysql commit sometimes takes minutes to finish

Ive been having this problem for over 1 week now. Ive allready gone though the similar problems other people had here on stackoverflow. Im running Mysql 5.6.10. "query end" step very long ...
-4
votes
0answers
38 views

Auto Commit Error with Postgres using Java [closed]

I have a application that work with some transactions. So I plan to use auto commit false before doing calculations and insert statements and after calling inserting I commit. But there is error ...
-3
votes
0answers
17 views

Is it possible to read uncommited data in SQL server 2008 without using nolock

First I have set auto commit to false in sql server 2008. Refer http://nirajrules.wordpress.com/2011/07/12/setting-auto-commit-off-sql-server/ Then i have inserted a record in a table,but as the auto ...
1
vote
2answers
51 views

Is it possible to use value of first MySQL select as condition in second when autocommit is off?

First of all, I'm still Learning how to work with PHP/MySQL... so is it possible at all to use transactions when selecting or only when inserting/updating? If it is possible, then how would I solve ...
0
votes
0answers
15 views

Does autocommit stay disabled in the second connection?

Does autocommit stay disabled in the 2. mysql connection after you close the first mysql one and open the second? MYSQLi For example if i have something like the code below. Would i have to turn it ...
1
vote
0answers
41 views

Spring JNDI Configuration

We are using Spring to do JNDI look-up for our data access requirements. We are making calls to multiple stored procedures (in Sybase). I wanted a way to control the auto-commit property of the ...
2
votes
3answers
137 views

How to make long-running @Scheduled spring method, hibernate work?

I try to make a Jersey webservice that allows clients to create Jobs. These Jobs are stored in a database, using Hibernate as persistence provider. The jobs will be executed in the background by a ...
0
votes
0answers
63 views

I get last insert value but I don't see such a record in the table

I am having an issue with an insert statement. Once I process a query using PDO I display on my screen the last inserted id. it displays this number 4344484. But when I search for 4344484 in my table ...
1
vote
3answers
218 views

How to setup mixed (S)FTP + Git workflow for website

I have a lot of virtualhosted websites that are currently being updated via chrooted SFTP. Updates are done by clients (Typically using Dreamweaver and CuteFTP/Filezilla) and staff at my company ...
0
votes
2answers
146 views

spring + hibernate: manually commit the transaction at end

I am using spring mvc and hibernate @Controller public class COACategoriesController { protected static Logger log = Logger.getLogger(COACategoriesController.class); ...
0
votes
1answer
115 views

spring mvc and hibernate should save the transaction on demand

I am using spring mvc and hibernate. the following is sample of my code. applicationContext.xml <context:annotation-config /> <context:component-scan base-package="com.soft.erp" /> ...
0
votes
0answers
37 views

Using expire_on_commit with autocommit in SQLAlchemy

For various reasons, I've configured my sessionmaker with autoflush=False, expire_on_commit=False, autocommit=True. Mainly, I just want autocommit behavior. The other flags are set due the warning in ...
1
vote
2answers
42 views

Need to roll the database back to previous state

Here is my model classes that are persisted in sqlite db using ORMLITE. public class Site{ ... ... Collection<Visit> visits; ...
0
votes
1answer
61 views

Ant SQL Transaction target, commit after x amount of statements?

Ant SQL Transaction target seems to have options to commit after done, or auto-commit after each statement. The target seems to not take in a property that would commit after x statements have been ...
0
votes
0answers
76 views

How to know if MYSQL query successfully executed in a procedure?

I have written a MYSQL procedure which has codes to populate data into 3 different tables. To do so I have three independent queries written which populate respective tables. My question is if due to ...
0
votes
1answer
52 views

Turning off Autocommit in Visual Fox Pro?

I begin my transactions in VFP9 with BEGIN TRANSACTION and end them with ROLLBACK but the changes persist anyway. I'm using a free table directory and I think maybe the issue might have something to ...
1
vote
0answers
299 views

SEAM + HIBERNATE + jBPM - You cannot set autocommit during a managed transaction

I'm using the hibernate SEAM, and now I started to learn jbpm. But I'm with this error: 12:11:47,222 ERROR [SchemaExport] schema export unsuccessful java.sql.SQLException: You cannot set autocommit ...
4
votes
2answers
610 views

Is there any way to rollback after commit in MySQL?

I did a big mistake that I updated a table without 'where' clause in MySQL :'( It is auto-committed. Is there any way to rollback from it?
1
vote
1answer
141 views

MYSQL Autocommit when using multiple functions

Will try to make this as simple as possible. I'm using throw/catch with my functions. The function takes in a name a description, and an array of users. It adds the name and description to one ...
1
vote
1answer
470 views

Postgres setting autocommit off globally

How do you set autocommit off in psql 8.4 at a global level? is there a configuration attribute that i can change that will introduce this behaviour for all dbs on a cluster to start db sessions with ...
1
vote
2answers
296 views

OpenJPA + Tomcat JDBC Connection Pooling = stale data

I am using the Tomcat JDBC Connection Pool with OpenJPA in a web application. The application does not see updated data. Specifically, another java application adds or removes records from the ...
-2
votes
1answer
82 views

grails autocommit firing update queries when the position of elements is changed in the list

I have scenario where i need to move an object to the begining of the array list. Right now i have something like this List a = [obj1, obj2, obj3, obj4, obj5, obj6, obj7] now to move obj4 to the ...
4
votes
1answer
188 views

mysql jdbc unsuccessful rollback

I've got some Java code uses JDBC to connect to a MySQL database, then the code does some read operations then a single update, all using the same connection. If there is an exception, then ...
3
votes
1answer
123 views

Problems with “commit” after SQL INSERT with Python and SQL

I made a loop in Python that calls itself to repeatedly check for new entries in a database. On first execution, all affected rows are shown fine. Meanwhile, I add more rows into the database. On the ...
1
vote
1answer
228 views

Does commit or rollback turn autocommit on impliclitly in PHP's mysqli?

I'm doing transactions in PHP with the mysqli class and I find the documentation of autocommit() woefully incomplete. I infer from the examples that setting autocommit to false implicitly performs a ...
0
votes
2answers
109 views

how to use commit to save all query and if any one query failed no data should be save

I have an employee form.In that i have used tabbed pane to get four different tabs.But problem is that if i save data on first tab only it get saved in database. and before saving data on other tabs i ...
2
votes
1answer
60 views

How to disable automatic stage for a specific file in Git

I have a file that I want it to be part of the repository but I don't want to commit its changes every time I run the commit -a command I normally use, but only when I manually add it to the staging ...
0
votes
4answers
428 views

Disable AutoCommit using C# Mysql Connector after an unhandled exception

I'm currently developing a C# application with MySql as backend database. Unfortunately I found a wired behaviour I can't explain. I wanted to use transactions, to "combine" multiple queries to make ...
1
vote
1answer
1k views

MySQL AUTOCOMMIT status while using BEGIN and START TRANSACTION

I need to use a transaction in my project on MySQL. But I'm not sure if I have to use mysql_query("SET AUTOCOMMIT=0"); or not. I know I have 2 options: BEGIN START TRANSACTION Also I have heard ...
0
votes
1answer
2k views

jdbc connection default autocommit behavior

I'm working with JDBC to connect to Oracle. I tested connection.setAutocommit(false) vs connection.setAutocommit(true) and the results were as expected. While by default connection is supposed to ...
0
votes
1answer
93 views

Core Data: default state of autocommit

I'm wondering what is default state of autocommmit in iOS Core Data and if it's possible to change it. I couldn't find any mentions in official documentation. On SO I've found only this It's said, ...
0
votes
1answer
815 views

SQL PreparedStatement & autocommit

If I create a preparedstatement using a JDBC connection which has "autocommit off", do I need to call commit() to make the transaction permanent or only the prepare call is enough? Note that I only ...
0
votes
1answer
1k views

How to set autocommit to false in hibernate with Spring MVC

I'm currently on learning integration of Spring + Hibernate, and so far I'm getting it to work. But I've run into situation where I dont want to commit the transaction at the end of process because I ...
0
votes
1answer
628 views

spring 3.1: jdbcTemplate auto commit to false.

Hi Is their a way to set autocommit to false in spring jdbctemplate. The thing is instead of transaction (where their is rollback option), I want to have query committed at end of transaction. So ...
0
votes
2answers
671 views

MySQL autocommit - Inserts are ignored

I have a MySQl database with a few tables, all UTF-8 and MyISAM storage. In PHP I am parsing an XML file which writes a lot of data to the tables. I am using just simple Insert statements and the ...
2
votes
4answers
2k views

Spring MVC JDBC DataSourceTransactionManager: Data committed even after readonly=true

I am currently developing a Spring MVC application.I have configured a JDBC TransactionManager and I am doing declarative transaction management using AOP XML.However, even if I configure the method ...
0
votes
1answer
546 views

PHP: PGSQL driver and AutoCommit?

I use pg_connect, and pg_query in a project. But I'm really not sure that is pg_connect using AutoCommit mode or not? It is important question, because I need to write some block under transaction, ...
0
votes
1answer
325 views

what happens with auto commit is disabled and there is never a rollback?

So I've inherited a large c++ code base which does a lot of mysql work. The code always disables autocommit and tends to have functions which look like this: int function() { ...
2
votes
3answers
293 views

Do transactions add overhead to the DB?

Would it add overhead to put a DB transactions around every single service method in our application? We currently only use DB transactions where it's an explicit/obvious necessity. I have recently ...
0
votes
1answer
680 views

python pymysql set autocommit false fails

my script reads MYSQL UPDATE queries from a file and then should execute them at once by using autocommit = 0. However, if I remove conn.commit() it still runs one by one, although I have not ...
0
votes
1answer
2k views

No AUTO COMMIT in Unit test for Hibernate with JPA annotation

I'm trying to create a unit test for my persistence code. I'm using Hibernate with JPA annotations. I do not have persistence.xml (which is used in all articles about JPA unit testing). I do not want ...
1
vote
2answers
642 views

single “commit” statement without “begin transaction”

i'm using web2py dal with mysqldb adapter to connect to mysql server. my question: why does it need a single "commit" without leading "begin transaction" after "set autocommit=0" does "select" ...
0
votes
2answers
898 views

Disabling mysql autocommit in php does not work

Ofcourse I might be doing something wrong, but I don't really understand why and how. I want to disable autocommit in php script. this because my personal php mysql framework works that way. yet ...
0
votes
1answer
1k views

Autocommit mode for jdbc connection to Oracle from Java application

Do I have to call connection.setAutoCommit(false) in order to group a few DML statements in one transaction? I'm a bit confused because jdbc doc says that a new connection is created in auto-commit ...
3
votes
1answer
397 views

SVN Commit certificate issue

I have a cronjob which commits some files every five minutes. However, it is not working anymore. It prints Error validating server certificate for 'https://xx.xx.xx.xx:443': - The certificate ...
2
votes
2answers
545 views

DBI begin_work doesn't work with stored procedure calls

I am trying to make a call to a stored procedure from with in a transaction in its simplified form: my $dbh= DBI->connect(............ ); my $sth = $dbh->prepare("call sp_get_workitems ...
0
votes
1answer
576 views

JBoss autocommit to Oracle doesnt work always

I have a very interesting situation. I am slightly new to JBoss and Oracle, having worked mostly with Weblogic on DB2. That said, what I am trying to do is pretty simple. I have a local-tx-datasource ...
0
votes
1answer
692 views

SolrJ: Disable Autocommit

We have an instance of Solr, where we've found that turning on autoCommit in the solrconfig.xml actually may serve our needs well. However there are some instances and some batch operations where ...
0
votes
1answer
364 views

PHP and MySQL: Running transactions yourself?

The idea of using transactions in MySQL is good. The idea of being able to rollback a transaction if something goes wrong is also good. My question is this: In an application, is it worth it to ...
1
vote
1answer
453 views

Auto-commit directory tree to SVN with Java

I want autocommit directory tree with files to svn with java tool. There are shell and bat script bat for /f "tokens=2*" %%i in ('svn status %1 ^| find "?"') do svn add "%%i" for /f "tokens=2*" %%i ...

1 2