We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
semver_ord()
diesel
1 parent e53ce7d commit b402c58Copy full SHA for b402c58
crates/crates_io_diesel_helpers/src/fns.rs
@@ -14,3 +14,4 @@ define_sql_function!(fn floor(x: Double) -> Integer);
14
define_sql_function!(fn greatest<T: SingleValue>(x: T, y: T) -> T);
15
define_sql_function!(fn least<T: SingleValue>(x: T, y: T) -> T);
16
define_sql_function!(fn split_part(string: Text, delimiter: Text, n: Integer) -> Text);
17
+define_sql_function!(fn semver_ord(num: Text) -> Nullable<Jsonb>);
0 commit comments