What should be used for the writer config of a LABKEY.ext.Store (Ext3 version) | jeckels | 2013-07-08 16:46 |
Status: Closed | ||
Hi Leo, In one of your followups, you asked about updating a custom query. That's not supported - while some simple queries may map one-to-one with rows in a source table, most do not, and there's no way for us to know for sure if it would work. So, all custom queries are effectively read-only and you'll need to fire update/insert/delete requests against the "real" table. Does that explain what's happening in this case? Thanks, Josh |
||