Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Duplicate record in postgresql from CodeIgniter
Post: RE: Duplicate record in postgresql from CodeIgnite...

fatihdilmac Wrote: (03-25-2019, 04:32 AM) -- neuron Wrote: (03-25-2019, 03:25 AM) -- Did you set your Primary key to Auto Increment? -- Keyword column is unique when user insert a keyword if it is...
3,875 Views
4 Replies
03-30-2019, 03:15 AM
fatihdilmac
    Thread: Duplicate record in postgresql from CodeIgniter
Post: RE: Duplicate record in postgresql from CodeIgnite...

neuron Wrote: (03-25-2019, 03:25 AM) -- Did you set your Primary key to Auto Increment? -- Keyword column is unique when user insert a keyword if it is already exist then I get the exeption
3,875 Views
4 Replies
03-25-2019, 04:32 AM
fatihdilmac
    Thread: Duplicate record in postgresql from CodeIgniter
Post: Duplicate record in postgresql from CodeIgniter

Hi Everyone,  Before I have used mysql, for insert action my code :  // in mymodel  public function insertData($table, $data) {         $res=$this->db->insert($table, $data);         return  ...
3,875 Views
4 Replies
03-24-2019, 12:45 PM
fatihdilmac

Theme © iAndrew 2016 - Forum software by © MyBB