Fossil

Diff
Login

Differences From Artifact [026fe48b07]:

To Artifact [ce43dc4d36]:


2006
2007
2008
2009
2010
2011
2012
2013
2014
2015



2016
2017
2018
2019
2020
2021
2022
2006
2007
2008
2009
2010
2011
2012



2013
2014
2015
2016
2017
2018
2019
2020
2021
2022







-
-
-
+
+
+







    );
    db_multi_exec(
      "REPLACE INTO global_config(name, value)"
      "VALUES('%s','%q');",
      zCkoutSetting, blob_str(&full)
    );
    db_swap_connections();
    db_multi_exec(
       "DELETE FROM config WHERE name %s = '%s';",
       zCollation, zCkoutSetting
    db_optional_sql("repository",
        "DELETE FROM config WHERE name %s = '%s';",
        zCollation, zCkoutSetting
    );
    db_optional_sql("repository",
        "REPLACE INTO config(name,value,mtime)"
        "VALUES('%s',1,now());",
        zCkoutSetting
    );
    fossil_free(zCkoutSetting);