Differences From Artifact [e3dd232e5a]:

To Artifact [411399aa29]:


528
529
530
531
532
533
534





535
536
537
538
539
540
541
            $i++;
        }

        $result->reset();

        return $i;
    }






    /**
     * Préparer un statement SQLite3
     * @param  string $query Requête SQL
     * @return \SQLite3Statement
     */
    public function prepare($query)







>
>
>
>
>







528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
            $i++;
        }

        $result->reset();

        return $i;
    }

    public function lastInsertRowId()
    {
        return $this->db->lastInsertRowId();
    }

    /**
     * Préparer un statement SQLite3
     * @param  string $query Requête SQL
     * @return \SQLite3Statement
     */
    public function prepare($query)