Update of /cvsroot/squirrel-sql/sql12/plugins/netezza/src/net/sourceforge/squirrel_sql/plugins/netezza/tab
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23276/plugins/netezza/src/net/sourceforge/squirrel_sql/plugins/netezza/tab
Modified Files:
NetezzaProcedureFormator.java
Log Message:
Fixed comments.
Index: NetezzaProcedureFormator.java
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/plugins/netezza/src/net/sourceforge/squirrel_sql/plugins/netezza/tab/NetezzaProcedureFormator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NetezzaProcedureFormator.java 28 Dec 2009 23:43:01 -0000 1.1
--- NetezzaProcedureFormator.java 28 Dec 2009 23:47:12 -0000 1.2
***************
*** 47,51 ****
* END_PROC;
*
! * comes out of the proceduresource column of the _v_procedure system tablelooking like this:
*
* CREATE OR REPLACE PROCEDURE num() RETURNS BOOL LANGUAGE NZPLSQL AS BEGIN_PROC /nDECLARE/n n NUMERIC;
--- 47,51 ----
* END_PROC;
*
! * comes out of the "proceduresource" column of the _v_procedure system table looking like this:
*
* CREATE OR REPLACE PROCEDURE num() RETURNS BOOL LANGUAGE NZPLSQL AS BEGIN_PROC /nDECLARE/n n NUMERIC;
***************
*** 144,149 ****
else
{
- // At this point, we have one long line of code that ends approximately with END;END_PROC with
- // statement separators interspersed.
result.append(part);
result.append(" ");
--- 144,147 ----
|