Releases: chillerlan/php-database
Releases · chillerlan/php-database
3.1.0
Compare
Sorry, something went wrong.
No results found
PHPUnit 8
QueryBuilder: fixed USER_DEFINED type for shorthand methods
MySQLi driver: fixed port (int/null)
all dialects: fixed boolean fields
added logging for exceptions thrown in DriverInterfaceAbstract
3.0.1
Compare
Sorry, something went wrong.
No results found
fix IN(), NOT IN()
added ANY() and SOME() support
added a catch for mysqli::stmt() errors
readme & example fixes
3.0.0
Compare
Sorry, something went wrong.
No results found
updated dependencies
fixed MySQL "INSERT ... ON CONFLICT" (Postgres still wonky)
cleanup (...)
2.1.0
Compare
Sorry, something went wrong.
No results found
:sparkles:
2.0.2
Compare
Sorry, something went wrong.
No results found
logger fix
removed vagrant
2.0.1
Compare
Sorry, something went wrong.
No results found
added mysql INSERT IGNORE / REPLACE and postgres INSERT ... ON CONFLICT
Insert::into(string $table, string $on_conflict = <REPLACE, IGNORE>, string $conflict_target = <column>)
2.0.0
Compare
Sorry, something went wrong.
No results found
16 Dec 2017 · 50 commits to master since
1.0.2
Compare
Sorry, something went wrong.
No results found
:octocat: use chillerlan\Traits\{...}
1.0.1
Compare
Sorry, something went wrong.
No results found
use chillerlan\Traits\DotEnv;
1.0.0
Compare
Sorry, something went wrong.
No results found