Skip to content

Releases: bakaphp/database

Version 0.1.2

09 Sep 14:50
2952251
Compare
Choose a tag to compare
  • Set updated_at on creation

Version 0.5.3.2

21 May 15:08
0158750
Compare
Choose a tag to compare
  • Remove return type of getId when we are using uuid

Version 0.5.3.1

05 Mar 18:22
8b97496
Compare
Choose a tag to compare
  • Upgrade Phinx Version

Version 0.5.3

15 Feb 01:03
f5c4e44
Compare
Choose a tag to compare
  • Fix issue with beforeUpdate when updating a record from a new object
<?php

$user = new User();
$user->id = 1;
$user->displayname = 'kaioken';
$user->save();

but this user already exists ;)

Version 0.5.2

13 Jun 20:24
Compare
Choose a tag to compare
  • Move getPrimaryKeys to public methods

Version 0.5.1

04 Jun 18:04
1d75cb0
Compare
Choose a tag to compare

-Remove some of the project's dependencies

Version 0.5

04 Jun 17:35
Compare
Choose a tag to compare
  • Add more test
  • Folder structure
  • Hash table structure
  • Custom Fields structure
  • Custom Filter Structure
  • Rapid API Crud Traits

Version 0.1.1

24 Dec 21:02
b227de7
Compare
Choose a tag to compare
  • Update custom field return type

Version 0.1

26 Nov 12:56
a48c77b
Compare
Choose a tag to compare

First version release