Mohammad Akhondi

Results 2 issues of Mohammad Akhondi

Hi How do I get errors? errorInfo() `$query = $fluent->insertInto('article')->values($values)->execute();`

hi, Please check the following code: ` $values = array(); $values['string_text'] = " Hi"; // 4 Space $string_id = 1; $PDOx->table( 'strings' )->where( 'string_id', $string_id )->update( $values ); ` After...

enhancement