Re: SQLObject 3.12.0

2024-12-22 Thread Mohammadreza Saveji via Python-list
thank a lot Oleg. have a nice day. On Fri, Dec 20, 2024 at 4:56 PM Oleg Broytman via Python-list < python-list@python.org> wrote: > Hello! > > I'm pleased to announce version 3.12.0, the release of branch > 3.12 of SQLObject. > > > What's new in SQLObject

SQLObject 3.12.0

2024-12-20 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.12.0, the release of branch 3.12 of SQLObject. What's new in SQLObject === Drivers --- * Add support for CyMySQL; there're some problems with unicode yet. * Separate ``psycopg`` and ``psycopg2``; ``psycop

SQLObject 3.11.0

2023-11-11 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.11.0, the first stable release of branch 3.11 of SQLObject. What's new in SQLObject === Features * Continue working on ``SQLRelatedJoin`` aliasing introduced in 3.10.2. When a table joins with itse

SQLObject 3.10.3

2023-10-25 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.10.3, the 3rd bugfix release of branch 3.10 of SQLObject. What's new in SQLObject === The contributors for this release are Igor Yudytskiy and shuffle (github.com/shuffleyxf). Thanks! Bug fixes - * Relaxed a

SQLObject 3.10.2

2023-08-09 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.10.2, a minor feature release and the second bugfix release of branch 3.10 of SQLObject. What's new in SQLObject === The contributor for this release is Igor Yudytskiy. Thanks! Minor features -- * Class ``Ali

SQLObject 3.10.1

2022-12-22 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.10.1, the first minor feature release of branch 3.10 of SQLObject. What's new in SQLObject === Minor features -- * Use ``module_loader.exec_module(module_loader.create_module())`` instead of ``module_loader.l

SQLObject 3.10.0

2022-09-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.10.0, the first release of branch 3.10 of SQLObject. What's new in SQLObject === Contributors for this release are James Hudson, Juergen Gmach, Hugo van Kemenade. Many thanks! Features * Allow conn

SQLObject 3.9.1

2021-02-27 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.9.1, the first minor feature release of branch 3.9 of SQLObject. What's new in SQLObject === Drivers --- * Adapt to the latest ``pg8000``. * Protect ``getuser()`` - it can raise ``ImportError`` on w32 due to absen

SQLObject 3.9.0

2020-12-15 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.9.0, the first release of branch 3.9 of SQLObject. What's new in SQLObject === Contributors for this release are: + Michael S. Root, Ameya Bapat - ``JSONCol``; + Jerry Nance - reported a bug with ``DateTime`` f

SQLObject 3.8.1

2020-10-01 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.8.1, the first bugfix release of branch 3.8 of SQLObject. What's new in SQLObject === The contributor for this release is Neil Muller. Documentation - * Use conf.py options to exclude sqlmeta optio

SQLObject 3.8.0

2019-12-07 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.8.0, the first stable release of branch 3.8 of SQLObject. What's new in SQLObject === Features * Add driver ``supersqlite``. Not all tests are passing so the driver isn't added to the list of default

SQLObject 3.7.3

2019-09-22 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.7.3, a bugfix release of branch 3.7 of SQLObject. What's new in SQLObject === Bug fixes - * Avoid excessive parentheses around ``ALL/ANY/SOME()``. Tests - * Add tests for cascade deletion. * Add

SQLObject 3.7.2

2019-05-01 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.7.2, the second bugfix release of branch 3.7 of SQLObject. What's new in SQLObject === Minor features -- * Adapt Postgres exception handling to ``psycopg2`` version ``2.8``: in the recent ``psycopg2`` err

SQLObject 3.7.0

2018-06-06 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.7.0, the first stable release of branch 3.7 of SQLObject. What's new in SQLObject === Contributors for this release are Scott Stahl and Christophe Popov. Features * Add signals on commit and rollback; pull reques

SQLObject 3.6.0

2018-02-24 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.6.0, the first stable release of branch 3.6 of SQLObject. What's new in SQLObject === Contributor for this release is Michael S. Root. Minor features -- * Close cursors after using to free resources i

SQLObject 3.5.0

2017-11-15 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.5.0, the first stable release of branch 3.5 of SQLObject. What's new in SQLObject === Contributors for this release are Shailesh Mungikar and Michael S. Root. Minor features -- * Add Python3 special methods fo

Re: SQLObject 3.4.0

2017-08-05 Thread leam hall
#I'm pleased to announce version 3.4.0, the first stable release of branch #3.4 of SQLObject. # # #What's new in SQLObject #=== # #* Python 2.6 is no longer supported. The minimal supported version is # Python 2.7. Is there a particular reason to eliminate RHEL 6 (

SQLObject 3.4.0

2017-08-05 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.4.0, the first stable release of branch 3.4 of SQLObject. What's new in SQLObject === Contributor for this release is Dr. Neil Muller. Features * Python 2.6 is no longer supported. The minimal supported version i

Re: SQLObject 3.3.0

2017-05-07 Thread sum abiut
Thanks for the info On Mon, May 8, 2017 at 1:25 AM, Oleg Broytman wrote: > Hello! > > I'm pleased to announce version 3.3.0, the first stable release of branch > 3.3 of SQLObject. > > > What's new in SQLObject > === > > Features &g

SQLObject 3.3.0

2017-05-07 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.3.0, the first stable release of branch 3.3 of SQLObject. What's new in SQLObject === Features * Support for Python 2.6 is declared obsolete and will be removed in the next release. Mino

SQLObject 3.2.0

2017-03-11 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.2.0, the first stable release of branch 3.2 of SQLObject. What's new in SQLObject === Contributor for this release is Neil Muller. Minor features -- * Drop table name from ``VACUUM`` command in SQLiteConnecti

SQLObject 3.1.0

2016-08-16 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.1.0, the first stable release of branch 3.1 of SQLObject. What's new in SQLObject === Features * Add UuidCol. * Add JsonbCol. Only for PostgreSQL. Requires psycopg2 >= 2.5.4 and PostgreSQL >= 9.2.

SQLObject 3.0.0

2016-06-01 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.0.0, the first stable release of branch 3.0 of SQLObject. What's new in SQLObject === Features * Support for Python 2 and Python 3 with one codebase! (Python version >= 3.4 currently required.) M

SQLObject 2.2

2016-05-08 Thread Oleg Broytman
Hello! I'm pleased to announce version 2.2.0, the first stable release of branch 2.2 of SQLObject. What's new in SQLObject === Features & Interface * Add function col.use_microseconds(True/False). Default is to use microseconds (True)

SQLObject 3.0.0a1

2015-03-27 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.0.0a1, the first alpha of the upcoming release of branch 3.0 of SQLObject. What's new in SQLObject === Features * Support for Python 2 and Python 3 with one codebase! (Python version >= 3.4 currently requ

SQLObject 2.1.2 and 1.7.5

2015-03-14 Thread Oleg Broytman
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://sql

SQLObject 2.1.1 and 1.7.4

2015-03-09 Thread Oleg Broytman
Hello! I'm pleased to announce minor bugfix releases 2.1.1 and 1.7.4. What's new in SQLObject === * Minor fix in PostgresConnection: close the cursor and connection in _createOrDropDatabase even after an error. Contributor for this release is Gregor Horvath.

SQLObject 2.1.0

2015-01-06 Thread Oleg Broytman
Hello! I'm pleased to announce version 2.1.0, the first stable release of branch 2.1 of SQLObject. What's new in SQLObject === Minor features -- * In queries generated with SQLObject's tables columns are sorted in the order they are declar

SQLObject 2.0

2014-12-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 2.0.0, the first stable release of branch 2.0 of SQLObject. What's new in SQLObject === Features & Interface * DateTimeCol and TimeCol can read and write values with microseconds. WARNING: mi

SQLObject 1.7.3

2014-12-18 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.7.3, a release with minor documentation update of branch 1.7 of SQLObject. What's new in SQLObject === * Extend setup.py: include docs and tests into the egg. For a more complete list, please see the news: http://sql

SQLObject 1.7.2

2014-12-14 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.7.2, a bugfix release of branch 1.7 of SQLObject. What's new in SQLObject === * Fix a bug: zero-pad microseconds on the right, not on the left; 0.0835 seconds means 83500 microseconds. For a more complete list, please se

SQLObject 1.7.0

2014-12-09 Thread Oleg Broytman
To: Python Announce Mailing List To: python-list@python.org (Python Mailing List) Hello! I'm pleased to announce version 1.7.0, the first stable release of branch 1.7 of SQLObject. What's new in SQLObject === * Python 2.5 is no longer supported. The minimal

SQLObject 1.7.0

2014-12-08 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.7.0, the first stable release of branch 1.7 of SQLObject. What's new in SQLObject === * Python 2.5 is no longer supported. The minimal supported version is Python 2.6. * DateTimeCol and TimeCol can read values with mi

SQLObject 1.6.1

2014-10-26 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.6.1, the first bugfix release of branch 1.6 of SQLObject. What's new in SQLObject === * Allow unicode in .orderBy(u'-column'). Contributor for this release is Andrew Trusty. For a more complete list, pleas

SQLObject 1.5.2

2014-04-13 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.5.2, the second bugfix release of branch 1.5 of SQLObject. What's new in SQLObject === * Adapt duplicate error message strings for SQLite 3.8. Contributor for this release is Neil Muller. For a more complete list, plea

SQLObject 1.5.1

2013-12-15 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.5.1, the first bugfix release of branch 1.5 of SQLObject. What's new in SQLObject === * SQLiteConnection.close() now closes and reopens a connection to in-memory database. Contributor for this release is Maciej (Matchek)

SQLObject 1.3.3 and 1.4.1

2013-05-27 Thread Oleg Broytman
Hello! I'm pleased to announce bugfix releases 1.3.3 and 1.4.1. What's new in SQLObject === * Fixed bugs in pickling and unpickling (remove/restore a weak proxy to self, fixed cache handling). * Added an example of using SQLObject with web.py to the

SQLObject 1.4.0

2013-05-18 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.4.0, the first stable release of branch 1.4 of SQLObject. What's new in SQLObject === Features & Interface * Support for PostgreSQL 8.1 is dropped. The minimal supported version of Postgre

SQLObject 1.3.2 and 1.2.4

2012-10-20 Thread Oleg Broytman
Hello! I'm pleased to announce versions 1.3 2 and 1.2.4, minor bugfix releases 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 ea

SQLObject 1.3.1

2012-05-25 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.3.1, the first bug-fix release of branch 1.3 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

SQLObject 1.2.2

2012-03-01 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.2.2, a bugfix 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 ea

SQLObject 1.2.1

2011-12-04 Thread Oleg Broytman
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

Re: SQLObject 1.2.0

2011-11-21 Thread Daniel Fetchinson
Thanks a million Oleg! Cheers, Daniel On 11/20/11, Oleg Broytman wrote: > Hello! > > I'm pleased to announce version 1.2.0, the first stable release of branch > 1.2 of SQLObject. > > > What is SQLObject > ===== > > SQLObject is an object-relationa

SQLObject 1.2.0

2011-11-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.2.0, 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

SQLObject 1.1.3

2011-08-30 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.1.3, a bugfix 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 ea

SQLObject 1.1.2

2011-08-08 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.1.2, a bugfix 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 ea

SQLObject 1.1.0

2011-06-20 Thread Oleg Broytman
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

SQLObject 1.0.1

2011-05-30 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.0.1, a bugfix release of branch 1.0 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 ea

SQLObject 1.0.0

2011-03-28 Thread Oleg Broytman
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 st

SQLObject 0.15.1

2011-03-22 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.15.1, a bugfix release of branch 0.15 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 ea

SQLObject 0.15.0

2010-12-06 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.15.0, the first stable release of branch 0.15 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

SQLObject 0.14.1

2010-10-15 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.14.1, a minor bugfix release of branch 0.14 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

SQLObject 0.13.1

2010-10-15 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.13.1, a minor bugfix release of branch 0.13 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

SQLObject 0.14.0

2010-10-10 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.14.0, the first stable release of branch 0.14 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

SQLObject 0.13.0

2010-08-11 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.13.0, the first stable release of branch 0.13 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

SQLObject 0.12.4

2010-05-05 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.12.4, a minor bugfix release of branch 0.12 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

SQLObject 0.11.6

2010-05-05 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.11.6, a minor bugfix release of 0.11 branch 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

SQLObject 0.12.3

2010-04-11 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.12.3, a minor bugfix release of branch 0.12 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

SQLObject 0.11.5

2010-04-11 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.11.5, a minor bugfix release of 0.11 branch 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

SQLObject 0.11.4

2010-03-04 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.11.4, a minor bugfix release of 0.11 branch 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

SQLObject 0.12.2

2010-03-04 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.12.2, a bugfix release of branch 0.12 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 ea

SQLObject 0.12.1

2010-01-08 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.12.1, a bugfix release of branch 0.12 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 ea

SQLObject 0.11.3

2010-01-08 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.11.3, a minor bugfix release of 0.11 branch 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

SQLObject 0.12.0

2009-10-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.12.0, the first stable release of branch 0.12 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

SQLObject 0.11.2

2009-09-30 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.11.2, a minor bugfix release of 0.11 branch 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

SQLObject 0.10.8

2009-09-30 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.10.8, a minor bugfix release of 0.10 branch 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

Re: SQLObject

2009-09-29 Thread CCW
On Sep 28, 9:41 pm, Daniel Fetchinson wrote: > > I'm new to using SQLObject, and having some problems with getting it > > to recognise my current MySQL database. > > > I've set up my connection fine, but it won't recognise the names of > > the columns (pr

Re: SQLObject

2009-09-28 Thread Daniel Fetchinson
> I'm new to using SQLObject, and having some problems with getting it > to recognise my current MySQL database. > > I've set up my connection fine, but it won't recognise the names of > the columns (presumably because they're not written using the default >

SQLObject

2009-09-28 Thread ChrisW
I'm new to using SQLObject, and having some problems with getting it to recognise my current MySQL database. I've set up my connection fine, but it won't recognise the names of the columns (presumably because they're not written using the default naming convention?). Fo

Re: SQLObject 0.11.1

2009-09-28 Thread Stefan Behnel
Hi, Oleg Broytmann wrote: > I'm pleased to announce version 0.11.1, a minor bugfix release of 0.11 branch > of SQLObject. Have you considered making announcements about (minor) releases on the dedicated Python announce list? Stefan -- http://mail.python.org/mailman/listinfo/python-list

SQLObject 0.11.1

2009-09-21 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.11.1, a minor bugfix release of 0.11 branch 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

SQLObject 0.10.7

2009-09-20 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.7, a minor bugfix release of 0.10 branch 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

Re: SQLObject 0.11.0

2009-08-12 Thread Daniel Fetchinson
> I don't want to start a flame war and would just like some information > before diving in-- > What are some the advantages and disadvantages of SQLObject compared to > SQLAlchemy? In short: sqlobject is much simpler (to use, to understand, etc) than sqlalchemy and so I p

Re: SQLObject 0.11.0

2009-08-12 Thread William
I don't want to start a flame war and would just like some information before diving in-- What are some the advantages and disadvantages of SQLObject compared to SQLAlchemy? Thanks, William From: Oleg Broytmann To: Python Mailing List ; Python Ann

SQLObject 0.11.0

2009-08-12 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.11.0, the first stable release of 0.11 branch 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

SQLObject 0.9.11

2009-05-18 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.9.11, a minor bugfix release of 0.9 branch 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

SQLObject 0.10.6

2009-05-18 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.6, a minor bugfix release of 0.10 branch 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

SQLObject 0.9.10

2009-05-06 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.9.10, a minor bugfix release of 0.9 branch 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

SQLObject 0.10.5

2009-05-06 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.5, a minor bugfix release of 0.10 branch 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

SQLObject 0.10.4

2008-12-08 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.4, a minor bugfix release of 0.10 branch 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

SQLObject 0.9.9

2008-12-08 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.9.10, a minor bugfix release of 0.9 branch 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

SQLObject 0.10.3

2008-12-01 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.3, a minor bugfix release of 0.10 branch 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

SQLObject 0.9.8

2008-12-01 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.9.8, a minor bug fix release 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 us

Problem on getting date column in SQLObject

2008-09-11 Thread CL (Ciu Loeng) Lam
Hi,all:I make the SQLObject as the ORM in turbogears ,now I meet a problems on selecting records for a given date . Here is the define for my class: class updateHistory(SQLObject): actionTime = DateTimeCol(default=datetime.now) actionContent = UnicodeCol(length=500,default="")

SQLObject 0.10.2

2008-05-30 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.2, a bugfix release of 0.10 branch 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 ea

SQLObject 0.9.7

2008-05-30 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.9.7, a minor bug fix release 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 us

SQLObject 0.10.1

2008-05-04 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.1, a bugfix release of 0.10 branch 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 ea

SQLObject 0.9.6

2008-05-04 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.9.6, a minor bug fix release 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 us

RE: SQLObject 0.10.0

2008-03-11 Thread Robert Rawlins
h 2008 13:40 To: Python Announce Mailing List; Python Mailing List Subject: SQLObject 0.10.0 Hello! I'm pleased to announce version 0.10.0, the first stable release of 0.10 branch of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tab

SQLObject 0.10.0

2008-03-11 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.0, the first stable release of 0.10 branch 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

SQLObject 0.9.5

2008-03-10 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.9.5, a minor bug fix release 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

SQLObject 0.9.4

2008-03-03 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.9.4 release 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 st

SQLObject 0.10.0b1

2008-01-11 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.10.0b1, the first beta release of a new SQLObject branch, 0.10. 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

Re: SQLObject 0.9.3

2008-01-10 Thread kyosohma
On Jan 10, 6:38 am, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > Hello! > > I'm pleased to announce the 0.9.3 release of SQLObject. > > What is SQLObject > ===== > > SQLObject is an object-relational mapper. Your database tables are described >

SQLObject 0.9.3

2008-01-10 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.9.3 release 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 st

SQLObject 0.8.7

2008-01-10 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.8.7 release 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 st

SQLObject 0.7.10

2008-01-10 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.7.10 release 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 st

Re: sqlobject question...

2007-12-30 Thread Markus Gritsch
Hi, you should ask SQLObject related questions better at "SQLObject discussion" <[EMAIL PROTECTED]> Oleg Broytman and others are very helpful there. Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: sqlobject question...

2007-12-29 Thread Matt Nordhoff
bruce wrote: > hi... > > this continues my investigation of python/sqlobject, as it relates to the > need to have an id, which is auto-generated. > > per various sites/docs on sqlobject, it appears that you can override the > id, by doing something similar to the fo

sqlobject question...

2007-12-29 Thread bruce
hi... this continues my investigation of python/sqlobject, as it relates to the need to have an id, which is auto-generated. per various sites/docs on sqlobject, it appears that you can override the id, by doing something similar to the following: def foo(SQLObject): def _init(self, id

  1   2   3   >