> Congratulations!
>
> I'd like to thank you Oleg for working on this project and giving it your
> time. It does not go unappreciated :)
>
> Cheers,
> Imri

I'd like to second that!
Thanks a million, Oleg!
I use sqlobject a lot and without all your work my projects would not
be possible.

Cheers,
Daniel


>> Hello!
>>
>> I'm really happy to announce SQLObject version 1.0.0!
>>
>>
>> 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.0.0
>>
>> News and changes:
>> http://sqlobject.org/News.html
>>
>>
>> What's New
>> ==========
>>
>> Features & Interface
>> --------------------
>>
>> * Major API change: DB URI parser was changed to use urllib.split*() and
>>  unquote(). This means any username/password/path are allowed in DB
>>  URIs if they are properly %-encoded, and DB URIs are automatically
>>  unquoted.
>>
>> * A new module ``__version__.py`` was added. New variables ``version``
>>  (string) and ``version_info`` (5-tuple: major, minor, micro, release
>>  level, serial) are imported into ``sqlobject`` namespace.
>>
>> * In SQLite, id columns are made AUTOINCREMENT.
>>
>> * Parameter ``backend`` in DB URI is no longer supported, use parameter
>>  ``driver``.
>>
>> For a more complete list, please see the news:
>> http://sqlobject.org/News.html
>>
>> Oleg.
>> --
>>     Oleg Broytman            http://phdru.name/            p...@phdru.name
>>           Programmers don't die, they just GOSUB without RETURN.
>>
>>
>> ------------------------------------------------------------------------------
>> Enable your software for Intel(R) Active Management Technology to meet the
>> growing manageability and security demands of your customers. Businesses
>> are taking advantage of Intel(R) vPro (TM) technology - will your software
>> be a part of the solution? Download the Intel(R) Manageability Checker
>> today! http://p.sf.net/sfu/intel-dev2devmar
>> _______________________________________________
>> sqlobject-discuss mailing list
>> sqlobject-discuss@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>>
>


-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and publish 
your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to