[svn-commits] seanbright: branch group/newcdr r201998 - /team/group/newcdr/cel/cel_tds.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 19 15:29:27 CDT 2009


Author: seanbright
Date: Fri Jun 19 15:29:24 2009
New Revision: 201998

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=201998
Log:
Add commas after new column names in insert statement.

Let's give this a fighting chance of actually working.

Modified:
    team/group/newcdr/cel/cel_tds.c

Modified: team/group/newcdr/cel/cel_tds.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/cel/cel_tds.c?view=diff&rev=201998&r1=201997&r2=201998
==============================================================================
--- team/group/newcdr/cel/cel_tds.c (original)
+++ team/group/newcdr/cel/cel_tds.c Fri Jun 19 15:29:24 2009
@@ -207,9 +207,9 @@
 			"eventtime, "
 			"eventtype, "
 			"amaflags, "
-			"uniqueid"
-			"linkedid"
-			"userfield"
+			"uniqueid,"
+			"linkedid,"
+			"userfield,"
 			"peer"				 ") "
 				 "VALUES "
 				 "("




More information about the svn-commits mailing list