mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
handling edge case when passing duplicate a multi-column unique index
This commit is contained in:
@@ -1460,7 +1460,7 @@ bitflags::bitflags! {
|
||||
}
|
||||
|
||||
/// Sort orders
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum SortOrder {
|
||||
/// `ASC`
|
||||
Asc,
|
||||
|
||||
Reference in New Issue
Block a user