here is the patch set: https://github.com/apache/nuttx/pull/11724

On Tue, Feb 20, 2024 at 3:29 PM Jernej Turnsek <jernej.turn...@gmail.com>
wrote:

> Cool. Is there a possibility to share your work via PM? This way I can test
> the solution on my side also.
> Jernej
>
> On Tue, Feb 20, 2024 at 8:23 AM Xiang Xiao <xiaoxiang781...@gmail.com>
> wrote:
>
> > We have implemented file lock to support the database engine like sqlite
> > and unqlite. The implementation will go upstream soon.
> >
> > On Tue, Feb 20, 2024 at 3:04 PM Jernej Turnsek <jernej.turn...@gmail.com
> >
> > wrote:
> >
> > > Hi,
> > > I would like to use Sqlite on NuttX and I have managed to successfully
> > > build the Sqlite3 library. When running the library, I have noticed
> that
> > > Sqlite is using fcntl F_SETLK and F_SETLKW for locking and those are
> not
> > > implemented on NuttX. Is there a plan to implement this in the future?
> > >
> > > Regards,
> > > Jernej
> > >
> >
>

Reply via email to