aboutsummaryrefslogtreecommitdiff
path: root/app/Models/EntryDAOSQLite.php
AgeCommit message (Expand)Author
2023-03-22Consistent entry ID type (32-bit compatibility) (#5213)Gravatar Alexandre Alapetite
2022-11-23Better restrict tag search (#4882)Gravatar Alexandre Alapetite
2022-08-20Fix PHP 7.0 warning (#4514)Gravatar Alexandre Alapetite
2022-08-18Easier full-text search possibility (#4505)Gravatar Alexandre Alapetite
2022-07-19Add database field attributes for entries (#4444)Gravatar Alexandre Alapetite
2022-06-02New search engine (#4378)Gravatar Alexandre Alapetite
2022-02-28Implement Web scraping "HTML + XPath" (#4220)Gravatar Alexandre Alapetite
2022-02-07More PHP type hints for Fever (#4202)Gravatar Alexandre Alapetite
2022-02-06Fix Fever 32 bit ID issue + more PHP type hints (#4201)Gravatar Alexandre Alapetite
2022-01-08Fix various typos and spelling errors in documentation, comments and code. (#...Gravatar Thomas Renes
2022-01-04PHPStan level 5 (#4110)Gravatar Alexandre Alapetite
2022-01-01Fix most PHPDocs errors (#4107)Gravatar Alexandre Alapetite
2021-07-24Fix marking as read a label with SQLite (#3711)Gravatar Alexandre Alapetite
2021-02-28Travis: Enforce phpcs line length + whitespace (#3488)Gravatar Alexandre Alapetite
2021-02-02INSERT ... ON CONFLIT DO NOTHING for addEntry (#3409)Gravatar Alexandre Alapetite
2019-10-06SQL allow recreating existing user (#2555)Gravatar Alexandre Alapetite
2019-09-29PDO refactoring for code simplification (#2522)Gravatar Alexandre Alapetite
2019-09-15CLI to export/import any database to/from SQLite (#2496)Gravatar Alexandre Alapetite
2018-09-29Custom labels (#2027)Gravatar Alexandre Alapetite
2018-09-08Missing touch for SQLite and PostgreSQL (#2008)Gravatar Alexandre Alapetite
2018-09-08Fix SQLite and PostgreSQL (#2007)Gravatar Alexandre Alapetite
2018-03-14Light Boolean search implementation (#1828)Gravatar Alexandre Alapetite
2018-03-11SQLite more error logsGravatar Alexandre Alapetite
2017-10-12CLI optimize database (#1663)Gravatar Alexandre Alapetite
2017-09-22[ci] Add Travis (#1619)Gravatar Frans de Jonge
2017-03-26Candidate implementation of defered insertionGravatar Alexandre Alapetite
2016-10-14PostgreSQL compatibility booleanGravatar Alexandre Alapetite
2016-08-31Quoted upper-cases instead of string replaceGravatar Alexandre Alapetite
2016-08-23More PostgreSQLGravatar Alexandre Alapetite
2016-08-19More SQLite fix for mark search as readGravatar Alexandre Alapetite
2016-08-19SQLite fix for mark search as readGravatar Alexandre Alapetite
2016-08-02Forgotten method name update for SQLiteGravatar Alexandre Alapetite
2015-05-11More SQLite compatibilityGravatar Alexandre Alapetite
2014-12-21Fix getting db size for sqliteGravatar Marien Fressinaud
2014-12-06Add commentsGravatar Alexis Degrugillier
2014-10-17Fix a bug to get size of user (SQLite)Gravatar Marien Fressinaud
2014-10-05Replace Minz_Log::record by corresponding methodsGravatar Marien Fressinaud
2014-08-07First bug for old articles firstGravatar Alexandre Alapetite
2014-07-08SQL: removed superfluous transactions to avoid some dead locksGravatar Alexandre Alapetite
2014-07-07SQL: SQLite syntax uniformisationGravatar Alexandre Alapetite
2014-07-05Add support for SQLiteGravatar Alexandre Alapetite
2014-07-03Preparation #3 for SQLiteGravatar Alexandre Alapetite
2014-07-03Preparation #2 for SQLiteGravatar Alexandre Alapetite