-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUGFIX inspector] Fix columns names in debug-adapter #5733
Conversation
@thorsteinsson the tests file is Example modernization PRs:
|
@thorsteinsson so after reviewing this I'm fairly sure that whatever issue is being seen in Ember inspector is not related to When we interface with the |
@runspired Makes sense, I wanted to use the same column name as defined in the model to provide better info in the inspector. I can change that back to I've tested the changes with the Inspector and it works. I'll work on modernizing the tests. Since the |
I changed it back to use |
* [BUGFIX inspector] Include primaryKey column and default to 'id' * [BUGFIX inspector] Always use `id` for primary key * [CHORE tests] modernize integration/debug-adapter-test * [BUGFIX inspector] Revert changes to id * [BUGFIX inspector] Add test for column names
* [BUGFIX inspector] Include primaryKey column and default to 'id' * [BUGFIX inspector] Always use `id` for primary key * [CHORE tests] modernize integration/debug-adapter-test * [BUGFIX inspector] Revert changes to id * [BUGFIX inspector] Add test for column names
* [BUGFIX inspector] Include primaryKey column and default to 'id' * [BUGFIX inspector] Always use `id` for primary key * [CHORE tests] modernize integration/debug-adapter-test * [BUGFIX inspector] Revert changes to id * [BUGFIX inspector] Add test for column names
* [BUGFIX inspector] Include primaryKey column and default to 'id' * [BUGFIX inspector] Always use `id` for primary key * [CHORE tests] modernize integration/debug-adapter-test * [BUGFIX inspector] Revert changes to id * [BUGFIX inspector] Add test for column names
Fixed formatting of column desc to support many words. It used to replace only the first underscore with space and leave the rest.