When starting today from an empty database, as explained, I got an error message upon launchint the application the first time.
To make it work, I changed this line
CREATE VIEW BUG_FILES_VIEW (ID,BUG_ID,FILE_NAME,CONTENT_TYPE,CONTENT) AS select id, bug_id, file_name, content_type, null as content from bug_files
to this
CREATE VIEW BUG_FILES_VIEW (ID,BUG_ID,FILE_NAME,CONTENT_TYPE,CONTENT) AS select id, bug_id, file_name, content_type, cast(null as LONGVARBINARY) as content from bug_files
To use the full functionality of this web site, JavaScript needs to be turned on.
For best results, use the Firefox browser..
Copyright © 2003-2017 - Tersus Software Ltd., All rights reserved. Terms of Use License Graphic design by EmaraDesign