* Allow Multiline character and character varying editing and inserting
* Add automatic browser language selection for all languages
* Fix using schema enabled dump on non-schema enabled backend
+* Reload browser after executing arbitrary SQL
Translations
* Japanese from Tadashi Jokagi
* how many SQL statements have been strung together with semi-colons
* @param $query The SQL query string to execute
*
- * $Id: sql.php,v 1.28 2005/03/04 02:27:38 chriskl Exp $
+ * $Id: sql.php,v 1.29 2005/03/04 08:53:56 chriskl Exp $
*/
// Prevent timeouts on large exports (non-safe mode only)
}
else $duration = null;
+ // Reload the browser as we may have made schema changes
+ $_reload_browser = true;
+
// $rs will only be an object if there is no error
if (is_object($rs)) {
// Now, depending on what happened do various things