Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.85.MISMATCH!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; 'url:sourceforge': 0.02; 'classes.': 0.05; 'mysql,': 0.05; 'postgresql,': 0.07; 'url:pypi': 0.08; '(also': 0.09; '==========': 0.09; 'development:': 0.09; 'silently': 0.09; 'sybase,': 0.09; 'to:name:python mailing list': 0.09; 'url:gmane': 0.09; 'described': 0.14; '1.1': 0.16; 'backends:': 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; 'workaround': 0.16; 'converting': 0.16; 'meant': 0.18; 'classes,': 0.19; 'to:2**1': 0.20; 'interface': 0.21; 'column': 0.22; 'changes:': 0.23; 'converts': 0.23; 'download:': 0.23; "what's": 0.23; 'code': 0.24; 'function': 0.25; 'url:mailman': 0.26; "i'm": 0.27; '(as': 0.29; 'tables': 0.29; 'unicode': 0.29; 'instead': 0.29; 'version': 0.29; 'url:listinfo': 0.30; 'decorators': 0.30; 'list).': 0.30; 'strings.': 0.30; 'programmers': 0.31; 'properly': 0.32; 'to:addr:python-list': 0.33; 'with.': 0.33; 'source': 0.34; 'skip:= 10': 0.34; 'header:User-Agent:1': 0.35; 'instances': 0.35; 'reply-to:addr:python.org': 0.35; 'skip:@ 10': 0.35; 'url:comp': 0.35; 'list:': 0.36; 'charset:us-ascii': 0.36; 'uses': 0.36; 'announce': 0.37; 'connection': 0.37; 'registered': 0.37; 'table': 0.37; 'archives:': 0.37; 'checks': 0.37; 'to:addr:python-announce- list': 0.37; 'case': 0.37; 'url:python': 0.38; 'url:org': 0.38; 'mailing': 0.38; 'hello!': 0.38; 'stable': 0.38; 'empty': 0.39; '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; 'received:93': 0.80; 'received:10.110': 0.84 Date: Mon, 20 Jun 2011 14:48:46 +0400 From: Oleg Broytman To: Python Announce Mailing List , Python Mailing List Subject: SQLObject 1.1.0 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-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 72 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308566935 news.xs4all.nl 49038 [::ffff:82.94.164.166]:43052 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8011 Hello! I'm pleased to announce version 1.1.0, the first stable 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://cheeseshop.python.org/pypi/SQLObject/1.1.0 News and changes: http://sqlobject.org/News.html What's New ========== Features & Interface -------------------- * SelectResults (returned from .select()) is allowed in IN(column, list). * A different workaround is used in SQLiteConnection to prevent PySQLite from converting strings to unicode - in the case of a registered text conversion function PySQLite silently converts empty strings to Nones; now SQLObject uses text_factory instead and properly returns empty strings. * It is now possible to declare one encoding for all UnicodeCol's per table (as sqlmeta.dbEncoding) or per connection (as connection.dbEncoding). Default (if dbEncoding is found neither in column nor in table nor in connection) is 'utf-8'. Source code and internals ------------------------- * Decorators @classmethod and @staticmethod are used everywhere. * All 'mydict.has_key(name)' checks were replaced with 'name in mydict'. 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.