Feature request : Add Comments
Posted: Tue 26 Sep 2006 08:35
Hi,
Sometimes, we need to change Query in a TMyQuery. It's a good thing for us if we could keep a track of the old query.
Like in Mysql Client ' -- ' could ignore the rest of the line..
ex :
For the moment we are obliged to delete modifications..
Do you think it's possible to add this feature in nearest future ?
Best Regards
Sometimes, we need to change Query in a TMyQuery. It's a good thing for us if we could keep a track of the old query.
Like in Mysql Client ' -- ' could ignore the rest of the line..
ex :
Code: Select all
select * from actions
--where cAction = 'C'
order by cActionSocDo you think it's possible to add this feature in nearest future ?
Best Regards