﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
300	Unknow data type bigint in ODBC to MySQL	Javier Portugal	danirus	"// When consulting over a field of type bigint from a MySql database, TOL raises
a warning:

create table prueba
(
  campoUno   bigint  NOT NULL
);

insert into prueba(45);

// In TOL
Set DBTable(""select campoUno from prueba"");

// Gives next warning: 
// Warning: (Funcion DBTable) La consulta debería devolver un texto, una fecha o
un número en el campo 1"	defect	closed	highest		DataBase	head	normal	fixed		
