On Jun 7, 2011, at 12:19 AM, Jeremy Evans wrote:

> On Jun 5, 11:05 pm, Zhi-Qiang Lei <[email protected]> wrote:
>> The TypecastOnLoad plugin works. Thank you. Here is one more issue.
>> When save a new record, it will raise a "Record not found" error. However, 
>> the record is valid and it saved successfully.
> 
> This is probably a consequence of Dataset#insert not returning the
> autoincrementing primary key used.  That requires patching the ado
> adapter to support such a thing, which would probably require adding
> an ado/access subadapter.  In general the ADO adapter does not support
> that concept.  The ado/mssql subadapter does support it, but through a
> fairly nasty hack.  It looks like a similar hack may work on Access,
> I'll test it and see if it works.
> 
> Jeremy
> 


Hi Jeremy,

Do you mind if I submit a issue on Github for tracking?

Best regards,
Zhi-Qiang Lei
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to