logo       

AutoCommit again: msg#00000

Subject: AutoCommit again
Appearently I didn't really understand the whole AutoCommit problem
until now. As far as I can see all databases supporting transactions
have something like AutoCommit active by default, which means that they
automatically commit every SQL statement that is run outside a
transaction (that's the way someone who doesn't use transactions expects
it to be). But when AutoCommit is off (default in Ruby/DBI), the SQLite
DBD starts a transaction automatically after creating the connection.
This behaviour is quite surprising, and I remember reading a complaint
about this on ruby-talk some time ago. That's especially a problem with
SQLite, because it locks the whole database when a transaction is
active, so with AutoCommit=off only one connection at a time can exist.

Python uses AutoCommit=off by default, too, but I don't think this is
good. It wouldn't be too hard to tell people to use

transaction.do
  # execute some SQL statements
end

instead of

# execute some SQL statements
dbh.commit

(the former is actually more ruby-like).

What do you think?


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
linux.arklinux....    user-groups.lin...    kde.usability/2...    ietf.ipp/2002-0...    mail.spam.spamc...    os.netbsd.devel...    audio.cd-record...    text.unicode.de...    php.documentati...    games.fps.halfl...    window-managers...    suse.oracle.gen...    bug-tracking.gn...    video.dvdrip.us...    xfree86.cvs/200...    java.netbeans.m...    network.argus/2...    culture.sf.kill...    debian.ports.al...    freebsd.questio...    qplus.devel/200...    handhelds.palm....   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe