- Fix Makefile for phpmd install site.
- Fix error in condig/di.
- Depend on anax/database.
- Added README.
- Removed Exception-class, not used.
- Moved class QueryBuilder to test/.
- Building upon anax/database ^2.2.
- Remove composer.lock.
- Unit testing for usecase used in README.
- Leave beta.
- Fixed validation tools and badges for README.
- Split anax/database-query-builder and anax/database-active-record.
- Changed namespace to Anax\DatabaseQueryBuilder.
- Made pass unit tests.
- Split anax/database and anax/database-query-builder.
- Added Codacy and Codeclimate badge.
- Update README with documentation.
- Adding service in config/di/db.php.
- Deprecated Active Record, the aim is to move that codebase to its own repo.
- Deprecated SQL Query builder, the aim is to move that codebase to its own repo.
- Fix phpdoc in Database, DatabaseQueryBuilder.
- Fix phpdoc in Database.
- Add support for updateWhere(), deleteWhere() and saveWhere(), fix #7.
- Add support for custom name of id field, fix #6.
- Change dependecy from anax/common to anax/configure.
- Add findWhere() and findbyId().
- Add unit test to ActiveRecordModel.
- Add Database::setOption() to enable set specific option to individual question.
- Database::execute now prints details when option is verbose.
- Add ActiveRecordModel::findAllWhere().
- Make all private methods protected in ActiveRecordModel to enable subclassing.
- Fix DatabaseQueryBuilder::configure now returns self.
- DatabaseQueryBuilder::configure now returns self.
- DatabaseConfigure::configure now returns self.
- Adding Active Record implementation.
- Prepare to work as databasedriven models.
- Adding querybuilder.
- Moving exception into Anax\Database\Exception.
- Creating DatabaseConfigure::configure and removing setDefaultsFromConfiguration, breaking change.
- Bug: when throwing statement exception on pdo failure.
- Bug: change $sql to $query in Database.
- Make statementException protected to work with extends.
- Reengineer fetch methods in Database.
- Rewrote Database class and moved debug utilities to DatabaseDebug.
- Cleaned up Database.
- Cleaned up DatabaseTest.
- Connect returns self for chaining.
- Rename DatabaseConfigurable to DatabaseConfigure.
- Fix error in composer.json.
- Add configurable variant of Database as DatabaseConfigurable.
- First version to include in anax for test.
- Extracted from mos/cdatabase to be an anax module.