From: gustafn <gne...@us...> - 2011-07-09 10:59:08
|
Update of /cvsroot/aolserver/nspostgres In directory vz-cvs-4.sog:/tmp/cvs-serv30405 Modified Files: ChangeLog Log Message: - updated README file Index: ChangeLog =================================================================== RCS file: /cvsroot/aolserver/nspostgres/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** ChangeLog 13 Jun 2007 22:38:55 -0000 1.32 --- ChangeLog 9 Jul 2011 10:59:05 -0000 1.33 *************** *** 1,3 **** ! 2007-06-12 tag nspostgres_v4_r1 2007-06-12 Dossy Shiobara <do...@pa...> --- 1,9 ---- ! 2011-07-09 Gustaf Neumann <ne...@wu...> ! tag nspostgres_v4_r2 ! ! 2011-07-05 Gustaf Neumann <ne...@wu...> ! * nspostgres.c: using SQL escape string syntax E'...' when needed (required in PostgreSql 9.1) ! * nspostgres.c: cleanup to get rid of compilation warnings ! * Makefile: add -lnsdb to the libraries 2007-06-12 Dossy Shiobara <do...@pa...> *************** *** 12,16 **** 2007-03-09 Jim Lynch <ji...@ja...> ! * backed out of defaulting POSTGRES var in Makefile; it should print a message if not defined. --- 18,22 ---- 2007-03-09 Jim Lynch <ji...@ja...> ! * backed out of defaulting POSTGRES var in Makefile; it should print a message if not defined. *************** *** 21,25 **** append_PQresultStatus. added allocation responsibility to caller, who now must allocate the string, pass it in, use the result then free the ! string. function docs (in nspostgres.c just above function) altered appropriately. --- 27,31 ---- append_PQresultStatus. added allocation responsibility to caller, who now must allocate the string, pass it in, use the result then free the ! string. function docs (in nspostgres.c just above function) altered appropriately. *************** *** 30,34 **** 2007-02-17 Jim Lynch <ji...@ja...> * factor: ! we want to add the PQexec result status code to a string, so we will use a Tcl_DString which is a dynamic string. So, create a function called stringify_PQresultStatus which returns pointer --- 36,40 ---- 2007-02-17 Jim Lynch <ji...@ja...> * factor: ! we want to add the PQexec result status code to a string, so we will use a Tcl_DString which is a dynamic string. So, create a function called stringify_PQresultStatus which returns pointer |