hi,
exporting the result of multiple queries containing
variables didn't work (export-link at bottom of
result-page).
because sql_query contains only the last query.
is there any possibility to submit all query elements.
i.e.
SET @a=10; SELECT @b:=20; SELECT @a,@b;
like
sql_query=SET+%40a%3D10%3B+SELECT+%40b%3A%3D20%3B+SELECT+%40a%2C%40b%3B
this also affect tbl_properties_export.php.
i just have no idea wether its a bug or a feature ;)
martin
Logged In: YES
user_id=192186
Exporting currently working only on single SELECT queries,
moving to feature requests.