tegdb 0.4.0

The name TegridyDB (short for TegDB) is inspired by the Tegridy Farm in South Park and tries to correct some of the wrong database implementations, such as null support, implicit conversion support, etc.
Documentation
1
2
3
4
5
//! Tests for arithmetic expression handling

pub mod arithmetic_edge_cases_test;
pub mod arithmetic_expressions_test;
pub mod arithmetic_parser_tests;