Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | revert folder renaming | Mario | 2020-11-26 | 1 | -0/+53 |
| | |||||
* | psr-4 autoloading standard | Mario | 2020-11-26 | 1 | -53/+0 |
| | |||||
* | Make it little bit less likely to erase a real database. | Klaus Weidenbach | 2018-01-29 | 1 | -6/+6 |
| | | | | | Changed the default PHPUnit database environment variables to make it little bit less likely to truncate accidently a real database. | ||||
* | :white_check_mark: Unit Test for dba_pdo driver class. | Klaus Weidenbach | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | :construction_worker::white_check_mark: Add MySQL 5.7 in TravisCI. | Klaus Weidenbach | 2017-06-05 | 1 | -11/+16 |
| | | | | | | Use a Docker container to add MySQL 5.7 in TravisCI. A lot of sql_mode settings have changed with 5.7, so finnaly provide it to test against it. | ||||
* | :construction_worker::white_check_mark::bug: Import table structure in TravisCI. | Klaus Weidenbach | 2017-05-06 | 1 | -1/+10 |
| | | | | | Fix a syntax error in schema_postres.sql which was discovered while working on this. | ||||
* | :construction_worker: Add old MySQL 5.5 to Travis CI again. | Klaus Weidenbach | 2017-03-14 | 1 | -0/+2 |
| | | | | | | The trusty distro contains MySQL 5.6. Add a precise distro with MySQL 5.5. Unfortunately 5.7 is not yet provided, which would be interesting because of the enabled strict SQL mode. | ||||
* | [FEATURE] :construction_worker: Extend Travis CI integration. | Klaus Weidenbach | 2017-03-14 | 1 | -0/+37 |
Testing several Travis CI features. Add DBs to travis execution matrix. Doxygen API docu generation and deployment to gh-pages. Update phpunit to 5.7. |