← Back to team overview

mahara-contributors team mailing list archive

[Bug 1180625] Re: Update ADOdb library to version 5.18

 

Here's my suggestion for testing. This should be done in MySQL and
Postgres:

1. Run the install scripts (this will test all the DDL functions)
2. Create a group, update a group, delete a group (this will test the DML functions)
3. Run the cron job. (This should test the recordset-related functions)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1180625

Title:
  Update ADOdb library to version 5.18

Status in Mahara ePortfolio:
  In Progress

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