Menu

#148 Mysql & Postgres versions of functions differ

current_cvs
closed-fixed
5
2009-05-12
2009-05-06
Malcolm Box
No

The Mysql.pm and Postgres.pm versions of fileindexed and filereferenced differ - the Postgres version has a side-effect of setting the indexed/referenced property to true when it is called, whereas the Mysql version doesn't.

The Mysql version is correct, as the database should only be updated to show indexed/referenced once the process has completed, which is what Tagger.pm does.

Fix is to change the Postgres version to not have a side effect.

Discussion

  • Malcolm Box

    Malcolm Box - 2009-05-12

    Fixed by latest changes from Adrian

     
  • Malcolm Box

    Malcolm Box - 2009-05-12
    • status: open --> closed-fixed
     

Log in to post a comment.