On Thu, Jan 28, 2010 at 8:01 AM, Chris Nelson <[email protected]> wrote:
> It's setting an e-mail address for
> each user that is needed.
Right, thanks.
> We sometimes do:
>
> INSERT INTO session_attribute (sid, authenticated, name, value)
> VALUES ('user', 1, 'email', '[email protected]');
> INSERT INTO session_attribute (sid, authenticated, name, value)
> VALUES ('user', 1, 'name', 'User Name');
Yes, that's what I need. I'm sorry if I'm being dense, but is there
somewhere I can read aobut how the trace database is organized, or
should I be able to figure that out from the code? (I'm a database
neophyte, but I expect I could cobble something together for this
one-off script without too much pain, if that's the best route).
Thanks again,
Robby
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.