Coder Social home page Coder Social logo

firefoxhistorymerger's People

Contributors

aqlasolutions avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

firefoxhistorymerger's Issues

Create a binary release

Like similar other projects on GitHub, this request is for releases to be tagged, and a binary to be included in that release.

My scenario: I don't have access to VS to compile it myself, but would like to experiment in merging places db's, before upgrading to Firefox Quantum v57 (which I think changes the schema - not sure).

Therefore I would like a windows binary added to the project, for downloading & execution.

DB schema changes cause crash

When trying to combine two Places.sqlite, one from around Nov & Firefox 55, and a current one with Firefox 56, I get the following error:

D:\>FirefoxHistoryMerger.exe
Opening main file D:\places\current.sqlite
Self check (start): 1426 places without visits and 0 visits with missed places

Opening D:\places\old.sqlite
Self check (input): 1282 places without visits and 0 visits with missed places
Writing 134143 places and 212819 visits from D:\places\old.sqlite

Unhandled Exception: System.Data.SQLite.SQLiteException: SQL logic error or missing database
table moz_places has no column named favicon_id
   at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
   at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
   at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
   at System.Data.SQLite.SQLiteDataReader.NextResult()
   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
   at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
   at FirefoxHistoryMerger.FirefoxHistoryMerger.Insert(SQLiteConnection connection, String table, Dictionary`2 entity, SQLiteCommand& cmd) in d:\My Documents\Aqla\FirefoxHistoryMerger\FirefoxHistoryMerger\FirefoxHistoryMerger.cs:line 29
   at FirefoxHistoryMerger.FirefoxHistoryMerger.<>c__DisplayClass5_0.<CombineHistory>b__4(SQLiteConnection connection) in d:\My Documents\Aqla\FirefoxHistoryMerger\FirefoxHistoryMerger\FirefoxHistoryMerger.cs:line 98
   at FirefoxHistoryMerger.FirefoxHistoryMerger.<>c__DisplayClass8_0.<DoWithDb>b__0(SQLiteConnection c) in d:\My Documents\Aqla\FirefoxHistoryMerger\FirefoxHistoryMerger\FirefoxHistoryMerger.cs:line 171
   at FirefoxHistoryMerger.FirefoxHistoryMerger.DoWithDb[T](String file, Func`2 action) in d:\My Documents\Aqla\FirefoxHistoryMerger\FirefoxHistoryMerger\FirefoxHistoryMerger.cs:line 189
   at FirefoxHistoryMerger.FirefoxHistoryMerger.DoWithDb(String file, Action`1 action) in d:\My Documents\Aqla\FirefoxHistoryMerger\FirefoxHistoryMerger\FirefoxHistoryMerger.cs:line 158
   at FirefoxHistoryMerger.FirefoxHistoryMerger.CombineHistory(String[] placesFiles, String appendToFile, String whereSql) in d:\My Documents\Aqla\FirefoxHistoryMerger\FirefoxHistoryMerger\FirefoxHistoryMerger.cs:line 45
   at FirefoxHistoryMerger.Program.Main(String[] args) in d:\My Documents\Aqla\FirefoxHistoryMerger\FirefoxHistoryMerger\Program.cs:line 16

So it looks like it has problems with the Favicon being split out into it's own database.
Any chance of a fix, and new binary release?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.