-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If the image file has between 21,039,264 and 45,805,076 bytes of data.. It throws an Out of Memory Error.
when writing to the DB using
private IMagicQuery<ImagesTable>? ImagesTableQ{ get; set; }
ImagesTableQ= await _MagicDb.Query<ImagesTable>();
await ImagesTableQ.AddAsync(img);
Is there a limit that can be stored in a single field?
yueyinqiu
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working