| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Russell Robinson | Date: | October 28 2008 12:22am |
| Subject: | Re: Patch for ssqls null blob deficiency | ||
| View as plain text | |||
Hi Warren, On Tue, 28 Oct 2008 10:13:48 am Warren Young wrote: > This should be taken care of by line 192 in lib/type_info.cpp. I think I've found the problem. Line 192 in lib/type_info.cpp does not include this flag: mysql_ti_sql_type_info::tf_default so, it doesn't get added to the map_ field. This doesn't explain why my test actually works, but does explain why my project doesn't work. The question is: should it include the tf_default flag? -- Russell Robinson (russellr@stripped)
