[Quantproject-developers] QuantProject/b2_DataAccess SQLBuilder.cs, 1.3, 1.4
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-24 21:05:22
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27757/b2_DataAccess Modified Files: SQLBuilder.cs Log Message: bug fixed: now the script works with an English OS Index: SQLBuilder.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/SQLBuilder.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SQLBuilder.cs 12 Nov 2008 20:37:28 -0000 1.3 --- SQLBuilder.cs 24 Nov 2008 21:05:12 -0000 1.4 *************** *** 125,129 **** { string filterForDailyTime = ! "(Format([baDateTimeForOpen],'hh:mm:ss')" + SQLBuilder.getSqlStringForComparisonOperator( sqlComparisonOperator ) + SQLBuilder.GetTimeConstant( time ) + ")"; --- 125,129 ---- { string filterForDailyTime = ! "(Format([baDateTimeForOpen],'hh.mm.ss')" + SQLBuilder.getSqlStringForComparisonOperator( sqlComparisonOperator ) + SQLBuilder.GetTimeConstant( time ) + ")"; |