Julian Figueroa
Member since Dec 12, 2017
- Profile: /members/13675-julian-figueroa.htm
- Comments: 2
Recent Blog Comments By Julian Figueroa
-
Casting Bit Fields To Booleans Using The Node.js MySQL Driver
Posted on Dec 13, 2017 at 11:00 AM
@Ben, Hi Ben, thanks for the reply, I could know the number of the types using the library mysql.Types, and voila.... read more »
-
Casting Bit Fields To Booleans Using The Node.js MySQL Driver
Posted on Dec 12, 2017 at 11:40 AM
Hey guys, great article, I'm wondering, how I can get the exact type of a column in the database. I mean, the extracted fields from the NPM MYSQL query look like this: FieldPacket { catalog: 'def', db: 'lookupdata', table: 'actor', orgTable: 'actor', name: 'actor_id', orgN... read more »