You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Rebuild on the database it fails with an exception "LiteDB.LiteException: 'Detected loop in FindAll({0})'"
To reproduce it try to open the attached db and Rebuild.
The attached file is 7z zipped file, i hade to add the .gif extension in order to attach it because 7z is forbidden.
TradesAndOrdersArch = new LiteDatabase(OperationsArchivePath);
TradesAndOrdersArch.Pragma("UTC_DATE", true);
TradesAndOrdersDb = new LiteDatabase(OperationsDbPath);
TradesAndOrdersDb.Rebuild();
The text was updated successfully, but these errors were encountered:
LiteDB version 5.0.20
Windows 11
.net 6.0
When calling Rebuild on the database it fails with an exception "LiteDB.LiteException: 'Detected loop in FindAll({0})'"
To reproduce it try to open the attached db and Rebuild.
The attached file is 7z zipped file, i hade to add the .gif extension in order to attach it because 7z is forbidden.
The text was updated successfully, but these errors were encountered: