Skip to content

Commit c69bb15

Browse files
GeekMasherCopilot
andauthored
Update rust/ql/test/library-tests/frameworks/rusqlite/main.rs
Co-authored-by: Copilot <[email protected]>
1 parent eac63a3 commit c69bb15

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/frameworks/rusqlite

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/frameworks/rusqlite/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
1818

1919
connection.execute( // $ sql-sink
2020
"CREATE TABLE person (
21-
id SERIAL PRIMARY KEY,
21+
id INTEGER PRIMARY KEY AUTOINCREMENT,
2222
name VARCHAR NOT NULL,
2323
age INT NOT NULL
2424
)",

0 commit comments

Comments
 (0)