[Home]

Summary:ASTERISK-00835: [patch] "Value" column name in app_unixodbc is a reserved word on MySQL
Reporter:James Sharp (jpsharp)Labels:
Date Opened:2004-01-14 00:08:08.000-0600Date Closed:2004-09-25 02:55:01
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_dbodbc.c
( 1) app_unixodbc.c.diff
Description:You can't have a column named "value" in MySQL.  This patch just changes it to "keyvalue", which is legal.

Makes it more database agnostic.
Comments:By: Brian West (bkw918) 2004-01-14 00:17:12.000-0600

Uploaded the fixed one.  We realized this early on :)  Its app_dbodbc.c

By: James Sharp (jpsharp) 2004-01-14 00:17:15.000-0600

Neber mind.  Bugs are fixed in app_dbodbc.c

By: Brian West (bkw918) 2004-01-14 00:20:57.000-0600

:) Should this be added to CVS yet?

By: Brian West (bkw918) 2004-01-14 00:45:19.000-0600

Coming to a CVS Repository near you... be on the look out! :P