Re: [Webware-devel] Re: MiddleKit PostgreSQL support

2004-08-29 Thread Jason Hildebrand
Hi Winston, Sorry, I left for vacation Thursday evening and checked in that code in a hurry without fully testing it. Several months ago the 'sqlIdName' method was replaced by 'sqlSerialColumnName', and I didn't catch this before committing my code. I've just fixed this in CVS, so you'll just ne

[Webware-devel] Re: MiddleKit PostgreSQL support

2004-08-29 Thread Winston WOLFF
I'm trying to get Jason's postgres support working, and I run into a little problem. It seems the sqlIdname() method doesn't appear in MiddleKit.Core.Klass. See the code and stack trace below. I had noticed a similar sqlIdName() method in the Postgres support from before Jason checked in

[Webware-devel] Re: MiddleKit PostgreSQL support

2004-08-29 Thread Winston WOLFF
Jason and Diogo- I want to thank you also for this PostgreSQL support. I just happen to be starting to play with middle kit, the timing of this thread is uncanny. Perhaps I'll work on datetime support since I will probably need it. -winston From: Jason Hildebrand <[EMAIL PROTECTED]> <>Re: Midd