Patches item #620375, was opened at 2002-10-08 13:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=303152&aid=620375&group_id=3152
Category: modules Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthew Krenzer (krenzer) Assigned to: Nobody/Anonymous (nobody) Summary: Allow larger date formats Initial Comment: Our NLS_DATE_FORMAT is set to YYYY-MM-DD HH24:MI:SS which is apparently larger than whatever the default size for date type colunms is for our driver. This caused aolserver to segfault when selecting date fields from our database. This patch seems to have fixed that problem. There may be a better solution, but I don't know that much about OCI. All this patch does is statically increases the buffer size to allow 20 characters (which is what we need). If you need it bigger . . . make it bigger :-). If anyone knows how to dynamically determine what the size needs to be, that would be good. Matthew ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=303152&aid=620375&group_id=3152
