Re: [SQLObject] SQLObject 0.10.3

2008-12-08 Thread Oleg Broytmann
On Mon, Dec 08, 2008 at 03:54:18PM +0200, Dan Pascu wrote: > I made the change and committed as revisions 3707, 3708 and 3710 (for > trunk, 0.10 and 0.9 branches respectively). It fixes incorrect constrain > generation in createTable when the table name includes the database name > as well (cont

Re: [SQLObject] SQLObject 0.10.3

2008-12-08 Thread Dan Pascu
On Tuesday 02 December 2008, Oleg Broytmann wrote: > > >No problem, I can release 0.10.4 with just one bugfix. > > > > Are you saying that you may release 0.10.4 now with only 1 bugfix, or > > that when it will be released a few months later it will be done even > > if it has 1 bugfix? > >I

Re: [SQLObject] SQLObject 0.10.3

2008-12-02 Thread Oleg Broytmann
On Tue, Dec 02, 2008 at 02:34:50PM +0200, Dan Pascu wrote: > On Tuesday 02 December 2008, Markus Gritsch wrote: > > On Tue, Dec 2, 2008 at 12:55 PM, Dan Pascu <[EMAIL PROTECTED]> wrote: > > > I already did input that > > > information when I did the svn commit. Why add it twice when the > > > news/

Re: [SQLObject] SQLObject 0.10.3

2008-12-02 Thread Dan Pascu
On Tuesday 02 December 2008, Markus Gritsch wrote: > On Tue, Dec 2, 2008 at 12:55 PM, Dan Pascu <[EMAIL PROTECTED]> wrote: > >>Did you update and commit docs/News.txt with the bugfix? > >> News.html is generated from News.txt. > > > > No I didn't. But that's my point. I already did input that >

Re: [SQLObject] SQLObject 0.10.3

2008-12-02 Thread Oleg Broytmann
On Tue, Dec 02, 2008 at 01:55:45PM +0200, Dan Pascu wrote: > On Monday 01 December 2008, Oleg Broytmann wrote: > > On Mon, Dec 01, 2008 at 04:55:53PM +0200, Dan Pascu wrote: > > > It would be nice to announce the intention of making a new release on > > > the mailing list a few days before actually

Re: [SQLObject] SQLObject 0.10.3

2008-12-02 Thread Dan Pascu
On Monday 01 December 2008, Oleg Broytmann wrote: > On Mon, Dec 01, 2008 at 04:55:53PM +0200, Dan Pascu wrote: > > It would be nice to announce the intention of making a new release on > > the mailing list a few days before actually doing it. I had a pending > > bugfix on my TODO list and if I knew

Re: [SQLObject] SQLObject 0.10.3

2008-12-01 Thread Oleg Broytmann
On Mon, Dec 01, 2008 at 04:55:53PM +0200, Dan Pascu wrote: > It would be nice to announce the intention of making a new release on the > mailing list a few days before actually doing it. I had a pending bugfix > on my TODO list and if I knew you were about to make a new release I > would have fo

Re: [SQLObject] SQLObject 0.10.3

2008-12-01 Thread Dan Pascu
On Monday 01 December 2008, Oleg Broytmann wrote: > Hello! > > I'm pleased to announce version 0.10.3, a minor bugfix release of 0.10 > branch of SQLObject. > News since 0.10.2 > - > > * Changed interpretation of strings in the DB URI for boolean > parameters: '0', 'no', 'off' and '

Re: [SQLObject] SQLObject 0.10.3

2008-12-01 Thread Dan Pascu
On Monday 01 December 2008, Oleg Broytmann wrote: > Hello! > > I'm pleased to announce version 0.10.3, a minor bugfix release of 0.10 > branch of SQLObject. It would be nice to announce the intention of making a new release on the mailing list a few days before actually doing it. I had a pending

[SQLObject] 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 to be eas