Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'url:sourceforge': 0.03; 'classes,': 0.05; 'classes.': 0.07; 'mysql,': 0.07; 'postgresql,': 0.09; 'rows': 0.09; 'bug': 0.10; '(also': 0.16; '==========': 0.16; 'development:': 0.16; 'email addr:phdru.name': 0.16; 'email name:phd': 0.16; 'header:X-Face:1': 0.16; 'sybase,': 0.16; 'url:gmane': 0.16; 'tests.': 0.17; 'versions': 0.20; 'skip:= 10': 0.20; 'meant': 0.21; 'minor': 0.22; 'tables': 0.23; 'to:2**1': 0.23; 'header:User-Agent:1': 0.26; 'list:': 0.27; 'fixed': 0.28; '1.3': 0.29; 'changes:': 0.29; 'comparison': 0.29; 'download:': 0.29; 'url:mailman': 0.29; "i'm": 0.29; 'url:python': 0.32; 'url:listinfo': 0.32; 'instances': 0.33; 'to:addr:python-list': 0.33; 'described': 0.35; 'url:org': 0.36; 'announce': 0.36; 'programmers': 0.36; 'charset:us-ascii': 0.36; 'supports': 0.38; 'to:addr:python.org': 0.39; 'list,': 0.39; 'where': 0.40; 'your': 0.60; 'easy': 0.60; 'content- disposition:inline': 0.60; 'more': 0.63; 'hello!': 0.65; 'to:addr :python-announce-list': 0.65; 'url:lists': 0.65; 'pleased': 0.66; 'news': 0.68; 'header:Reply-To:1': 0.68; 'reply-to:no real name:2**0': 0.72; 'received:93': 0.72; 'url:4': 0.72; 'received:ru': 0.81; 'site:': 0.84; 'muller': 0.84; 'neil': 0.84; 'reply-to:addr:python.org': 0.84 Date: Sat, 20 Oct 2012 13:29:52 +0400 From: Oleg Broytman To: Python Announce Mailing List , Python Mailing List Subject: SQLObject 1.3.2 and 1.2.4 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: 55 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350725407 news.xs4all.nl 6939 [2001:888:2000:d::a6]:57061 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31804 Hello! I'm pleased to announce versions 1.3 2 and 1.2.4, minor bugfix releases 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.3.2 http://pypi.python.org/pypi/SQLObject/1.2.4 News and changes: http://sqlobject.org/News.html What's New ========== * Fixed a bug in sqlbuilder.Select.filter - removed comparison with SQLTrueClause. * Neil Muller fixed a number of tests. 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.