← Back to team overview

mahara-contributors team mailing list archive

[Bug 1180625] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/7530

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1180625

Title:
  Update ADOdb library to version 5.18

Status in Mahara:
  Fix Released

Bug description:
  Since we're adding temp table support (see
  https://bugs.launchpad.net/mahara/+bug/1180624 ), there's a bug in
  ADOdb that I encountered while working on Moodle, where the postgres
  driver uses pg_tables instead of information_schema.tables, leading to
  multiple simultaneous DB sessions incorrectly seeing one another's
  temp tables.

  I reported the bug to ADOdb a couple of years back, and it's been
  fixed since then, so we should upgrade to the latest version in order
  to incorporate that fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180625/+subscriptions


References