Hi,
I recently upgraded my product from python 2.2 to 2.3.2 and did some minor clean up at the same time in preparation for the next added feature. I wasn't getting the correct test results and I have been tracking bugs for days, which I assumed were typos. Instead I found that Mk4py.dll for 2.3.2 no longer handles appending of PyRowRef's, which my complex data manipulation application makes heavy use of. In the past, matching attribute names would get their values added to the new row. Now it adds the row, with all attributes set to '' (or 0).
Is this a bug? Can I do this at all with 2.3.2? Am I doing something wrong?
This can be related to PySequence_Check that is used by metakit when appending.
HTH Niki Spahiev
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
