Skip to content

Releases: chillerlan/php-database

3.1.0

Choose a tag to compare

@codemasher codemasher released this 01 Aug 23:51
  • 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

Choose a tag to compare

@codemasher codemasher released this 14 Feb 20:42
  • fix IN(), NOT IN()
  • added ANY() and SOME() support
  • added a catch for mysqli::stmt() errors
  • readme & example fixes

3.0.0

Choose a tag to compare

@codemasher codemasher released this 24 Oct 04:31
  • updated dependencies
  • fixed MySQL "INSERT ... ON CONFLICT" (Postgres still wonky)
  • cleanup (...)

2.1.0

Choose a tag to compare

@codemasher codemasher released this 08 Aug 22:51
:sparkles:

2.0.2

Choose a tag to compare

@codemasher codemasher released this 10 Apr 02:38
  • logger fix
  • removed vagrant

2.0.1

Choose a tag to compare

@codemasher codemasher released this 29 Jan 20:52
  • 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

Choose a tag to compare

@codemasher codemasher released this 28 Jan 20:11
  • "update"

16 Dec 2017 · 50 commits to master since

1.0.2

Choose a tag to compare

@codemasher codemasher released this 16 Dec 17:28
:octocat: use chillerlan\Traits\{...}

1.0.1

Choose a tag to compare

@codemasher codemasher released this 26 Nov 05:22
  • use chillerlan\Traits\DotEnv;

1.0.0

Choose a tag to compare

@codemasher codemasher released this 09 Jul 00:05
  • initial release