[SQLObject] patch for supporting all database classes in a package in sqlobject-admin

2006-06-16 Thread Kevin Dangoor
ve of this change? http://trac.turbogears.org/turbogears/ticket/77 -- Kevin Dangoor TurboGears / Zesty News email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com ___ sqlobject-discuss mailing list sqlobje

Re: [SQLObject] SQLObject, sqlite and Twisted

2006-05-16 Thread Kevin Dangoor
On 5/16/06, Chaz. <[EMAIL PROTECTED]> wrote: Has anyone used SQLObject with sqlite on the Twisted framework? I would like to know if there are any "gotchas" that I should watch out for before beginning. It depends on your exact usage. Generally speaking, they are incompatible. SQLObject databa

Re: [SQLObject] Re: [TurboGears] Problem with TG 0.9a4 (and trunk), identity, and postgres

2006-04-19 Thread Kevin Dangoor
On 4/18/06, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Tue, Apr 18, 2006 at 03:52:27PM -0400, Kevin Dangoor wrote: > > My suggestion here is that the by* methods should call the column's > > validator.from_python method. In the case of a UnicodeCol, this would

Re: [SQLObject] Thank you for the nice words (was: Bloody hell)

2006-04-19 Thread Kevin Dangoor
On 4/19/06, Elver Loho <[EMAIL PROTECTED]> wrote: > I want to have a class that is initialised from the database. I also > want to put its definition in the same file or include the model just > once into my program. However, this is impossible as far as I know. Or > is it? Here's a workaround: d

[SQLObject] Re: [TurboGears] Problem with TG 0.9a4 (and trunk), identity, and postgres

2006-04-18 Thread Kevin Dangoor
I'm crossposting to the SQLObject list, because I'm certain that Oleg or Ian will likely find a hole in my suggestion. On 4/18/06, Jason Chu <[EMAIL PROTECTED]> wrote: > I'm in the midst of trying to deploy our first public release and I'm > running into a problem that has been mentioned before.

Re: [TurboGears] Re: [SQLObject] Adding Additional Properties to Columns

2006-04-13 Thread Kevin Dangoor
On 4/13/06, Ed Singleton <[EMAIL PROTECTED]> wrote: > > On 13/04/06, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > > On Thu, Apr 13, 2006 at 10:32:23AM +0100, Ed Singleton wrote: > > > Is there a way I can easily add additional properties to a column in > > > my table definition? > > > > > > For exam

Re: [SQLObject] MYSQL Transaction is not atomic

2006-04-11 Thread Kevin Dangoor
On 4/9/06, Eric Hawthorne <[EMAIL PROTECTED]> wrote: > voter = Voter.get(someId) > ... > hub.begin() <-- supposed to start a transaction > > ballot = Ballot(district.id, encryptedAnswers) > voter.hasVoted = True > > hub.commit() > hub.end() > > So how could it happen that the database examined aft

Re: [SQLObject] URI for a database without a password?

2006-03-29 Thread Kevin Dangoor
On 3/29/06, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Wed, Mar 29, 2006 at 02:13:02PM -0500, Kevin Dangoor wrote: > > Do database URIs always need passwords in them? > >No. I often configure Postgres to use ident auth, and don't use > passwords at all. And,

[SQLObject] URI for a database without a password?

2006-03-29 Thread Kevin Dangoor
wrong for a passwordless dburi. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com --- This SF.Net email is sponsored by xP

Re: [SQLObject] Re: GPL License

2006-03-21 Thread Kevin Dangoor
Hi Matt, On 3/21/06, Matt Good <[EMAIL PROTECTED]> wrote: > Kevin, I have contacted the pymssql authors and they've agreed to change > it to LGPL, so this looks good. Cool. That's been my general experience when talking to library authors. > I guess I can see Oleg's point since if the import isn

Re: [SQLObject] GPL license

2006-03-21 Thread Kevin Dangoor
On 3/21/06, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Mon, Mar 20, 2006 at 05:01:38PM -0500, Matthew Good wrote: > > The mssql backend for SQLObject optionally uses pymssql, though AFAIK > > this is going to be a problem due to the GPL license of pymssql. > >SQLObject doesn't include DB AP

[SQLObject] db_package addition to sqlobject.txt

2006-01-30 Thread Kevin Dangoor
Someone has created a patch for sqlobject to add "db_package" to sqlobject.txt: http://trac.turbogears.org/turbogears/ticket/77 This makes it easier to load a bunch of modules of SQLObject classes. Opinions? Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader ema

[SQLObject] Re: [TurboGears] SQLite threading bug fixed

2006-01-22 Thread Kevin Dangoor
Cool. Have you also taken care of the threadsafety issue with object creation? There's a patch in the TG trac for it that I mentioned here a few days back. Kevin On 1/22/06, Ian Bicking <[EMAIL PROTECTED]> wrote: > > After long last, the SQLite bug with threading should be fixed. Though > with :

[SQLObject] id threadsafety issue with a patch

2006-01-16 Thread Kevin Dangoor
I'm not sure if the threadsafety issue when creating new objects has been fixed already, but someone submitted a patch to the TG trac: http://trac.turbogears.org/turbogears/attachment/ticket/397/sqlobject_threading.patch Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader