autocommit
SVN Commit certificate issue
I have a cronjob which commits some files every five minutes. However, it is not working anymore. It prints[详细]
2023-04-10 20:10 分类:问答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(............);[详细]
2023-03-15 02:59 分类:问答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.[详细]
2023-02-17 12:49 分类:问答JDBC commit failed, calling commit when autocommit=true. Multithreaded hibernate session somehow changing autocommit?
I have the main thread that spawns thread #2 which uses the same hibernate Session in the main thread. Thread #2 just does a \"select 1\" every few min to keep the db connection alive because of a lon[详细]
2023-02-16 14:15 分类:问答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\"[详细]
2023-02-16 10:42 分类:问答JDBC auto commit for connection shared across threads
I have a servlet where I get a Connection object which is then handed to two worker threads for various activities. I now need to add a transaction on one thread.[详细]
2023-02-13 02:13 分类:问答in mysql jdbc does auto commit affect all connections?
when using a connection pool, will setting a connection\'s autocommit = false affect this connection only?[详细]
2023-02-06 23:03 分类:问答Problem with autocommit in ANT SQL task
I have an SQL script and want to apply it witn ANT task. This script clears out schema, creates new tables and views.[详细]
2023-01-03 12:37 分类:问答What does Postgres do when BEGIN is run on a connection in autocommit mode?
I\'m trying to better understand the concept of \'autocommit\' when working with a Postgres (psycopg) connection.Let\'s say I have a fresh connection, set its isolation level to ISOLATION_LEVEL开发者_[详细]
2022-12-24 01:08 分类:问答Subversion timed commit
I\'ve got a folder under version control; the contents aren\'t source, but they are binaries that are modified frequently and would generally get committed once a day.[详细]
2022-12-22 13:27 分类:问答