issues
search
SeaQL
/
otter-sql
🦦 An Embeddable SQL Executor in Rust
Apache License 2.0
26
stars
2
forks
source link
Data structures improvements
#11
Closed
Samyak2
closed
2 years ago
Samyak2
commented
2 years ago
PR Info
Closes
Dependencies:
Dependents:
Changes
[x] Use a single Null variant instead of a Null variant of each type
[x] Moved
Value
into its own module
[x] Better
Column
struct - the name was repeated inside
ColumnDef
and
collate
did not seem useful at this point
[x] Documented all public structs, enums and methods
[x] Added more tests
[x] Change
Register::Table
to
Register::View
PR Info
Changes
Value
into its own moduleColumn
struct - the name was repeated insideColumnDef
andcollate
did not seem useful at this pointRegister::Table
toRegister::View