[Gambas-user] Allocations not freed when using SQLite

Benoît Minisini g4mba5 at gmail.com
Tue May 14 18:58:38 CEST 2019


Le 14/05/2019 à 15:20, Cedron Dawg a écrit :
> Wonderful.
> 
> In the meanwhile (I don't live on the cutting edge), should I parse
> on statements and feed them one at a time or are they harmless?
> 
> I.e.  If I go heavy load will it ultimately tie something up?
> 
> Thanks,
> 
> Ced
> 

Leaking memory is not harmless. You should better exec your SQL 
statements one by one instead of sending them all in one shot.

Regards,

-- 
Benoît Minisini


More information about the User mailing list