Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-04DB: Delete corrupt database. #2547Christian Kamm
2014-10-28ownSql: Also mention filenameMarkus Goetz
2014-10-28ownSql: Don't set busy timeout on bad objectMarkus Goetz
2014-10-24SqlDatabase: Make it non-copyable.Christian Kamm
2014-10-21SyncJournalDB: Fix deleteBatchMarkus Goetz
2014-10-21ownsql: fix warning with clangOlivier Goffart
2014-10-20SocketApi: Properly manage the database connections.Klaas Freitag
2014-10-20ownSql: Still also use sqlite3 busy handlerMarkus Goetz
2014-10-20SocketAPI: Use new class SqlQuery to cache the sql queries.Klaas Freitag
2014-10-20SocketAPI: Properly release precompiled statements. Use sqlite3_closeKlaas Freitag
2014-10-18Sql: Handle SQLITE_BUSY properly for sqlite3_step and sqlite3_prepare.Klaas Freitag
2014-10-17ownSql: Always use finish()Markus Goetz
2014-10-17Beautified some debug logging strings.Klaas Freitag
2014-10-16ownSql: Always use SQLITE_TRANSIENTMarkus Goetz
2014-10-16ownSql: create an null value of an empty string in bindValue.Klaas Freitag
2014-10-16ownSql: Proper initialization of result value plus assert on it.Klaas Freitag
2014-10-16ownSql: Proper initialization of errIdKlaas Freitag
2014-10-15ownsql: Implement the transaction functions.Klaas Freitag
2014-10-15ownsql: Cleanups: In modern C++, we use 0 instead of NULLKlaas Freitag
2014-10-15ownsql: Added some paranthisis to make clear whats happening.Klaas Freitag
2014-10-14Make the sync work with new sql implementation.Klaas Freitag
2014-10-14NewSQL: minor fixes to get stuff goingKlaas Freitag
2014-10-14Sql: New implementation of ownSql class to go away from Qt's own SqlKlaas Freitag