dimgigov
  • Joined on 2026-01-07
dimgigov pushed to main at baraba/Baradb 2026-06-18 18:31:22 +00:00
aa4ab11210 feat: canonical Nim client refactor with typed rows, pool, and allographer wrapper
dimgigov pushed to main at baraba/Baradb 2026-06-12 20:06:26 +00:00
1c42eff7ef fix(vector): use float64 accumulators for distance functions
dimgigov pushed to main at baraba/bux-lang 2026-06-06 21:06:53 +00:00
0bdef58182 selfhost: fix pointer field access, algebraic enums, string literal escaping
3ae8c60ebb fix(bootstrap): resolve lir lower crashes and struct-copy bugs
9416c486b2 docs: update PLAN.md — Phase 11 roadmap, 26 examples, M10 completed
ba0a55f467 docs: update README — 26 examples passing, selfhost working
797ca7c80c fix(lir): resolve all LIR backend regressions — 26/26 examples + selfhost passing
Compare 10 commits »
dimgigov created branch main in baraba/bux-lang 2026-06-06 21:06:53 +00:00
dimgigov created repository baraba/bux-lang 2026-06-06 21:04:25 +00:00
dimgigov pushed to main at baraba/Baradb 2026-05-30 10:42:34 +00:00
ef264d7d69 feat: add unified search engine — HNSW heap-opt, segment index, boolean/phrase/ngram/facet
dimgigov pushed to main at baraba/Baradb 2026-05-29 14:11:31 +00:00
965ed2f675 perf: optimize FTS and HNSW engines + real PostgreSQL benchmarks
dimgigov pushed to main at baraba/Baradb 2026-05-29 11:18:10 +00:00
42043f3946 v1.1.7: deep security & reliability audit — 33 bugs fixed
37a8ed52ba deps: bump jwt-nim-baraba to v2.1.2 (security fixes & Nim 2.2 compat)
Compare 2 commits »
dimgigov pushed to main at baraba/Baradb 2026-05-25 17:44:25 +00:00
a5abb6031b fix(backup): fix 7 bugs in backup/restore — strip-components, multi-db path, verify+log in HTTP handler, parseBackupFilename for .tar, getArchiveSize gzip -l, dead code removal
dimgigov pushed to main at baraba/Baradb 2026-05-25 15:56:04 +00:00
a37a62c69e clients/nim-allographer/src/allographer/query_builder/models/baradb/baradb_exec.nim src/barabadb/core/mvcc.nim src/barabadb/query/codegen.nim src/barabadb/query/lexer.nim src/barabadb/query/parser.nim src/barabadb/query/udf.nim tests/test_all.nim
dimgigov pushed to main at baraba/Baradb 2026-05-25 15:53:59 +00:00
0c7847abba docs: update backup.md with multi-database and HTTP API docs
eb62b381a1 feat: multi-database backup, HTTP API endpoints, admin panel UI
Compare 2 commits »
dimgigov pushed to main at baraba/Baradb 2026-05-23 19:06:44 +00:00
a9ea80a1f8 fix(prop_test): "Nil expr evaluates to NULL" test — compare Value.kind, not Value == ""
dimgigov pushed to main at baraba/Baradb 2026-05-23 19:02:23 +00:00
7d19e06805 fix(btree): critical seq.del vs seq.delete bug and B+ tree leaf traversal
dimgigov pushed to main at baraba/Baradb 2026-05-21 19:52:01 +00:00
b25fea4d21 fix: all 5 bugs — reserved words, cloneForConnection, SQL injection, SHOW TABLES, getRowPlain
dimgigov pushed to main at baraba/Baradb 2026-05-21 19:02:03 +00:00
837b4d56fc fix(nim-allographer/baradb): critical client fixes and bug audit
dimgigov pushed to main at baraba/Baradb 2026-05-21 16:32:44 +00:00
bb843b9a03 feat: migrate system + cross-DB engine + IMPORT/EXPORT syntax -- 22 files, client+server+docs
dimgigov pushed to main at baraba/Baradb 2026-05-21 13:06:58 +00:00
f427ba5968 fix(baradb): schema builder, insertId RETURNING, whereNull, rename bugs
dimgigov pushed to main at baraba/Baradb 2026-05-21 12:55:05 +00:00
8a385cba6a docs(readme): clarify this is a BaraDB fork of nim-allographer
dimgigov pushed to main at baraba/Baradb 2026-05-21 12:50:12 +00:00
6bfc5b3a3c feat(clients): add nim-allographer client with BaraDB driver support
2d310a33a1 fix: resolve all 55 identified bugs across the codebase
Compare 2 commits »
dimgigov pushed to main at baraba/Baradb 2026-05-21 06:47:49 +00:00
7fc6adbe47 chore: remove old planning and bug report files