mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
finish
This commit is contained in:
@@ -3,8 +3,6 @@ pub mod fmt;
|
||||
|
||||
use strum_macros::{EnumIter, EnumString};
|
||||
|
||||
use crate::ast::fmt::ToTokens;
|
||||
|
||||
/// `?` or `$` Prepared statement arg placeholder(s)
|
||||
#[derive(Default)]
|
||||
pub struct ParameterInfo {
|
||||
@@ -1146,12 +1144,6 @@ pub enum SortOrder {
|
||||
Desc,
|
||||
}
|
||||
|
||||
impl core::fmt::Display for SortOrder {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
self.to_fmt(f)
|
||||
}
|
||||
}
|
||||
|
||||
/// `NULLS FIRST` or `NULLS LAST`
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||
|
||||
Reference in New Issue
Block a user