reddb-io-server 1.2.5

RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
Documentation
1
2
3
4
5
input = "SELECT * FROM users LIMIT 1e+"
expected_error_substring = "Invalid float: 1e+"
expected_error_kind = "Syntax"
source = "crates/reddb-server/src/storage/query/lexer.rs:1024"
kind = "negative"