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; 'bug': 0.02; 'url:sourceforge': 0.02; 'mysql,': 0.04; 'classes.': 0.05; 'postgresql,': 0.07; 'url:pypi': 0.08; '(also': 0.09; '==========': 0.09; 'development:': 0.09; 'postgres': 0.09; 'sybase,': 0.09; 'to:name:python mailing list': 0.09; 'url:gmane': 0.09; 'classes,': 0.13; '"set': 0.16; '1.1': 0.16; '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; 'query.': 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:devel': 0.16; 'url:sqlobject': 0.16; 'url:sqlobject-discuss': 0.16; 'meant': 0.17; 'to:2**1': 0.20; 'interface': 0.23; 'changes:': 0.23; 'download:': 0.23; "i'm": 0.27; 'described': 0.28; 'url:mailman': 0.28; 'fixed': 0.29; 'list:': 0.31; 'programmers': 0.31; 'version': 0.32; "what's": 0.33; 'to:addr:python-list': 0.33; 'url:listinfo': 0.33; 'header:User-Agent:1': 0.34; 'skip:= 10': 0.34; 'tables': 0.34; 'reply-to:addr:python.org': 0.34; 'charset :us-ascii': 0.36; 'announce': 0.36; 'url:python': 0.36; 'archives:': 0.37; 'to:addr:python-announce-list': 0.37; 'with.': 0.37; 'list,': 0.37; 'hello!': 0.38; 'url:org': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'where': 0.40; 'url:net': 0.60; 'more': 0.60; 'your': 0.61; 'received:ru': 0.63; 'pleased': 0.65; 'sfxlen:3': 0.66; 'url:3': 0.67; 'site:': 0.67; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.71; 'news': 0.73; 'received:10.110': 0.84; 'received:93': 0.87 Date: Tue, 30 Aug 2011 20:04:17 +0400 From: Oleg Broytman To: Python Announce Mailing List , Python Mailing List Subject: SQLObject 1.1.3 Mail-Followup-To: Python Announce Mailing List , Python 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: 54 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314720268 news.xs4all.nl 2407 [2001:888:2000:d::a6]:48455 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12440 Hello! I'm pleased to announce version 1.1.3, a bugfix release of branch 1.1 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://pypi.python.org/pypi/SQLObject/1.1.3 News and changes: http://sqlobject.org/News.html What's New ========== Features & Interface -------------------- * Fixed a bug with Postgres - add quotes in "SET client_encoding" query. 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.