Skip to content
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

Skip structure validation for now in createDocuments #316

Closed
wants to merge 24 commits into from

Conversation

lohanidamodar
Copy link
Contributor

Also includes changes to use internalID on createDocuments

@@ -236,11 +238,12 @@ class Database
* @param Adapter $adapter
* @param Cache $cache
*/
public function __construct(Adapter $adapter, Cache $cache, array $filters = [])
public function __construct(Adapter $adapter, Cache $cache, array $filters = [], String $name = 'default')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

String should be lowercase. It would make more sense to have nam as the first param later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants