Hey Mobi, 2010/3/23 mobi phil <[email protected]>: > besides that however with a fast look at git changes, the "create > table" issue is still there. (probably I did not mention it clearly). > Why? The idea was that Wt::Dbo asks the driver's opinion on some > static function about types that should be used for different C++ > 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 ? Regards, koen ------------------------------------------------------------------------------ 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
