URGENT
-* Add OUTER joins, left and right[outer](Thomas, Bruce)
+* -Add OUTER joins, left and right[outer](Tom, Thomas)
* Allow long tuples by chaining or auto-storing outside db (TOAST)(Jan)
* Fix memory leak for expressions[memory](Tom?)
char *tobeinserted = NULL;
char *p;
char buff[20];
+ int hostvarl = 0;
/*
* Some special treatment is needed for records since we want
return false;
strcpy(newcopy, copiedquery);
- if ((p = next_insert(newcopy)) == NULL)
+ if ((p = next_insert(newcopy + hostvarl)) == NULL)
{
/*
else
{
strcpy(p, tobeinserted);
+ hostvarl = strlen(newcopy);
/*
* The strange thing in the second argument is the rest of the
*
* Copyright (c) 2000, Christof Petig
*
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.11 2000/09/26 11:41:43 meskes Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.12 2000/10/02 16:15:53 momjian Exp $
*/
PGconn *ECPG_internal_get_connection(char *name);