Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'postgres': 0.09; 'postgresql,': 0.09; 'developer': 0.10; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sqlite': 0.16; 'subject:dates': 0.16; 'subject:sqlite3': 0.16; 'vastly': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'server,': 0.19; 'feb': 0.22; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'setup,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'errors': 0.30; 'message-id:@mail.gmail.com': 0.30; 'received:209.85': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'requirements': 0.37; 'received:209': 0.37; 'pm,': 0.38; 'major': 0.40; 'different': 0.65; 'frank': 0.68; '2015': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=6woOLtTrq4781/rDzHxn42Xw3FB8aAOsatmrmv1nnj4=; b=dVebLw4aFlsC1NIyWo4EOe0c1QR/WUvcLdpRkPq22Wf09csPHwgWbmXcZVUpu6CT7S i17GN++lS3KIYsJ9iPxxe82kp11Tag1BuQ9sTG+kOzY2uEwonvnyP1Q2N3zw/yc/82Nu 0gWMimlaJDkLRSH6wWUlcnVVPPMYJTd0k7hegJQ49akrSiDXj4J4zDFbxS/81fGICpkK VbcjCDHuKF+ZKaOdDFyzsrM5Pxc/PaoAn4f6Bqs5Qt4NqWieDgNH0itGPUadPM8nqagm 5MaAhjRjt1D9XGQPpW2lUMTRwYI2dIYEh9SF5yFHytDr0r2jmdJMglns1fzAaqd/FKVk ujaA== MIME-Version: 1.0 X-Received: by 10.42.13.193 with SMTP id e1mr37942695ica.59.1424261672258; Wed, 18 Feb 2015 04:14:32 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Feb 2015 23:14:32 +1100 Subject: Re: sqlite3 and dates From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424261680 news.xs4all.nl 2924 [2001:888:2000:d::a6]:53287 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85789 On Wed, Feb 18, 2015 at 10:57 PM, Johannes Bauer wrote: > SQLite and Postgres are so vastly different in their setup, > configuration, capabilities and requirements that the original developer > has to have done a MAJOR error in judgement so that a change from one to > the other would not be ill-advised. On Wed, Feb 18, 2015 at 6:49 PM, Frank Millman wrote: > My accounting software supports three databases - MS Sql Server, PostgreSQL, > and sqlite3. Johannes, are you saying that Frank made three major errors of judgement? :) ChrisA