diff options
author | drh <> | 2025-04-10 10:18:07 +0000 |
---|---|---|
committer | drh <> | 2025-04-10 10:18:07 +0000 |
commit | 8a6f89c845763b11023e438e0fa63dc80aeda72d (patch) | |
tree | 264bfb9a8c6bd407f1f9caacc1a4061ac44f1c80 /src/insert.c | |
parent | 509d899a2dec05549c88147429c205598d9ee061 (diff) | |
download | sqlite-8a6f89c845763b11023e438e0fa63dc80aeda72d.tar.gz sqlite-8a6f89c845763b11023e438e0fa63dc80aeda72d.zip |
Remove unnecessary "www." prefixes on domain names in URLs.
FossilOrigin-Name: 20acd630b91609725794ce84f9eda01d5f3c898407f0948264830851d25ccaa6
Diffstat (limited to 'src/insert.c')
-rw-r--r-- | src/insert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c index 7dc9bfd8b..fdd9c8da2 100644 --- a/src/insert.c +++ b/src/insert.c @@ -2113,7 +2113,7 @@ void sqlite3GenerateConstraintChecks( ** could happen in any order, but they are grouped up front for ** convenience. ** - ** 2018-08-14: Ticket https://www.sqlite.org/src/info/908f001483982c43 + ** 2018-08-14: Ticket https://sqlite.org/src/info/908f001483982c43 ** The order of constraints used to have OE_Update as (2) and OE_Abort ** and so forth as (1). But apparently PostgreSQL checks the OE_Update ** constraint before any others, so it had to be moved. |