From: Oleg B. <ph...@ph...> - 2012-02-26 11:26:24
|
On Sun, Feb 26, 2012 at 09:00:37AM +0100, Petr Jake?? wrote: > The *names* list generated in: > names = [self.sqlmeta.columns[v[0]].dbName for v in setters] > (_SO_finishCreate method in main module) > > contains unicode type string elements (column names) for the columns, that > are not manually defined in the model. The solution, I think, would be to fix columnsFromSchema to make column names strings, not unicode. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |