Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 2d74115

Browse files
authored
Merge pull request #36 from sphildreth/sph-2026-02-21.03
Sph 2026 02 21.03
2 parents be5081f + 6c1e9c9 commit 2d74115

56 files changed

Lines changed: 3936 additions & 462 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ A change is done only when:
5757
- ✅ CI passes on all target OSes
5858

5959
## 4. Commit / PR hygiene
60+
- **NEVER commit directly without presenting the full diff to the user for review first.** Always show `git diff` output and wait for explicit approval before running `git commit`. No exceptions.
6061
- Use clear commit messages (imperative, scoped).
6162
- Avoid mixing unrelated refactors with feature work.
6263
- If you changed any persistent format (db header, page layout, WAL frame format, postings format):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DecentDB is a embedded relational database engine focused on **durable writes**,
3737
- 🔎 **Trigram Index** - Fast text search for `LIKE '%pattern%'` queries
3838
- 🧪 **Comprehensive Testing** - Unit tests, property tests, crash injection, and differential testing
3939
- 🔄 **Foreign Key Constraints** - Automatic indexing and referential integrity enforcement
40-
- 📊 **Rich Query Support** - Aggregates, subqueries (FROM, EXISTS, scalar), UPSERT, set operations, and scalar functions (string, math, UUID)
40+
- 📊 **Rich Query Support** - Aggregates, subqueries (FROM, EXISTS, scalar), UPSERT, set operations, and scalar functions (string, math, UUID, JSON)
4141
-**Triggers** - AFTER and INSTEAD OF triggers for complex logic
4242
- 📦 **Single File Database** - Portable database stored in a single file
4343
- 🌐 **Cross-Platform** - Runs on Linux, macOS, and Windows
-1.96 KB
Loading

0 commit comments

Comments
 (0)