>> types and sizes. Probably would be only the case for string. That is, >> if the user defines a std::string size 200 for a C++ field, then mysq >> whould suggest a char, instead of TEXT. > > Currently this is not backend specific, but, when specifying a size > 200 for a std::string field, the SQL type that is assumed by > createTables() will be "varchar(200)", which is standard SQL and well > supported by MySQL ?
that is fine... was not avare that this changed as well.. .. probably varchar(200) should be supported... -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
