Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used:
Version used: 2.6.1
Devices/Android versions reproduced on: OnePlus 8T
I want to provide FTS support for a table which contains localized strings. So I specified the
languageId
option of theFts4
annotation. This leads to following issues:TRIGGER
. TheTRIGGER
is missing which is supposed to be generated by the compiler plugin, therefore theoretically it has to be populated manually.The following example showcases my use case, the
Entity
entity is ommited on purpose.Is this a bug or am I just using this feature in a wrong way? There are literally no examples in the docs or anywhere else on the internet.