Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'url:sourceforge': 0.03; 'classes,': 0.05; 'contributor': 0.07; 'mysql,': 0.07; 'classes.': 0.09; 'postgresql,': 0.09; 'rows': 0.09; 'python': 0.11; '2.7': 0.14; '(also': 0.16; 'adapter': 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; 'to:addr:python-announce-list': 0.16; 'url:gmane': 0.16; 'skip:= 10': 0.16; 'meant': 0.20; 'header:User-Agent:1': 0.23; 'versions': 0.24; 'tables': 0.26; 'required.': 0.27; 'to:2**1': 0.27; 'feature': 0.29; 'list:': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'changes:': 0.31; 'download:': 0.31; 'minor': 0.31; 'skip:= 20': 0.31; 'url:python': 0.33; 'announce': 0.33; 'programmers': 0.33; '2.6': 0.36; 'described': 0.36; 'instances': 0.36; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'to:addr:python- list': 0.38; 'list,': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'release': 0.40; 'easy': 0.60; 'url:5': 0.61; 'new': 0.61; 'content-disposition:inline': 0.62; 'complete': 0.62; 'more': 0.64; 'news': 0.67; 'header:Reply-To:1': 0.67; 'site:': 0.83 Date: Sun, 15 Mar 2015 05:17:50 +0100 From: Oleg Broytman To: Python Announce Mailing List , Python Mailing List Subject: SQLObject 2.1.2 and 1.7.5 Reply-To: Oleg Broytman 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, Python Mailing List User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Mon, 16 Mar 2015 09:25:15 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 56 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426494316 news.xs4all.nl 2846 [2001:888:2000:d::a6]:54661 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1619 Hello! I'm pleased to announce versions 2.1.2 and 1.7.5, minor feature releases of of SQLObject. What's new in SQLObject ======================= * Use fdb adapter for Firebird. Contributor for this release is Neil Muller. For a more complete list, please see the news: http://sqlobject.org/News.html 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). Python 2.6 or 2.7 is required. 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: https://pypi.python.org/pypi/SQLObject/2.1.2 https://pypi.python.org/pypi/SQLObject/1.7.5 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytman http://phdru.name/ phd@phdru.name Programmers don't die, they just GOSUB without RETURN.