Skip to content

Commit

Permalink
fix wrong replacement in compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sonhmai committed Jan 28, 2025
1 parent d4e5f83 commit f59379e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COMPAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ This document describes the compatibility of Limbo with SQLite.

## Features

Limbo aims to be fully compatible with SQLite, with opt-in features Not Needed by SQLite.
Limbo aims to be fully compatible with SQLite, with opt-in features not supported by SQLite.

The current status of Limbo is:

* ✅ SQLite file format is fully supported.
* 🚧 SQLite query language [[status](#sqlite-query-language)]
* 🚧 SQLite C API [[status](#sqlite-c-api)].
* ⛔️ Concurrent access from multiple processes is Not Needed.
* ⛔️ Concurrent access from multiple processes is not supported.

## SQLite query language

Expand Down

0 comments on commit f59379e

Please sign in to comment.