auraphp/Aura.SqlQuery

To add IGNORE statement to INSERT query library has different interfaces

Opened this issue · 0 comments

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()