Skip to content
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.

No SQLite/PostgreSQL support #15

Open
rgarner opened this issue Jan 19, 2011 · 1 comment
Open

No SQLite/PostgreSQL support #15

rgarner opened this issue Jan 19, 2011 · 1 comment

Comments

@rgarner
Copy link
Owner

rgarner commented Jan 19, 2011

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.

@rgarner
Copy link
Owner Author

rgarner commented Jan 27, 2011

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant