Daniel Opitz

Results 2 issues of Daniel Opitz

Hi! Usually I use MySQL, but this time I have a MariaDB server. In MariaDB the schema field `COLUMN_DEFAULT` contains 'NULL' as string to define null as default. So when...

Here are some initial ideas: * Provide interface for each concern. * Add `SessionManagerInterface` to handle session operations, such as `start`, `save`, `destroy`, `getName`, etc. * Reduce `SessionInterface` to handle...