Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: rorm-orm/rorm

Tags

v0.9.7

Toggle v0.9.7's commit message

Verified

This tag was signed with the committer’s verified signature.
v0.9.7

- Relaxed `Condition` lifetime of `Value`

  That is, `Value<'static>` should implement `Condition<'c>` for any `'c`

v0.9.6

Toggle v0.9.6's commit message

Verified

This tag was signed with the committer’s verified signature.
v0.9.6

- Added set_if to non-empty UpdateBuilder

v0.9.5

Toggle v0.9.5's commit message

Verified

This tag was signed with the committer’s verified signature.
v0.9.5

- Fixed not in

v0.9.4

Toggle v0.9.4's commit message

Verified

This tag was signed with the committer’s verified signature.
Release v0.9.4

v0.9.3

Toggle v0.9.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Release v0.9.3

- Added missing `equals_ignore_case`

v0.9.2

Toggle v0.9.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Release v0.9.2

- Fixed SimpleFieldILike not using ILIKE

v0.9.1

Toggle v0.9.1's commit message
v0.9.1

- Replaced IN hack with proper trait

v0.9.0

Toggle v0.9.0's commit message
Release v0.9.0

- Implemented ILIKE for postgres-only
- Added network comparisons for postgres-only
- Fixed docsrs and nightly builds

v0.8.0

Toggle v0.8.0's commit message
Release v0.8.0

- Changed return type of `DynamicCollection` constructors
- Implemented `FieldEq` for any single column `Option<T>`
- Implemented `FieldLike` for `String` and `MaxStr`
- Implemented `FieldLike` for any single column `Option<T>`
- Added `ForeignModelByField::query_as`
- Added `ForeignModelByField::as_condition`
- Added `ForeignModelByField::into_condition`
- Added `MaxStr::from_static`
- Added `MaxStr::to_owned`
- Added `contains`, `starts_with` and `ends_with` using `like`
- Enforced column names to be at most 63 bytes
- Deprecated `impl_FieldEq!` macro for `SimpleFieldEq` trait
- Fixed / improved some field lints

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Published v0.7.1

- fixed docs.rs