> See fixMetadata here in the Node.js driver.
> 
> https://github.com/asfernandes/node-firebird-driver-native/blob/master/src/lib/fb-util.ts

That's what I do exactly. But then I'm getting in length* full length of
the field (as if it's CHAR) and not real length (as in VARCHAR). So for
CHAR(20) UTF8, changed to SQL_VARYING, the length is 80. Which is kind
of confusing. :)

* You're reading it here:
https://github.com/asfernandes/node-firebird-driver-native/blob/master/src/lib/fb-util.ts#L135
.

-- 
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to