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
To add IGNORE statement to INSERT query library has different driver implementations:
\Aura\SqlQuery\Pgsql\Insert:ignore()
\Aura\SqlQuery\Sqlite\Insert::orIgnore()
Can we use common interface for this?
Like: \Aura\SqlQuery\Common\Insert::ignore()
The text was updated successfully, but these errors were encountered:
To add IGNORE statement to INSERT query library has different driver implementations:
\Aura\SqlQuery\Pgsql\Insert:ignore()
\Aura\SqlQuery\Sqlite\Insert::orIgnore()
Can we use common interface for this?
Like: \Aura\SqlQuery\Common\Insert::ignore()
The text was updated successfully, but these errors were encountered: