You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.
Have tried to avoid mySQL-specific syntax but it seems I've succumbed to it in the :related_tags association in SemanticallyTaggable::Tag. This uses a two-row INSERT to represent the inverse relation between tags. However, SQLite doesn't support it.
The text was updated successfully, but these errors were encountered:
Since I've succumbed above, I've also used an INSERT IGNORE in the transitive closure. Anyone wishing to add support for other DBMSs will have to get around two doses of my race to release ;)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Have tried to avoid mySQL-specific syntax but it seems I've succumbed to it in the
:related_tags
association inSemanticallyTaggable::Tag
. This uses a two-rowINSERT
to represent the inverse relation between tags. However, SQLite doesn't support it.The text was updated successfully, but these errors were encountered: