Actions
Bug #2811
closedOpening database fails when user in CVS_Entry_options isn't in user_entry
Start date:
04/06/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2811
Description
SQL joining two tables is inner join to keep writable, but need a different solution, as this prevents opening the db, with no recourse!
This would only happen if someone (like me) was monkeying with the innards of the db.
Updated by Michael Lee over 17 years ago
Fix:
SELECT cvs_entry_options.*, getCurrentUser_directly(True) AS userName, "not " & [userName] & "?" AS thisIsNotMe, "version " & getValFrmSQL("SELECT versionText FROM Z_VersionCurrent_withAllInfo;") AS version
FROM cvs_entry_options;
as src of cvs_entry_options form
Actions