mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 04:32:19 +08:00
@@ -776,6 +776,7 @@ impl Statement<'_> {
|
||||
/// Returns a string containing the SQL text of prepared statement with
|
||||
/// bound parameters expanded.
|
||||
#[cfg(feature = "modern_sqlite")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "modern_sqlite")))]
|
||||
pub fn expanded_sql(&self) -> Option<String> {
|
||||
self.stmt
|
||||
.expanded_sql()
|
||||
|
Reference in New Issue
Block a user