Hi,
I realized that the Hibernate Statistics lack a few things in my opinion.
There are for example:
a) There is a bug in QueryStatisticsImpl that prevents the minTime from
being computed properly (HHH-2948)
b) Critera Queries are not part of the Query Statistics. This gives an
incomplete "pictur
Could you set the parameters as connection/session level variables using
T-SQL, eliminating the function params entirely? If so, you could
implement a ConnectionProvider which did this on getConnection() and
undid it on closeConnection() (the latter is very important). You'd
then only need so
> [EMAIL PROTECTED] wrote:
>> Most modern databases support user defined functions that return tables. We
>> use them with both MS-SQL Server and Postgres to implement a rather
>> complex/convoluted security scheme in the database. Thus instead of doing
>> this:
>>
>> SELECT * FROM clients
>>
Feel free michael, jira is very open for patches ;)
/max
> Hi,
> I realized that the Hibernate Statistics lack a few things in my opinion.
>
> There are for example:
> a) There is a bug in QueryStatisticsImpl that prevents the minTime from
> being computed properly (HHH-2948)
>
> b) Critera Queri