Deryck
Deryck
Updating a table with JSON columns will treat the row data as a standard string, adding erroneous double-quotes around the value, instead of returning as an array/object. Example result (from...
This is essentially the same issue as #221 but with hstore. The string returned as the value is double-quoted and contains all the original hstore double-quotes with no escaping. Example...
In response to my own need and somewhat #138 (though that ticket is asking for way more) this will allow at least avoiding the roadblock when trying to sort without...
It is killing me seeing something/ like/ this instead of something/like/this
I can serialize my array of objects when there are 9 of them, and it brings back 9. Same when there are 11 of them. But when I provide an...
I haven't used Windows 9x in a while, so maybe this is actually how it works? But if not, probably should add `user-select: none` to buttons/dialog text/title bars, etc. so...
Returned data in a dataset comes back as `null` but the relationship object is still being created. Examples: ```javascript // when data exists, this works: "relationships": { "notes": { "data":...