Re: [Webware-devel] MiddleKit updates

2005-02-19 Thread Chuck Esterbrook
On Tue, 15 Feb 2005 05:20:42 -0500, Winston Wolff wrote: > Can a few more people run the MiddleKit tests on their machines?  I > want to see if the failures I am getting are from my version of > MySQL or from MiddleKit. > > -ww I've completed a whole bunch of improvements to MiddleKit which I'll d

Re: [Webware-devel] MiddleKit updates

2005-02-15 Thread Winston Wolff
Can a few more people run the MiddleKit tests on their machines? I want to see if the failures I am getting are from my version of MySQL or from MiddleKit. -ww On Feb 5, 2005, at 8:16 PM, Chuck Esterbrook wrote: As you'll see on the checkins list, I made some fixes to MiddleKit. The test suite

Re: [Webware-devel] MiddleKit updates

2005-02-07 Thread Winston Wolff
I've filled bug report 8355 at Mysql.org. But I'm eager to hear other people's results from running your test suite. I have tested a few such as the MinMax test, and they don't work even after I fix the Create.sql script. -winston On Feb 6, 2005, at 11:42 PM, Chuck Esterbrook wrote: mysql> use

Re: [Webware-devel] MiddleKit updates

2005-02-06 Thread Chuck Esterbrook
That's odd. I use MySQL as well and don't have this problem. I have version 4.0.20a-win. I'm on Win XP for development (Linux in production, although I haven't run the tests there recently). What version of MySQL do you have? I agree it looks like a mysql bug, like it's caching the data. What i

Re: [Webware-devel] MiddleKit updates

2005-02-06 Thread Winston Wolff
Oh, and one more thing. If you drop the _MKClassIds table before you drop the database, then it works. -ww On Feb 6, 2005, at 6:30 PM, Winston Wolff wrote: Hello Chuck- I'm getting errors. Below is the output from the MKBasic test, as well as my LocalConfig.py. All the tests complain about t

Re: [Webware-devel] MiddleKit updates

2005-02-06 Thread Winston Wolff
Hello Chuck- I'm getting errors. Below is the output from the MKBasic test, as well as my LocalConfig.py. All the tests complain about this: ERROR 1062 (23000) at line 25: Duplicate entry '1' for key 1. I think the problem is actually a bug in MySQL. If you delete a database, and then re

[Webware-devel] MiddleKit updates

2005-02-05 Thread Chuck Esterbrook
As you'll see on the checkins list, I made some fixes to MiddleKit. The test suite now passes in full for MySQL even with more recent versions of MySQLdb (which started breaking MiddleKit with MySQLdb 0.9.2). Two notes: * Someone should run the test suite on the latest code with Postgres. * On

Re: [Webware-devel] MiddleKit updates

2004-03-04 Thread Chuck Esterbrook
On Thu, 04 Mar 2004 15:59:41 -0600, Jason Hildebrand wrote: > On Thu, 2004-03-04 at 15:52, Chuck Esterbrook wrote: > >> Good to hear from you. I've checked in that file now, thanks for >> reporting it. >> > > Thanks. > > >> Also, I've been testing MiddleKit with MySQL and Microsoft SQL >> Server. A

Re: [Webware-devel] MiddleKit updates

2004-03-04 Thread Jason Hildebrand
On Thu, 2004-03-04 at 15:52, Chuck Esterbrook wrote: > Good to hear from you. I've checked in that file now, thanks for > reporting it. Thanks. > Also, I've been testing MiddleKit with MySQL and Microsoft SQL > Server. Anyone here want to take Postgres for a spin? I'm sure it's > slightly broken

Re: [Webware-devel] MiddleKit updates

2004-03-04 Thread Chuck Esterbrook
Hi Jason, Good to hear from you. I've checked in that file now, thanks for reporting it. Btw, nice job on the MixIn enhancement. Also, I've been testing MiddleKit with MySQL and Microsoft SQL Server. Anyone here want to take Postgres for a spin? I'm sure it's slightly broken after my changes, b

[Webware-devel] MiddleKit updates

2004-03-04 Thread Jason Hildebrand
Hi Chuck, Exciting to see some of the middlekit changes you've added recently. It appears that you missed a new file; there is a import of MiddleKit.Design.KlassSQLSerialColumnName but there is no such file in CVS. By the way, I checked in some stuff last year which lets you dump a databas