symisc / unqlite

An Embedded NoSQL, Transactional Database Engine
https://unqlite.symisc.net
Other
2.11k stars 164 forks source link

unqlite:Add conditions for retrieving linked lists #165

Open crafcat7 opened 9 months ago

crafcat7 commented 9 months ago

Using Unqlite in the NuttX real-time operating system will find the wrong node during the pInode lookup because both st_dev and st_ino fetch out a value of 0. So in order to avoid this problem, I added a path match to distinguish different pInodes according to the file system characteristics of the platform.