Aura.SqlQuery
Aura.SqlQuery copied to clipboard
To add IGNORE statement to INSERT query library has different interfaces
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()