|
From: Oleg B. <ph...@ph...> - 2012-02-23 20:06:04
|
On Thu, Feb 23, 2012 at 07:40:54PM +0100, Petr Jake?? wrote:
> After some investigation of the method columnsFromSchema it looks like
> Firebird (FB 2.5 SuperServer actualy) returns the information about the
> field type in following form:
> u'SHORT
> '
> so it is necessary to add
> t = t.strip()
> in the for loop (tested)
Ok, I'll add it.
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|