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

DB general improvements #7145

Closed
NejcZdovc opened this issue Nov 28, 2019 · 1 comment · Fixed by brave/brave-core#5015
Closed

DB general improvements #7145

NejcZdovc opened this issue Nov 28, 2019 · 1 comment · Fixed by brave/brave-core#5015

Comments

@NejcZdovc
Copy link
Contributor

NejcZdovc commented Nov 28, 2019

This issue is related to all filed in database folder

  1. Check variables table_name_ to and kTableName

  2. const char* table_name_ = "media_publisher_info"; -> const char table_name[] = "media_publisher_info";

  3. make sure that all pointers that come in are checked with DCHECK and if

@masparrow
Copy link

@NejcZdovc blocked until DB migration brave/brave-core#4252 is finished

@NejcZdovc NejcZdovc removed the priority/P5 Not scheduled. Don't anticipate work on this any time soon. label Feb 27, 2020
@NejcZdovc NejcZdovc self-assigned this Mar 23, 2020
@NejcZdovc NejcZdovc added this to the 1.8.x - Nightly milestone Mar 23, 2020
NejcZdovc added a commit to brave/brave-core that referenced this issue Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants