Changeset 8987 for trunk/MagicSoft/Mars/msql
- Timestamp:
- 06/30/08 09:46:36 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msql/MSQLMagic.cc
r8942 r8987 290 290 { 291 291 return ExistStr(col, table, val) ? 292 Update(table, vars, Form("%s= %s", col, val)) :293 Insert(table, vars, Form("%s= %s", col, val));292 Update(table, vars, Form("%s='%s'", col, val)) : 293 Insert(table, vars, Form("%s='%s'", col, val)); 294 294 } 295 295
Note:
See TracChangeset
for help on using the changeset viewer.