Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'syntax': 0.04; 'dynamically': 0.07; 'subject: + ': 0.07; 'implements': 0.09; 'subject:into': 0.09; 'typed': 0.09; 'compliant,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sqlite': 0.16; 'subject: \n ': 0.16; 'subject:which': 0.16; 'url:sqlite': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'this:': 0.26; 'header:In- Reply-To:1': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; '13,': 0.31; 'url:wikipedia': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'most': 0.60; 'tell': 0.60; 'guarantee': 0.63; 'much,': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=m108e0fKXpOp7J1S8CzQhuI6wQ/1P4JDPkgkk15aXQY=; b=FAgEy69WlVTlkWIx98HoHvW5ifjPY9PaNWsFON3h3l02f2U7kcEvDUWyu6qJehkbJP fjEX9pO8j1c5Il1MEuRwcMkOEZynEukxbe6O4/7CA0+qvwT+orhYp3+5nFA36zlEfMmf WCIkjoywP1T/nv5UxLQ0s9fjs3D+rgS60If0YBkjnO74/n0CtudgYMGvkNwqF/4NWlgc l1+YGruJvp4imTAMos4Bdy4ePKUDVffwI+AaB23jiNT0+x0Av9ryUmjbOHLqOu6pqDOh T2hYDkp4MOTqlTmEC+MAzygIGpW5eRT0W2jIIjQnSMLqoI2sCb+BSbuwmsIPXkCdvNgn kSxA== MIME-Version: 1.0 X-Received: by 10.58.15.193 with SMTP id z1mr11199794vec.40.1365853143083; Sat, 13 Apr 2013 04:39:03 -0700 (PDT) In-Reply-To: References: <5168b87f$0$29977$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 13 Apr 2013 21:39:02 +1000 Subject: Re: python-noob - which container is appropriate for later exporting into mySql + matplotlib ? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365853145 news.xs4all.nl 2625 [2001:888:2000:d::a6]:37915 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43509 On Sat, Apr 13, 2013 at 9:08 PM, someone wrote: > I just had to google what ACID compliance means and accordingly to this: > > http://en.wikipedia.org/wiki/SQLite > > "SQLite is ACID-compliant and implements most of the SQL standard, using a > dynamically and weakly typed SQL syntax that does not guarantee the domain > integrity." > > So you seem to disagree with wikipedia? Disagreeing with Wikipedia doesn't mean much, but try this: http://www.sqlite.org/atomiccommit.html Note that there's a caveat: You have to tell SQLite to be ACID compliant, effectively. ChrisA