You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using MySQL and you do an SQHExecute(File) with multiple queries, so that the resulting SQHResult buffer has multiple tables in it, the s/S/:SQHSortResult commands will not work correctly. Currently they simply sort from line 4 of the file to the (last - 1) line of the file. Need to determine a way to only sort on one table at a time.
Note: This will work correctly for PSQL once #41 is in
The text was updated successfully, but these errors were encountered:
If you're using MySQL and you do an
SQHExecute(File)
with multiple queries, so that the resulting SQHResult buffer has multiple tables in it, thes
/S
/:SQHSortResult
commands will not work correctly. Currently they simply sort from line 4 of the file to the (last - 1) line of the file. Need to determine a way to only sort on one table at a time.Note: This will work correctly for PSQL once #41 is in
The text was updated successfully, but these errors were encountered: