Re: [SQLObject] SQLObject 1.0.0 problem with Py 2.4

2011-05-26 Thread Petr Jakeš
Quis custodiet ipsos custodes? Who does fix bugs in test? ;-) Nice, thanks :D Petr -- vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you ge

Re: [SQLObject] SQLObject 1.0.0 problem with Py 2.4

2011-05-26 Thread Christoph Zwerschke
Am 26.05.2011 21:47 schrieb Oleg Broytman: > There is no need for opinions - I'm going to restore Python 2.4 > compatibility and release SQLObject 1.0.1, just not immediately Ok, thanks. If you need any help with testing, let me know. -- Christoph --

Re: [SQLObject] SQLObject 1.0.0 problem with Py 2.4

2011-05-26 Thread Oleg Broytman
On Thu, May 26, 2011 at 09:20:11PM +0200, Christoph Zwerschke wrote: > Since this involves discussing which Python versions are supported, > maybe it's better to discuss it here so people can voice their opinions. There is no need for opinions - I'm going to restore Python 2.4 compatibility an

Re: [SQLObject] SQLObject 1.0.0 problem with Py 2.4

2011-05-26 Thread Christoph Zwerschke
Am 26.05.2011 18:46 schrieb Oleg Broytman: > Thank you for spotting this! Where do you prefer to discuss the issue > - in the mailing list or in the SF tracker? Since this involves discussing which Python versions are supported, maybe it's better to discuss it here so people can voice their opini

Re: [SQLObject] SQLObject 1.0.0 problem with Py 2.4

2011-05-26 Thread Oleg Broytman
On Thu, May 26, 2011 at 06:34:55PM +0200, Christoph Zwerschke wrote: > Just noticed that SQLObject 1.0.0 does not work with Py 2.4 any more > which also breaks Py 2.4 compatibility for TurboGears 1. > > Can somebody look into this and either release a bugfix or declare Py > 2.4 as officially uns

[SQLObject] SQLObject 1.0.0 problem with Py 2.4

2011-05-26 Thread Christoph Zwerschke
Just noticed that SQLObject 1.0.0 does not work with Py 2.4 any more which also breaks Py 2.4 compatibility for TurboGears 1. Can somebody look into this and either release a bugfix or declare Py 2.4 as officially unsupported? I've already created a bug report at https://sourceforge.net/tracker

Re: [SQLObject] SQLObject 1.0.0

2011-03-28 Thread Oleg Broytman
On Mon, Mar 28, 2011 at 07:55:49PM +0200, Daniel Fetchinson wrote: > > 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 us

Re: [SQLObject] SQLObject 1.0.0

2011-03-28 Thread Daniel Fetchinson
> 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, D

Re: [SQLObject] SQLObject 1.0.0

2011-03-28 Thread Oleg Broytman
On Mon, Mar 28, 2011 at 04:11:02PM +0200, Imri Goldberg wrote: > 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 Thank you very much! Oleg. -- Oleg Broytmanhttp://phdru

Re: [SQLObject] SQLObject 1.0.0

2011-03-28 Thread Imri Goldberg
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/ --

[SQLObject] 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 started with