On 1 mar, 11:30, Xavier RAYNAUD <[EMAIL PROTECTED]> wrote: > Hi, > > I've just another question about aggregate function. > There is an example athttp://www.zentus.com/sqlitejdbc/functions.html, > but the API doc said: > "Aggregate functions are not yet supported, but coming soon." > > So, finally, are aggregate function supported ? > > Thanks, > XR
I ask this question, because I've a strange behaviour with the native driver and an aggregate function. If I call an aggregate function on an empty table, I obtain the following error: java: src/org/sqlite/NativeDB.c:224: xFinal: Assertion `*func' failed. It works fine with the nested driver. XR --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLiteJDBC" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlitejdbc?hl=en -~----------~----~----~----~------~----~------~--~---
