| View previous topic :: View next topic |
| Author |
Message |
Challenger Devart Team
Joined: 17 Nov 2005 Posts: 920
|
Posted: Tue 15 Jan 2008 15:24 Post subject: Welcome to UniDAC Feedback Page! |
|
|
Dear users,
we are very keen to make UniDAC better. We invite you to tell us what you think. Let us know if you have any comments or suggestions about UniDAC. We encourage you to provide us with feedback using this page.
Devart development team
http://www.devart.com/ |
|
| Back to top |
|
 |
jbakuwel
Joined: 02 Feb 2010 Posts: 17
|
Posted: Fri 25 Jun 2010 01:06 Post subject: Feature request |
|
|
Hi,
I hope this is the right place for a feature request
I'm looking for an easy way to build up a log of all executed queries so I can see which part of the code could do with further optimization.
The Debug property of TUniCustomDataset is very useful... however somewhat limited.
A new OnDebug event that gets called if Debug is True and Assigned(OnDebug) is True would enhance the debugging capabilties. Ideally the OnDebug event should be added to TUniCustomDataSet as well as to TUniConnection. If Debug is True and Assigned(OnDebug) is False, the current behaviour could be retained.
The OnDebug event for TUniConnection would allow for analysing all interaction with the database and should be called prior and after executing any query, starting, committing and rolling back a transaction, passing the SQL statement (if applicable) sent to the server as a string.
The OnDebug event for TUniCustomDataSet should be called prior and after executing a query passing the SQL statement sent to the server as a string.
What do you think?
kind regards,
Jan |
|
| Back to top |
|
 |
daizhicun
Joined: 21 Jan 2010 Posts: 64
|
|
| Back to top |
|
 |
|