diff options
| author | 2025-03-01 16:24:05 +0000 | |
|---|---|---|
| committer | 2025-03-01 16:26:53 +0000 | |
| commit | a27defd72f82627993a059683c8399beb477a800 (patch) | |
| tree | a926b5cab8249832c7d147c508f7f098cc763ff7 /modules/extra/sqlite3.cpp | |
| parent | Replace insp::substring_view with the C++20 iterator constructor. (diff) | |
| parent | Avoid the use of ConvToStr in string concatenation. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/extra/sqlite3.cpp')
| -rw-r--r-- | modules/extra/sqlite3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/sqlite3.cpp b/modules/extra/sqlite3.cpp index 246f65a8e..ca6e4dbc2 100644 --- a/modules/extra/sqlite3.cpp +++ b/modules/extra/sqlite3.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org> * Copyright (C) 2014, 2016 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2013-2014, 2016-2017, 2019-2024 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013-2014, 2016-2017, 2019-2025 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de> * Copyright (C) 2012 Adam <Adam@anope.org> |
