Patch level : 2.1 nopatch
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@12126 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0af9c76914
commit
108b0b8ac6
@ -731,7 +731,7 @@ void TRecordset::parsed_text(TString& sql) const
|
||||
sql.cut(pos);
|
||||
|
||||
if (var.type() == _datefld)
|
||||
s = var.as_date().string(ANSI);
|
||||
s.format("%ld", var.as_date().date2ansi());
|
||||
else
|
||||
s = var.as_string();
|
||||
if ((var.is_string() && s[0] != '\'') || var.is_null())
|
||||
|
Loading…
x
Reference in New Issue
Block a user