Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:sourceforge': 0.02; 'classes.': 0.05; 'mysql,': 0.05; 'postgresql,': 0.07; 'python': 0.08; 'url:pypi': 0.08; '(also': 0.09; '==========': 0.09; 'development:': 0.09; 'sybase,': 0.09; 'to:name:python mailing list': 0.09; 'url:gmane': 0.09; 'syntax': 0.11; 'described': 0.14; 'backends:': 0.16; 'bugfix': 0.16; 'die,': 0.16; 'email name:phd': 0.16; 'firebird,': 0.16; 'from:addr:phd': 0.16; 'gosub': 0.16; 'header:X-Face:1': 0.16; 'mapper.': 0.16; 'maxdb': 0.16; 'mssql': 0.16; 'news:': 0.16; 'oleg': 0.16; 'oleg.': 0.16; 'received:phd': 0.16; 'reply-to:addr:python-list': 0.16; 'return.': 0.16; 'rows': 0.16; 'sapdb).': 0.16; 'sqlite,': 0.16; 'sqlobject': 0.16; 'sqlobject.': 0.16; 'subject:SQLObject': 0.16; 'to:name:python announce mailing list': 0.16; 'url:cheeseshop': 0.16; 'url:devel': 0.16; 'url:sqlobject': 0.16; 'url:sqlobject-discuss': 0.16; 'meant': 0.18; 'classes,': 0.19; 'to:2**1': 0.20; 'changes:': 0.23; 'download:': 0.23; "what's": 0.23; 'url:mailman': 0.26; 'fixed': 0.27; "i'm": 0.27; 'tables': 0.29; 'version': 0.29; 'url:listinfo': 0.30; 'programmers': 0.31; 'to:addr:python-list': 0.33; 'with.': 0.33; 'skip:= 10': 0.34; 'header:User-Agent:1': 0.35; 'instances': 0.35; 'reply-to:addr:python.org': 0.35; 'url:comp': 0.35; 'list:': 0.36; 'charset:us-ascii': 0.36; 'announce': 0.37; 'archives:': 0.37; 'to:addr:python-announce- list': 0.37; 'url:python': 0.38; 'url:org': 0.38; 'mailing': 0.38; 'hello!': 0.38; 'list,': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'your': 0.60; 'url:net': 0.63; 'pleased': 0.63; 'received:ru': 0.63; 'sfxlen:3': 0.63; 'site:': 0.64; 'url:0': 0.69; 'news': 0.71; 'header:Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; 'received:93': 0.80; 'received:10.110': 0.84 Date: Mon, 30 May 2011 15:19:45 +0400 From: Oleg Broytman To: Python Mailing List , Python Announce Mailing List Subject: SQLObject 1.0.1 Mail-Followup-To: Python Mailing List , Python Announce Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Attribution: phd X-Face: "4chVP^f8; 3Bi>x"ic0%DuP(ZLyn:; kzQ1njs]5,GRZG<{<\~`|Shxi7|)d|8uO~HFRfyym {[xs@OYG]2Q]0#}0sjJp`1^1+B6]A2+{9fW=S List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 53 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306755109 news.xs4all.nl 49181 [::ffff:82.94.164.166]:48185 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6653 Hello! I'm pleased to announce version 1.0.1, a bugfix release of branch 1.0 of SQLObject. What is SQLObject ================= SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started with. SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB). Where is SQLObject ================== Site: http://sqlobject.org Development: http://sqlobject.org/devel/ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: http://cheeseshop.python.org/pypi/SQLObject/1.0.1 News and changes: http://sqlobject.org/News.html What's New ========== * A syntax incompatibility was fixed in SQLiteConnection that prevented SQLObject to be used with Python 2.4. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytman http://phdru.name/ phd@phdru.name Programmers don't die, they just GOSUB without RETURN.