I've found the test cases for Middle Kit. I ran them and I get these results. I know that the Postgres support is not complete, but I don't know how incomplete it is. Does this look about right to you? In order to get these results I did adjust SQLGeneratory.py to write "USE DATABASE" -> "\c DATABASE" as shown below.

-winston
-------------------------------
RESULTS
-------
     succeeded MKBasic.mkmodel
     succeeded MKNone.mkmodel
*** FAILED *** MKString.mkmodel
*** FAILED *** MKDateTime.mkmodel
*** FAILED *** MKEnums.mkmodel
*** FAILED *** MKDefaultMinMax.mkmodel
     succeeded MKTypeValueChecking.mkmodel
     succeeded MKInheritance.mkmodel
     succeeded MKInheritanceAbstract.mkmodel
*** FAILED *** MKList.mkmodel
*** FAILED *** MKObjRef.mkmodel
     succeeded MKObjRefReuse.mkmodel
*** FAILED *** MKDelete.mkmodel
*** FAILED *** MKDeleteMark.mkmodel
*** FAILED *** MKMultipleStores.mkmodel
     succeeded MKMultipleThreads.mkmodel
     succeeded MKModelInh1.mkmodel
     succeeded MKModelInh2.mkmodel
     succeeded MKModelInh3.mkmodel
       skipped MKExcel.mkmodel

----------------
I hacked the generator for the InsertSamples.sql file so it works for PostgreSQL in SQLGenerator.py line 94 like so:
# ww - for PostgreSQL
file.write('\\c %s;\n\n' % self.sqlDatabaseName())
# file.write('use %s;\n\n' % self.sqlDatabaseName())




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to