hibernated icon indicating copy to clipboard operation
hibernated copied to clipboard

explicitely commit?

Open dueksam opened this issue 8 years ago • 3 comments

Currently trying to populate a sqlite database, I just read a very large file line by line, create one object from each line then sess.save(myObject)

It then eats up all my memory and fail... Is there a way to explicitely commit (like sess.commit()) ?

dueksam avatar Dec 20 '15 10:12 dueksam