Releases: chillerlan/php-database
Releases · chillerlan/php-database
3.1.0
3.0.1
- fix
IN()
,NOT IN()
- added
ANY()
andSOME()
support - added a catch for
mysqli::stmt()
errors - readme & example fixes
3.0.0
- updated dependencies
- fixed MySQL "INSERT ... ON CONFLICT" (Postgres still wonky)
- cleanup (...)
2.1.0
:sparkles:
2.0.2
- logger fix
- removed vagrant
2.0.1
- added mysql
INSERT IGNORE
/REPLACE
and postgresINSERT ... ON CONFLICT
Insert::into(string $table, string $on_conflict = <REPLACE, IGNORE>, string $conflict_target = <column>)
2.0.0
- "update"
16 Dec 2017 · 50 commits to master since
1.0.2
:octocat: use chillerlan\Traits\{...}
1.0.1
use chillerlan\Traits\DotEnv;
1.0.0
- initial release