dimgigov
  • Joined on 2026-01-07
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
dimgigov pushed to main at baraba/Baradb 2026-05-21 06:44:47 +00:00
072e7a5d13 test(join): add test for duplicate columns in SELECT *
d4dc433e48 fix(query): preserve both sides of duplicate column names in JOIN
1ff6fabaff fix(backup): resolve relative SSTable paths in incremental backup
4a83eb6783 docs: update distributed/backup/schema/storage for multi-database
a526a3aef9 docs: remove non-English/Bulgarian language docs, fix links
Compare 5 commits »
dimgigov pushed to main at baraba/Baradb 2026-05-20 20:22:21 +00:00
372e5cf627 fix(query,types): refactor Row to Value-typed map, fix IN list, nkPath, multi-table joins
57d2908066 fix(executor,mvcc,tests): dedup aliases, fix txn delete, fix MIN/MAX null, add regression tests
Compare 2 commits »
dimgigov pushed to main at baraba/bara-lang 2026-05-20 09:26:03 +00:00
11fca52282 fix: 18 bugs across interpreter, reader, emitter, and runtime
dimgigov pushed to main at baraba/Baradb 2026-05-19 20:16:41 +00:00
edd7e728f9 fix(query): add correlated subquery support
dimgigov pushed to main at baraba/Baradb 2026-05-19 17:43:14 +00:00
14596c9584 fix(adapter,executor,tests): harden nimforum adapter and fix transaction/aggregate bugs
dimgigov pushed to main at baraba/Baradb 2026-05-19 12:19:50 +00:00
d3b77174da fix: use numeric comparison for MIN/MAX aggregates
dimgigov pushed to main at baraba/Baradb 2026-05-19 09:13:41 +00:00
cd46edcb67 Bump version to 1.1.6; fix storage bugs, tests, CI pipeline and Docker config
dimgigov pushed to main at baraba/Baradb 2026-05-18 17:01:34 +00:00
343f479127 docs(bg,en): fix ports and WebSocket example for new server model
8afa998516 feat: rate limiting, shared DB instance, TCP_NODELAY fix
Compare 2 commits »
dimgigov pushed to main at baraba/Baradb 2026-05-18 12:05:30 +00:00
7e6a45e6b7 Стабилизация на storage слоя — 6 фази
dimgigov pushed to main at baraba/Baradb 2026-05-18 09:52:46 +00:00
cf2aba104f Phase 5 complete: B-tree property tests + benchmark regression suite
dimgigov pushed to main at baraba/Baradb 2026-05-18 09:34:29 +00:00
132e8c7a31 Phase 5: Storage fuzz tests + WAL entryCount fix + SSTable overflow checks + compaction sizeBytes accuracy
dimgigov pushed to main at baraba/Baradb 2026-05-18 09:14:45 +00:00
3f29c519d4 Storage hardening: btree size fix, WAL entryCount note, LSM put error handling
dimgigov pushed to main at baraba/Baradb 2026-05-18 09:05:02 +00:00
8596cea548 Stabilization: replication semi-sync, MVCC aborted deleters, SSTable level, SCRAM fix
dimgigov pushed to main at baraba/Baradb 2026-05-18 08:43:16 +00:00
47c4393a7e Complete plan execution: gossip/raft bounds, deadlock fix, JSON escaping, memtable limits
967c0855a5 Bug fixes: composite PK, nl_to_sql sandbox, FK check, SQL injection, storage correctness
Compare 2 commits »
dimgigov pushed to main at baraba/Baradb 2026-05-17 17:57:26 +00:00
a28c845476 Bump version to 1.1.4 across all components
dimgigov pushed to main at baraba/Baradb 2026-05-17 14:05:54 +00:00
3ac53ecda2 docs(readme): add AI-Native Data Platform features (Sessions 10-12)
dimgigov pushed to main at baraba/Baradb 2026-05-17 13:58:13 +00:00
1e38e29f25 fix(security): SQL injection in Python/JS clients + bare except + session leak