there is no such problem when i use 0.17.
but in 0.18 r969, the memory used increase with db operation
i don't change my code.
so it seems there maybe memory leak in 0.18, or i should change my
code.
my current code is like this:
using (var dc = new MovieDb(new MySqlConnection(conn)))
{
//db operation
}
MovieDb is my db class generated by DbMetal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" 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/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---