Skip to content

Commit

Permalink
Remove Incomplete TSQuery Implementation #729,#2705
Browse files Browse the repository at this point in the history
  • Loading branch information
anshap1719 committed Apr 21, 2024
1 parent e07a821 commit 4163aac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 218 deletions.
3 changes: 0 additions & 3 deletions sqlx-postgres/src/type_checking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ impl_type_checking!(
// Full text search
sqlx::postgres::types::TsVector,
Vec<sqlx::postgres::types::TsVector> | &[sqlx::postgres::types::TsVector],

sqlx::postgres::types::TsQuery,
Vec<sqlx::postgres::types::TsQuery> | &[sqlx::postgres::types::TsQuery],
},
ParamChecking::Strong,
feature-types: info => info.__type_feature_gate(),
Expand Down
2 changes: 0 additions & 2 deletions sqlx-postgres/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ mod mac_address;
#[cfg(feature = "bit-vec")]
mod bit_vec;

mod ts_query;
mod ts_vector;

pub use array::PgHasArrayType;
Expand All @@ -254,7 +253,6 @@ pub use range::PgRange;
#[cfg(any(feature = "chrono", feature = "time"))]
pub use time_tz::PgTimeTz;

pub use ts_query::TsQuery;
pub use ts_vector::TsVector;

// used in derive(Type) for `struct`
Expand Down
213 changes: 0 additions & 213 deletions sqlx-postgres/src/types/ts_query.rs

This file was deleted.

0 comments on commit 4163aac

Please sign in to comment.