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
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
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
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
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.
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
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
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,
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
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
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
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
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 :
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
14 matches
Mail list logo