mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-08 04:22:19 +08:00
Handle the case when there is no placeholder
This commit is contained in:
@@ -20,6 +20,13 @@ fn test_literal() -> Result {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_no_placeholder() -> Result {
|
||||
let _stmt = Stmt;
|
||||
__bind!(_stmt "SELECT 1");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/* FIXME
|
||||
#[test]
|
||||
fn test_raw_string() {
|
||||
|
Reference in New Issue
Block a user