Skip to content

Releases: vendimia/database

0.1.70

01 Jan 23:12

Choose a tag to compare

7bdc25c (HEAD -> main, origin/main, origin/HEAD) Only process an entity if it has a field name.

0.1.69

26 Oct 15:52

Choose a tag to compare

305d9fd (HEAD -> main, origin/main, origin/HEAD) Adds methods connect() and disconnect() to connector
6dfef5c Adds description of Database\DatabaseException

0.1.68

22 Oct 01:25

Choose a tag to compare

db428e8 (HEAD -> main, origin/main, origin/HEAD) Temporally replaces * for + regexp for matching digits.

0.1.67

01 Sep 17:34

Choose a tag to compare

36b873f (HEAD -> main, origin/main, origin/HEAD) Adds FieldAbstract::getProperties()

0.1.66

20 Aug 18:43

Choose a tag to compare

c0f3e2a (HEAD -> main, origin/main, origin/HEAD) Updates Feld\Enum to accept any Enum object, either backed or pure.
5df6ff2 Preprocesses some arguments before creation of the Field object.
0463dad Changes Field::getFieldType() to static
b0c32c4 Allows Enum to accept a backed Enum as valid values
4f0a0dd Move process for all firsts positional non-named arguments to Fields, instead of hardcoded on FieldAbstract

0.1.65

30 Jul 16:29

Choose a tag to compare

77aae70 (HEAD -> main, origin/main, origin/HEAD) Allow null as return on first() or last()
27e951a Assing PK value on PK field before update or insert, so it saves a manually setted PK value
c52e1e4 Update composer.json to use any version of vendimia/helper

0.1.64

16 Dec 00:39

Choose a tag to compare

5abfbb3 (HEAD -> main, origin/main) Marks a entity populated with fromDatabase() as not new

0.1.63

26 Nov 05:07

Choose a tag to compare

197b4b4 (HEAD -> main) Removes unnecesary parenthesis in resulting SQL. Adds group() methor for grouping query expressions inside parenthesis

0.1.62

20 Nov 04:18

Choose a tag to compare

c761646 (HEAD -> main) Sets a über secure password for MySQL testing
3b05198 Adds support for cration of FOREIGN KEY constrains
ea74e9b Moves SQL creation for ALTER TABLE CHANGE fields to Connector
442bf3b Fixes array as default value. Presumably is for a JSON field, so it is converted to JSON
474b94a New method for prepare query, escaping values to certain variables
ed375b5 Changes test for index creation using the new generated name

0.1.61

06 Nov 01:03

Choose a tag to compare

d2e2e2c (HEAD -> main, origin/main) Fixes wrong aliased function for addUniqueIndex()