sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Should check for objects with images before depending on them in update scripts #158

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Several update scripts join to the objects table "WHERE NOT img_path IS
NULL". If the Objects have been updated and the image paths not yet updated
(from media table), then these other scripts fail (quietly). Should check
if there are any with non=null img_path, and if not, ask the user whether
to proceed or not.

Original issue reported on code.google.com by LudicrousResearcher@gmail.com on 2 Jun 2009 at 6:22

GoogleCodeExporter commented 8 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:23

GoogleCodeExporter commented 8 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:41