[Adapdev-commits] Adapdev/src/Adapdev.CodeGen NVelocityCodeTemplate.cs,1.1.1.1,1.2
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-06-02 03:26:09
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.CodeGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28755/src/Adapdev.CodeGen Modified Files: NVelocityCodeTemplate.cs Log Message: Updated OracleSelectQuery to properly handle SetLimit Updated CrypoTests to pass Modified SmartTreeView to track state of nodes across reloads Small modifications to the caching block Index: NVelocityCodeTemplate.cs =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.CodeGen/NVelocityCodeTemplate.cs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** NVelocityCodeTemplate.cs 28 Feb 2005 01:31:44 -0000 1.1.1.1 --- NVelocityCodeTemplate.cs 2 Jun 2005 03:25:59 -0000 1.2 *************** *** 112,117 **** return "Convert.To"+subt; } - - } } \ No newline at end of file --- 112,115 ---- |