Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed6.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; 'operator': 0.04; 'classes.': 0.05; 'implements': 0.05; 'postgresql': 0.05; 'postgresql,': 0.07; 'sqlite': 0.07; 'url:pypi': 0.08; '(also': 0.09; '==========': 0.09; 'development:': 0.09; 'rows': 0.09; 'sybase,': 0.09; 'to:name:python mailing list': 0.09; 'url:gmane': 0.09; 'classes,': 0.13; '``%``,': 0.16; 'backends:': 0.16; 'both.': 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; '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.21; 'changes:': 0.23; 'download:': 0.23; "i'm": 0.26; 'url:mailman': 0.28; 'described': 0.28; 'skip:= 10': 0.28; 'fixed': 0.29; 'handling': 0.30; 'received:77.88': 0.30; 'received:mail.yandex.net': 0.30; 'received:yandex.net': 0.30; 'list:': 0.31; 'version': 0.32; 'programmers': 0.32; 'url:listinfo': 0.32; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.34; 'reply-to:addr:python.org': 0.34; 'url:python': 0.36; 'charset:us-ascii': 0.37; 'archives:': 0.37; 'to:addr:python-announce-list': 0.37; 'with.': 0.37; 'list,': 0.37; 'hello!': 0.38; 'stable': 0.38; 'announce': 0.38; 'tables': 0.39; 'mailing': 0.39; 'url:org': 0.39; 'to:addr:python.org': 0.40; 'url:net': 0.60; 'more': 0.61; 'quick': 0.61; 'your': 0.61; 'header:Received:6': 0.61; 'received:ru': 0.63; 'received:77': 0.63; 'pleased': 0.65; 'site:': 0.65; 'sfxlen:3': 0.66; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'news': 0.74; 'received:93': 0.78; 'received:77.88.46': 0.84 X-Yandex-Spam: 1 Date: Sun, 4 Dec 2011 21:24:59 +0400 From: Oleg Broytman To: Python Announce Mailing List , Python Mailing List Subject: SQLObject 1.2.1 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: 52 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323019514 news.xs4all.nl 6916 [2001:888:2000:d::a6]:36463 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16619 Hello! I'm pleased to announce version 1.2.1, the first stable release of branch 1.2 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.2.1 News and changes: http://sqlobject.org/News.html What's New ========== * A bug was fixed in handling ``modulo`` operator - SQLite implements only ``%``, MySQL - only ``MOD()``, PostgreSQL implements both. 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.