[Trac] Re: some database design questions

2006-10-06 Thread Matt Good
Ian wrote: brand new to trac and brand new to sqlite as well. I have python experience and postgres experiece though. I'm working on a small project where we want to have our own webpage which will submit and create a trac ticket. I think I see how to update the tables using pysqlite. But

[Trac] Re: some database design questions

2006-10-05 Thread Noah Kantrowitz
I would highly recommend using XML-RPC to do this, not direct SQL. --Noah On Oct 5, 2006, at 10:45 AM, Ian wrote: Hi all, brand new to trac and brand new to sqlite as well. I have python experience and postgres experiece though. I'm working on a small project where we want to have our

[Trac] Re: some database design questions

2006-10-05 Thread Ian
well for now i think i'll do direct sql since i know that and i need to wrap this up today. Was my description of how the tables all fit together correct? Ian Noah Kantrowitz wrote: I would highly recommend using XML-RPC to do this, not direct SQL. --Noah On Oct 5, 2006, at 10:45 AM, Ian