Skip to content

1.2.0

Choose a tag to compare

@KarelWintersky KarelWintersky released this 11 Feb 17:16
· 11 commits to main since this release
- 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