apex-lang
apex-lang copied to clipboard
Automatically exported from code.google.com/p/apex-lang
``` Purpose of code changes: Fixed Time after midday conversion and updated unit-tests When reviewing my code changes, please focus on: SoqlUtilsTest changes Not sure if it's consistent as your...
``` What steps will reproduce the problem? 1. Unit Test StringUtilTest.cls and SetutilTest Apex classes. 2. Received the following output. Test failure, method: al.SetUtilsTest.testObjectToBlob -- System.Exception: null stack External entry...
``` Timezone correction ``` Original issue reported on code.google.com by `[email protected]` on 1 Oct 2012 at 8:41 Attachments: - [SoqlUtils.cls.patch](https://storage.googleapis.com/google-code-attachments/apex-lang/issue-2/comment-0/SoqlUtils.cls.patch)
``` Conversion of Datetime to SQL string ist wrong ``` Original issue reported on code.google.com by `[email protected]` on 30 Aug 2012 at 12:42 Attachments: - [SoqlUtils.cls.patch](https://storage.googleapis.com/google-code-attachments/apex-lang/issue-1/comment-0/SoqlUtils.cls.patch)