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.
1 parent 2c036d1 commit 7624205Copy full SHA for 7624205
1 file changed
crates/vespertide-query/src/sql/helpers.rs
@@ -390,6 +390,7 @@ pub fn extract_check_clauses(constraints: &[TableConstraint]) -> Vec<String> {
390
/// Combines both:
391
/// - Enum-based CHECK constraints (from column types)
392
/// - Explicit CHECK constraints (from `TableConstraint::Check`)
393
+///
394
/// Returns deduplicated union of both.
395
pub fn collect_all_check_clauses(
396
table: &str,
0 commit comments