Kaveinator / Portfolio

Front-end and back-end source code for my portfolio website!
https://kavemans.dev
2 stars 0 forks source link

Potential Db Read Info #11

Closed Kaveinator closed 3 months ago

Kaveinator commented 4 months ago

As far as I know, the ReadFromReader(SQLiteDataReader) method in SQLiteTable only reads data and sets the value directly into the cell, rather than the cached value. It should override the CachedValue and only override Value if it had the same value as CachedValue.

I will look into it, but after I finish my current work item