Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 authored Feb 2, 2024
1 parent be45e29 commit e7ce584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ pub enum StringLen {
None,
}
```
* `ValueType::columntype()` of `Vec<u8>` maps to `VarBinary(StringLen::Max)`
* `ValueType::columntype()` of `String` maps to `String(StringLen::Max)`
* `ValueType::columntype()` of `Vec<u8>` maps to `VarBinary(StringLen::None)`
* `ValueType::columntype()` of `String` maps to `String(StringLen::None)`
* `ColumnType::Bit` maps to `bit` for Postgres
* `ColumnType::Binary` and `ColumnType::VarBinary` map to `bytea` for Postgres
* `Value::Decimal` and `Value::BigDecimal` bind as `real` for SQLite
Expand Down

0 comments on commit e7ce584

Please sign in to comment.