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


-- 
Imri Goldberg
--------------------------------------
http://plnnr.com/ - automatic trip planning
http://www.algorithm.co.il/blogs/
--------------------------------------
-- insert signature here ----

On Mon, Mar 28, 2011 at 3:26 PM, Oleg Broytman <p...@phdru.name> wrote:

> 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
>
------------------------------------------------------------------------------
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

Reply via email to