Skip to content

Releases: ArrisFramework/Arris.Database

2.1.0

22 Jul 12:33
Compare
Choose a tag to compare
- PHP8 version
- critical fix LAST INSERT ID

2.0.0

12 Jun 15:02
Compare
Choose a tag to compare
- PHP8 version
- New Classes, that implements PDO

1.99.0

10 Jun 21:23
Compare
Choose a tag to compare
- v 2.0 Release candidate
- PHP8 version
- Changed class names
- Implements PDO

1.2.1

26 Apr 10:25
Compare
Choose a tag to compare
- PHP7.4 & PHP8 compatible
- DBConfig can accept empty `credentials` argument

1.2.0

11 Feb 17:16
Compare
Choose a tag to compare
- PHP7.4 & PHP8 compatible
- DBConfig now have `setDriver`, `setHost`, `setPort`, `setUser`, `setPassword`, `setCollate`, `setCharset` and `setDatabase`
- DBWrapper constructor takes first argument as ARRAY or DBConfig instance
- `SET NAMES` available for Postgres and MySQL
- `SET COLLATE` available for MySQL only

1.1.0

25 Nov 01:29
Compare
Choose a tag to compare
- PHP7.4 & PHP8 compatible
- Default charset and collate is utf8mb4 / utf8mb4_unicode_ci

1.0.1

05 Sep 19:51
Compare
Choose a tag to compare
- PHP8 compatible code
- unify loggers: info for slow requests, error for errors, emergency for fatal errors

1.0.0

18 Jul 23:01
Compare
Choose a tag to compare
- PHP8 compatible code
- removed apostrophes

0.9.10

21 Jun 18:38
Compare
Choose a tag to compare
  • PHP8 compatible code
  • fixed psr-4

0.9.9

21 Jun 18:37
Compare
Choose a tag to compare
- PHP8 compatible code