zotero/chrome
Dan Stillman 9b247ebba7 Fix error trying to generate report for many items
When adding many search conditions (e.g., when matching many items with the
`key` condition), the query can fail due to either the bound parameter limit or
the expression tree size limit.

To avoid this, add support for an 'inlineFilter' property on search conditions
when using the 'is' or 'isNot' operator. 'inlineFilter' is a function that
returns a quoted value suitable for direct embedding in the SQL statement, or
false if not valid. Multiple consecutive conditions for the same 'inlineFilter'
field are combined into an `IN (x, y, z)` condition.
2017-01-21 03:38:36 -05:00
..
content Fix error trying to generate report for many items 2017-01-21 03:38:36 -05:00
locale Merge new English strings 2017-01-19 17:21:58 -05:00
skin/default/zotero About pane updates 2017-01-15 15:29:02 -05:00