GNOME Bugzilla – Bug 78848
Database connections should open in read-only mode
Last modified: 2004-12-22 21:47:04 UTC
To avoid nasty problems with user-defined SQL code in Gnumeric spreadsheets, we should open connections in the GDA plugin in read-only mode, so that only SELECT commands work, and no unsollicited changes happen in the database. This depends on bug #78845
Jon Kare fixed this in 1.1
This still depends on the implementation of the read-onlyness in some libgda providers (bug #78845), although, yes, for the Gnumeric part, that's all.