There is an alternative, but its a bit more work. First stop the SQL driver in WeatherCat (and make a copy of the database

), then delete all the records back to 22 Dec 15.
Next edit the time in ~/Library/Application Support/WeatherCatTemp/WeatherCatLastSQLUpload.plist. This is the time of the last upload to the database.
The time in here is held as the number of seconds since 1st Jan 2001 (GMT), so you can either calculate forward from there or calculate the number of seconds back to 22 Dec 2015 from the time 'now' and subtract that from the value in the file. Save the file then restart the SQL Driver, if all went to plan it'll now upload the missing records.