System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: 08bf671c0026f771bf108282809a729c864a10f0
Ticket: 07273156c20aa91e9d321c9d3367cb932f3348b2
Memory leak on mono using sql params
User & Date: mistachkin 2019-03-27 22:27:50
Changes

  1. icomment:
    Given how thoroughly SQLite is tested for memory leaks (see
    "https://www.sqlite.org/testing.html"), it seems unlikely to
    be a leak there.
    
    I think it is some kind of bad interaction between what EF6
    expects (from ADO.NET) in terms of resource management and
    what Mono is providing.
    
    That being said, in my testing of System.Data.SQLite via Mono
    on macOS and Linux, I have not personally seen a memory leak.
    
  2. login: "mistachkin"
  3. mimetype: "text/x-fossil-plain"
  4. resolution changed to: "Unable_To_Reproduce"