Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins
2018-07-08
| ||
21:33 | clean up metadata code and add lup for picklistValues Leaf check-in: 726043d023 user: glindsay@academyart.edu tags: sobjects, trunk | |
21:09 | typo in `raise AttributeError` check-in: b3a9e23112 user: glindsay@academyart.edu tags: sobjects, trunk | |
21:00 | better metadata implementation check-in: 7cab774b62 user: glindsay@academyart.edu tags: sobjects, trunk | |
18:55 | keep sobjects as SObjects instead of types check-in: f0a83bf78c user: glindsay@academyart.edu tags: sobjects, trunk | |
18:09 | implement metadata for SObject sublasses check-in: b9b4fef269 user: glindsay@academyart.edu tags: sobjects, trunk | |
18:09 | create factory method for create SObjects check-in: 57dfa4a7f7 user: glindsay@academyart.edu tags: sobjects, trunk | |
04:15 | implement CRUD methods as convenience calls to `self._client` check-in: 6b46e96675 user: glindsay@academyart.edu tags: sobjects, trunk | |
03:10 | give SObject its own file check-in: d70595b233 user: glindsay@academyart.edu tags: sobjects, trunk | |
02:10 | add describe() to SObject check-in: 92fe597fc7 user: glindsay@academyart.edu tags: sobjects, trunk | |
02:02 | Merge branch 'master' into sobjects check-in: 1c4dbabe1b user: glindsay@academyart.edu tags: sobjects, trunk | |
01:55 | Merged in query (pull request #2) Query Approved-by: gslindsay <goyo2001-bb@yahoo.com> Leaf check-in: 178f864347 user: goyo2001-bb@yahoo.com tags: master, trunk | |
01:44 | Merged in merge-by-default (pull request #1) change default `merge_results` to True instead of False Approved-by: gslindsay <goyo2001-bb@yahoo.com> check-in: b9795a137b user: goyo2001-bb@yahoo.com tags: master, trunk | |
01:41 | change default `merge_results` to True instead of False check-in: efd62fbfe5 user: glindsay@academyart.edu tags: master, trunk | |
2018-07-04
| ||
19:28 | add read-only `name` property to SObject check-in: 1c4fe87ab2 user: glindsay@academyart.edu tags: sobjects, trunk | |
19:16 | implement __getattr__ to return stub of SObject check-in: d13e342bf4 user: glindsay@academyart.edu tags: sobjects, trunk | |
19:05 | add __dir__ for inspection and autocompletion in shell check-in: 8bbe8fcc6f user: glindsay@academyart.edu tags: sobjects, trunk | |
18:19 | break "records" out of `__next__` for query iteration simpler to read and we can now reference the buffered records without having to worry about the state of the `_results` Leaf check-in: 16f10a8f1e user: glindsay@academyart.edu tags: origin/query, trunk | |
18:11 | defer execution of query check-in: 8c2a5ae4a9 user: glindsay@academyart.edu tags: origin/query, trunk | |
18:00 | Initial commit check-in: 0286d0ad1c user: glindsay@academyart.edu tags: master, trunk | |
17:55 | .gitignore created online with Bitbucket check-in: 51576d272e user: goyo2001-bb@yahoo.com tags: master, trunk | |