Aura.SqlQuery icon indicating copy to clipboard operation
Aura.SqlQuery copied to clipboard

To add IGNORE statement to INSERT query library has different interfaces

Open maximTarleckiy opened this issue 5 years ago • 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()

maximTarleckiy avatar Jan 13 '20 14:01 maximTarleckiy