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

Next #3

Merged
merged 1,443 commits into from
Nov 9, 2017
Merged

Next #3

merged 1,443 commits into from
Nov 9, 2017

Conversation

f-wrobel
Copy link
Owner

@f-wrobel f-wrobel commented Nov 9, 2017

No description provided.

Umed Khudoiberdiev and others added 30 commits September 27, 2017 12:48
renamed ForeignKeySchema in to TableForeignKey;
renamed IndexSchema in to TableIndex;
renamed PrimaryKeySchema in to TablePrimaryKey;
The implementation of #858 broke the schema by altering the default valie without the metadata knowing about it.

This fixed it
Issue 945: Sqlite with multiple primary keys
SchemaBuilder: Table.addPrimaryKeys and Table.removePrimaryKeys (issue 952)
SelectQueryBuilder: executeCountQuery with the cordova driver
1. add enabledDrivers
2. assert array exactly the same
Example from provided test would be "countersInformationDescription" which previously would get database name "countersCountersInformationDescription". Problem was that parentEmbeddedMetadata was already taken into consideration when building prefix so anything deeper than one level would add earlier prefixes multiple times.

Previously `buildParentPrefixes` for `countersInformationDescription` would be `["counters", "counters_information]` and now it is simply `["counters_information"]`.
Umed Khudoiberdiev and others added 29 commits November 7, 2017 11:29
explicit require() statements for the drivers that call them
Normilize -> Normalize
( i  -> a )
Correct typo in function name
Conflicts:
	CHANGELOG.md
@f-wrobel f-wrobel merged commit b3824b2 into f-wrobel:tests-1 Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet