Exception: database or disk is full
database or disk is full
StackTrace:
at FreeSql.Internal.CommonProvider.AdoProvider.LoggerException(IObjectPool`1 pool, PrepareCommandResult pc, Exception ex, DateTime dt, StringBuilder logtxt, Boolean isThrowException)
at FreeSql.Internal.CommonProvider.AdoProvider.ExecuteScalar(DbConnection connection, DbTransaction transaction, CommandType cmdType, String cmdText, Int32 cmdTimeout, DbParameter[] cmdParms)
at FreeSql.Sqlite.Curd.SqliteInsert`1.RawExecuteIdentity()
at FreeSql.Internal.CommonProvider.InsertProvider`1.SplitExecuteIdentity(Int32 valuesLimit, Int32 parameterLimit)
at FreeSql.Sqlite.Curd.SqliteInsert`1.ExecuteIdentity()
at FreeSql.DbSet`1.AddPriv(TEntity data, Boolean isCheck)
at FreeSql.DbSet`1.Add(TEntity data)
at FreeSql.BaseRepository`1.Insert(TEntity entity)
at IntelliTools.Domain.MyClipboard.ClipItem.CreateAndSave(ClipItemBase item)
at IntelliTools.View.BackgroundWindow.CollectClipItem(ClipItemBase item)
at IntelliTools.View.BackgroundWindow.LasyOnClipboardChanged()
at IntelliTools.View.BackgroundWindow.Timer_Tick(Object sender, EventArgs e)
at System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
SQLiteException: database or disk is full
database or disk is full
--ResultCode: Full
--ErrorCode: 13
StackTrace:
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
at FreeSql.Internal.CommonProvider.AdoProvider.ExecuteScalar(DbConnection connection, DbTransaction transaction, CommandType cmdType, String cmdText, Int32 cmdTimeout, DbParameter[] cmdParms)