.codeclimate.yml | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
LICENCE | |
|
|
README.md | |
|
|
build.xml | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
phpunit.xml | |
|
|
resources/employees.sql | |
|
|
resources/full.sql | |
|
|
resources/full_generated.sql | |
|
|
resources/minimal.sql | |
|
|
src/ConnectionProvider.php | 20 | A 0 mins |
|
src/DatabaseException.php | 6 | A 0 mins |
|
src/DatabaseUtils.php | 79 | A 3 hrs |
|
src/TestDatabaseConnection.php | 51 | A 0 mins |
|
src/logging/LoggingPDO.php | 54 | A 0 mins |
|
src/logging/LoggingPDOStatement.php | 107 | A 1 hr |
|
src/structure/Database.php | 101 | A 2 hrs |
|
src/structure/Field.php | 100 | A 1 hr |
|
src/structure/Migration.php | 51 | A 0 mins |
|
src/structure/SqlSetting.php | 16 | A 0 mins |
|
src/structure/Table.php | 212 | C 1 day |
|
src/structure/builder/DatabaseBuilder.php | 83 | A 0 mins |
|
src/structure/builder/FieldBuilder.php | 136 | A 35 mins |
|
src/structure/builder/TableBuilder.php | 179 | B 4 hrs |
|
src/structure/index/ForeignKey.php | 59 | A 45 mins |
|
src/structure/index/Index.php | 104 | A 1 hr |
|
src/structure/index/LazyForeignKey.php | 48 | A 50 mins |
|
src/structure/index/LazyIndex.php | 30 | B 5 hrs |
|
src/structure/index/LazyPrimary.php | 24 | A 0 mins |
|
src/structure/index/LazyUnique.php | 30 | B 5 hrs |
|
src/structure/index/Primary.php | 37 | A 0 mins |
|
src/structure/index/ReferenceOption.php | 11 | A 0 mins |
|
src/structure/index/Unique.php | 23 | A 0 mins |
|
src/structure/type/BoolType.php | 24 | A 0 mins |
|
src/structure/type/DatetimeType.php | 19 | A 0 mins |
|
src/structure/type/DecimalType.php | 26 | A 0 mins |
|
src/structure/type/EnumType.php | 26 | A 0 mins |
|
src/structure/type/IntType.php | 29 | A 0 mins |
|
src/structure/type/TinyIntType.php | 19 | A 0 mins |
|
src/structure/type/Type.php | 51 | A 2 hrs |
|
src/structure/type/VarcharType.php | 30 | A 0 mins |
|