miniflux-v2/database
Frédéric Guillot a614f98063 Set arbitrary maximum size for tsvector column
- The max size for tsvector is 1 MiB
- We index only the first million of characters,
  it should be enough for most feed entries.
2018-10-19 21:40:59 -07:00
..
sql Set arbitrary maximum size for tsvector column 2018-10-19 21:40:59 -07:00
database.go Use canonical imports 2018-08-24 21:56:39 -07:00
doc.go Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
migration.go Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -07:00
sql.go Set arbitrary maximum size for tsvector column 2018-10-19 21:40:59 -07:00