[jira] Commented: (IBATIS-324) cache hits/misses

2006-07-18 Thread Clinton Begin (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-324?page=comments#action_12421798 ] Clinton Begin commented on IBATIS-324: -- can you do that please in a svn I'll look into it. I believe there's a decent way to do it without changing the

Re: feture request

2006-07-18 Thread Nathan Maves
This first is already in the system. I believe that larry created a JIRA for it. What about logging the query execution time? On Jul 17, 2006, at 4:42 PM, netsql wrote: these come up from time to time: 1. Sql logging, like slow querries 2. cache memory monitoring, like catch hits/misses

Any thoughts on creating a different email alias for Tools?

2006-07-18 Thread Nathan Maves
Just seems that the ibatis list is being pounded by tools questions. Since they are two separate identities that we should have them on different lists. Comments? Nathan

[jira] Created: (IBATISNET-169) SqlMap.xsd Correction

2006-07-18 Thread Gilles Bayon (JIRA)
SqlMap.xsd Correction - Key: IBATISNET-169 URL: http://issues.apache.org/jira/browse/IBATISNET-169 Project: iBatis for .NET Issue Type: Bug Affects Versions: DataMapper 1.5 Reporter: Gilles Bayon

[jira] Closed: (IBATISNET-169) SqlMap.xsd Correction

2006-07-18 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-169?page=all ] Gilles Bayon closed IBATISNET-169. -- Resolution: Fixed In SVN SqlMap.xsd Correction - Key: IBATISNET-169 URL:

[jira] Created: (IBATISNET-170) auto-result-map Bug

2006-07-18 Thread Gilles Bayon (JIRA)
auto-result-map Bug --- Key: IBATISNET-170 URL: http://issues.apache.org/jira/browse/IBATISNET-170 Project: iBatis for .NET Issue Type: Bug Affects Versions: DataMapper 1.5 Reporter: Gilles Bayon

[jira] Created: (IBATISNET-171) Issue for QueryForList with resultMap constructor containing a select A

2006-07-18 Thread Gilles Bayon (JIRA)
Issue for QueryForList with resultMap constructor containing a select A --- Key: IBATISNET-171 URL: http://issues.apache.org/jira/browse/IBATISNET-171 Project: iBatis for .NET

[jira] Created: (IBATISNET-172) Issue with QueryForList with constructor resultMap and select argument

2006-07-18 Thread Gilles Bayon (JIRA)
Issue with QueryForList with constructor resultMap and select argument -- Key: IBATISNET-172 URL: http://issues.apache.org/jira/browse/IBATISNET-172 Project: iBatis for .NET

[jira] Closed: (IBATISNET-171) Issue for QueryForList with resultMap constructor containing a select A

2006-07-18 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-171?page=all ] Gilles Bayon closed IBATISNET-171. -- Resolution: Duplicate Issue for QueryForList with resultMap constructor containing a select A

[jira] Closed: (IBATISNET-172) Issue with QueryForList with constructor resultMap and select argument

2006-07-18 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-172?page=all ] Gilles Bayon closed IBATISNET-172. -- Resolution: Fixed In SVN Issue with QueryForList with constructor resultMap and select argument

[jira] Closed: (IBATISNET-170) auto-result-map Bug

2006-07-18 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-170?page=all ] Gilles Bayon closed IBATISNET-170. -- Resolution: Fixed In SVN auto-result-map Bug --- Key: IBATISNET-170 URL:

[jira] Closed: (IBATISNET-167) Update nunit to last stable version 2.2.8

2006-07-18 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-167?page=all ] Gilles Bayon closed IBATISNET-167. -- Fix Version/s: DataMapper 1.5.1 Resolution: Fixed Assignee: Gilles Bayon In SVN Update nunit to last stable version 2.2.8

Re: /branches/IBatisNet.DataMapper-QueryForDataTable

2006-07-18 Thread Ron Grabowski
Regarding revision 422779, we can't use a DataAdapter because it doesn't expose an event to allow us to intercept the creation of the DataRow to use a type handler. We have to manually add rows to the DataTable. --- Gilles Bayon [EMAIL PROTECTED] wrote: I will give a look in the week

IBATISNET-167, IBATISNET-170, IBATISNET-172

2006-07-18 Thread Ron Grabowski
Gilles, you changed the using() blocks to try/catch/finally so the IDataReader could be passed by ref. Why does IDataReader and resultObject need to be passed by ref? Do we need the catch blocks? Shouldn't it be just try/finally?