I have installed SQLite3 on Mountain Lion via MacPorts and Ruby along with sqlite3 gem using RVM.
I'd like to know if there's any way for me to understand if my SQLite3 installation supports FTS4.
i.e. The only way I found online was issuing FTS3 commands and not getting errors, but there must be a more 'clean' way... Also the mentioned way doesn't show if you have FTS3 or 4 working.
