mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-20 21:09:31 +08:00
Update links & copyright statement
This commit is contained in:
committed by
Thom Chiovoloni
parent
45fd77ee43
commit
9322b0e881
@@ -737,7 +737,7 @@ impl Connection {
|
||||
/// # Warning
|
||||
///
|
||||
/// You should not need to use this function. If you do need to, please
|
||||
/// [open an issue on the rusqlite repository](https://github.com/jgallagher/rusqlite/issues) and describe
|
||||
/// [open an issue on the rusqlite repository](https://github.com/rusqlite/rusqlite/issues) and describe
|
||||
/// your use case.
|
||||
///
|
||||
/// # Safety
|
||||
|
@@ -1065,7 +1065,7 @@ mod test {
|
||||
|
||||
#[test]
|
||||
fn test_insert_different_tables() {
|
||||
// Test for https://github.com/jgallagher/rusqlite/issues/171
|
||||
// Test for https://github.com/rusqlite/rusqlite/issues/171
|
||||
let db = Connection::open_in_memory().unwrap();
|
||||
db.execute_batch(
|
||||
r"
|
||||
|
@@ -174,7 +174,7 @@ impl VTabConnection {
|
||||
/// # Warning
|
||||
///
|
||||
/// You should not need to use this function. If you do need to, please
|
||||
/// [open an issue on the rusqlite repository](https://github.com/jgallagher/rusqlite/issues) and describe
|
||||
/// [open an issue on the rusqlite repository](https://github.com/rusqlite/rusqlite/issues) and describe
|
||||
/// your use case.
|
||||
///
|
||||
/// # Safety
|
||||
|
Reference in New Issue
Block a user