You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I wanted to see how the filter for vehicle type and gender worked, so I asked Lisa to edit one the Rides she had created but I understand she cannot edit after it is created??;"
John
From the logs (sls -f update logs):
UPDATE rides SET client = 'Luke',facilitatorEmail = '??@??.??',pickupTimeAndDateInUTC = "2018-06-06T04:25:46.000Z",locationFrom = POINT(-33.796809, 151.282697),locationTo = POINT(-33.796809, 151.282697),fbLink = 'https://facebook.com/test',driverGender = 'female',carType = 'noSUV',status = 'OPEN',deleted = 0,suburbFrom = NULL,placeNameFrom = '6 Tower Street, Manly New South Wales 2095, Australia',postCodeFrom = '2095',suburbTo = NULL,placeNameTo = '6 Tower Street, Manly New South Wales 2095, Australia',postCodeTo = '2095',description = NULL WHERE id = 31
Result:
ERROR { Error: ER_BAD_FIELD_ERROR: Unknown column 'OPEN' in 'field list'
The text was updated successfully, but these errors were encountered:
"I wanted to see how the filter for vehicle type and gender worked, so I asked Lisa to edit one the Rides she had created but I understand she cannot edit after it is created??;"
From the logs (sls -f update logs):
Result:
The text was updated successfully, but these errors were encountered: