Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/commonal.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.113.2.1 by aga4096, Tue Oct 18 09:19:53 2005 UTC revision 1.113.2.2 by aga4096, Fri Oct 28 07:02:52 2005 UTC
# Line 22  Line 22 
22   *   *
23   * $Revision$   * $Revision$
24   * $Log$   * $Log$
25     * Revision 1.113.2.2  2005/10/28 07:02:52  aga4096
26     * ・サブインデックスを含むインデックスの削除時にエラーが出ることがあるのを修正.
27     *
28   * Revision 1.113.2.1  2005/10/18 09:19:53  aga4096   * Revision 1.113.2.1  2005/10/18 09:19:53  aga4096
29   * ・PubMed補完が正しくないことがあるのを修正.   * ・PubMed補完が正しくないことがあるのを修正.
30   *   *
# Line 6457  result_t deleteIndexInternal( sessionid_ Line 6460  result_t deleteIndexInternal( sessionid_
6460                      result = querySimple( functionName, sql );                      result = querySimple( functionName, sql );
6461                  }                  }
6462              }              }
6463                
6464                // SQLFreeStmtについては  http://as400bks.rochester.ibm.com/pubs/html/as400/v4r5/ic2962/info/db2/rzadpmst62.htm#HDRFNFSTMT
6465                SQLFreeStmt( hstmt, SQL_CLOSE );
6466                SQLFreeStmt( hstmt, SQL_UNBIND );
6467          }          }
6468                    
6469          // 影響を受けたはずのアイテムを insertMetadataEventAutoする          // 影響を受けたはずのアイテムを insertMetadataEventAutoする

Legend:
Removed from v.1.113.2.1  
changed lines
  Added in v.1.113.2.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26