laravelBatch icon indicating copy to clipboard operation
laravelBatch copied to clipboard

Problems when updating strings starting with +

Open Tlapi opened this issue 4 years ago • 2 comments
trafficstars

Latest release 2.2.4 has broken our build, when updating phone numbers like +420111222333, it treats this string as if increment is wanted.

I think, there should be optional parameter to enable the increment / decrement function and has it disabled by default.

Tlapi avatar Feb 27 '21 09:02 Tlapi

The patch https://github.com/mavinoo/laravelBatch/pull/56 causes SQL syntax error if a column is not int type and its new value starts with a operator.

@WalterWoshid Would you have any ideas to deal with this problem?

hareku avatar Mar 05 '21 08:03 hareku

@Tlapi @hareku #58

WalterWoshid avatar Mar 05 '21 16:03 WalterWoshid