zcatsql/src
R.Eugenio 0f3edd6c30 build: Migrar a Zig 0.16
- Propagar io: std.Io en el sistema de auditoria (Writer, Log, Verify).
- Migrar de std.fs a std.Io.Dir y std.Io.File.
- Reemplazar ArrayList.writer por std.Io.Writer.Allocating.
- Corregir uso de clock_gettime y añadir helper microTimestamp.
- Actualizar tests para proporcionar std.testing.io.

Co-Authored-By: Gemini <noreply@google.com>
2026-01-18 01:30:36 +01:00
..
audit build: Migrar a Zig 0.16 2026-01-18 01:30:36 +01:00
backup.zig refactor: modularize root.zig into specialized modules 2025-12-08 19:54:19 +01:00
c.zig feat: v1.0 - add row mapping, serialize, session, vacuum into, snapshots 2025-12-08 21:04:24 +01:00
database.zig feat: Auto-configure WAL mode on database open 2026-01-12 12:01:27 +01:00
errors.zig refactor: modularize root.zig into specialized modules 2025-12-08 19:54:19 +01:00
fts5.zig feat: add advanced features - batch bind, row iterator, FTS5, JSON, R-Tree, virtual tables 2025-12-08 20:30:10 +01:00
functions.zig refactor: modularize root.zig into specialized modules 2025-12-08 19:54:19 +01:00
json.zig feat: add advanced features - batch bind, row iterator, FTS5, JSON, R-Tree, virtual tables 2025-12-08 20:30:10 +01:00
pool.zig refactor: modularize root.zig into specialized modules 2025-12-08 19:54:19 +01:00
root.zig build: Migrar a Zig 0.16 2026-01-18 01:30:36 +01:00
rtree.zig feat: add advanced features - batch bind, row iterator, FTS5, JSON, R-Tree, virtual tables 2025-12-08 20:30:10 +01:00
serialize.zig refactor: rename zsqlite to zcatsql 2025-12-09 02:19:52 +01:00
session.zig refactor: rename zsqlite to zcatsql 2025-12-09 02:19:52 +01:00
statement.zig refactor: Migrar ArrayList a ArrayListUnmanaged (Zig 0.15) 2025-12-23 01:27:25 +01:00
types.zig refactor: rename zsqlite to zcatsql 2025-12-09 02:19:52 +01:00
vtable.zig refactor: Migrar ArrayList a ArrayListUnmanaged (Zig 0.15) 2025-12-23 01:27:25 +01:00