WIP: #25-fix-64bit-values #26

Closed
Ghost wants to merge 15 commits from (deleted):#25-fix-64bit-values into stable
8 changed files with 404 additions and 144 deletions
Showing only changes of commit 76f9548977 - Show all commits

View File

@@ -27,7 +27,7 @@ use LogicException as exception_logic,
* @var architecture $architecture PHP implementation architecture
*
* @method void __construct() Constructor, initializes $architecture
@method void setArchitecture() Sets $architecture static property to PHP distribution architecture
* @method void setArchitecture() Sets $architecture static property to PHP distribution architecture
* @method self encoding(encoding $encoding) Write encoding into the database instance property (fluent interface)
* @method self columns(column ...$columns) Write columns into the database instance property (fluent interface)
* @method self connect(string $database) Initialize the database files (fluent interface)
@@ -215,7 +215,7 @@ class database
*
* @param mixed[] $values Values of the record
*
* @throws exception_invalid_argument if the balue type not matches the column values types
* @throws exception_invalid_argument if the value type not matches the column values types
* @throws exception_logic if amount of columns not matches the amount of values
*
* @return record|null The record instance