Exemplo n.º 1
0
 public function updateValue($id, $value)
 {
     $value = $this->convertToMysqlFormat($value);
     return parent::updateValue($id, $value);
 }
Exemplo n.º 2
0
 public function updateValue($id, $value)
 {
     $value = DB::expr('GeomFromText(:text)')->param(':text', $value);
     return parent::updateValue($id, $value);
 }
Exemplo n.º 3
0
 public function updateValue($id, $value)
 {
     return parent::updateValue($id, $this->normalizeValue($value));
 }