Update of /cvsroot/webware/Webware/MiddleKit/Design
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10244/Design
Modified Files:
SQLGenerator.py
Log Message:
Fixed breakage in processing Samples.csv files with explicit serial numbers.
Index: SQLGenerator.py
===================================================================
RCS file: /cvsroot/webware/Webware/MiddleKit/Design/SQLGenerator.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** SQLGenerator.py 9 Mar 2004 06:27:15 -0000 1.46
--- SQLGenerator.py 9 Mar 2004 19:19:46 -0000 1.47
***************
*** 814,817 ****
return self._props.get(key,default)
! def sqlForNonNoneSampleInput(self, input):
return input
--- 814,817 ----
return self._props.get(key,default)
! def sqlForSampleInput(self, input):
return input
|