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 Mar 22, 2018. It is now read-only.
We should be able to setup an onsave/update trigger so that every time a resource/table is saved it should store its str representation in a str column. This would allow us to query against the str form of a resource.
Things to consider:
Might need more than one str type column to represent things like taxa with author names and potentially markup in a string.
Can we be reasonably sure that a str field value and it's str method always produce the same thing. I think so as long as the records are manipilated via the ORM.
The str method should probably just return the cached str field value in most cases unless specifically asked to rebuild it.
The text was updated successfully, but these errors were encountered:
We should be able to setup an onsave/update trigger so that every time a resource/table is saved it should store its str representation in a str column. This would allow us to query against the str form of a resource.
Things to consider:
The text was updated successfully, but these errors were encountered: