mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
No description
c3709c56fc
Summary: Added loadColumns, loadColumnsWhere instance methods to Lisk, so when you only need some fields of your object loaded, you can do so. This will be useful for places where we fetch a large number of rows, but only care about a few columns. In that situation, these functions can be used so the db doesn't have to return as much data. Test Plan: Loaded a typeahead to check that the existing lisk functions still work. Modified typeahead to fetch data using loadColumns instead of loadAll and checked that it still works. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley, nh, jungejason Differential Revision: 947 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. http://www.apache.org/licenses/LICENSE-2.0