-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/nex 334/global newsql schema branch #693
base: develop
Are you sure you want to change the base?
Feature/nex 334/global newsql schema branch #693
Conversation
Added types to queries to persistence.
Added Spanner driver.
…tract-model-factory
…ewsql-schema-branch
…ure/NEX-334/global-newsql-schema-branch
…NEX-334/global-newsql-schema-branch
/** | ||
* @inheritdoc | ||
*/ | ||
public function prepareStatement($modelId, $subject, $predicate, $object, $lang, $author) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method prepareStatement
has 6 arguments (exceeds 4 allowed). Consider refactoring.
* @param string $author | ||
* @return array | ||
*/ | ||
abstract public function prepareStatement($modelId, $subject, $predicate, $object, $lang, $author); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method prepareStatement
has 6 arguments (exceeds 4 allowed). Consider refactoring.
/** | ||
* @inheritdoc | ||
*/ | ||
public function prepareStatement($modelId, $subject, $predicate, $object, $lang, $author) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method prepareStatement
has 6 arguments (exceeds 4 allowed). Consider refactoring.
Code Climate has analyzed commit c924b65 and detected 5 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
UUID should be string instead of object to be persisted to storage
Update UuidPrimaryKeyTrait.php
Global PR for the whole NewSql implementation.