We should not use db_() in the code base as it is depreciated

Comments

Pavan B S created an issue. See original summary.

Pavan B S’s picture

Assigned: Pavan B S » Unassigned
Status: Active » Needs review
StatusFileSize
new1.23 KB

Applying the patch, please review.

amit.drupal’s picture

Status: Needs review » Reviewed & tested by the community

Patch applied cleanly. All the db_query removed from All files.

3cwebdev’s picture

Thanks for the patch. Committed.

rhristov’s picture

StatusFileSize
new2.03 KB

Applying patch that change the queries from static to dynamic. It is needed because the module is not working together with modules like DataBase Email Encryption, which are altering the queries.

rhristov’s picture

Status: Reviewed & tested by the community » Needs review
3cwebdev’s picture

@rhsistov, thank you for the patch but it is not applying to the DEV snapshot. Wss the patch created off of DEV?

rhristov’s picture

@quantumized it was not. Attaching a patch for the dev version.

  • quantumized committed c6a6da9 on 8.x-1.x authored by rhristov
    Issue #2872867 by rhristov, Pavan B S: Replace all calls to db_(), which...
3cwebdev’s picture

Thank you. Patch applied to DEV.

rhristov’s picture

@quantumized for the patch against dev version I have forgotten the use statement. Applying another patch that adds the statement.

  • quantumized committed 4b75318 on 8.x-1.x authored by rhristov
    Issue #2872867 by rhristov, Pavan B S, quantumized: Replace all calls to...
3cwebdev’s picture

New patch has been applied to DEV.

neclimdul’s picture

Status: Needs review » Fixed

fixed?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.