All the connect call does is this:
int rc = Sqlite3.sqlite3_open(database, out this.db);
if(rc != Sqlite3.SQLITE_OK)
throw GetSqliteError(this.db, null);
Which makes me thing that sqlite3_open is returning an error code.
What happens if you do the same in CPython?
On Wed, Feb 5, 2014 at 9:22 PM, Anand Raja.K <[email protected]> wrote:
> Thanks for the information Slide. Im planing to try it out. Please build
> debug version of email-ext. let me know once its available.
>
>
>
> On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote:
>
>> Hi,
>>
>> I have tried various thing to attach pdf as attachment in email-ext but
>> unable to do so..
>>
>>
>> Tried the below scenarios
>>
>> in Attachments section
>> ${FILE, path="/<path> <file>.pdf"}
>>
>> Nothing happens.
>>
>>
>> Tried the same in Default Content section.
>> Special characters are displayed in the body of the mail.
>>
>> Please help me out.
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
Website: http://earl-of-code.com
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.