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 opening a database using the LiteDatabase constructor which takes a connection string and type mapper, is there any way to either:
override the naming of the log file, or
set the 'hidden' filesystem attribute (Windows) on the file?
I create a litedb database with a custom extension, eg ".myext" via a save dialog, but when re-opening a database that didn't get closed properly, both the "mydatabase.myext" and "mydatabase-log.myext" appear in the file open dialog, which looks confusing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When opening a database using the
LiteDatabase
constructor which takes a connection string and type mapper, is there any way to either:I create a litedb database with a custom extension, eg ".myext" via a save dialog, but when re-opening a database that didn't get closed properly, both the "mydatabase.myext" and "mydatabase-log.myext" appear in the file open dialog, which looks confusing.
Beta Was this translation helpful? Give feedback.
All reactions