Re: debugging and stepping into ->do

2018-04-25 Thread Jeff Macdonald
Thanks again Brian. Also, no need to apologize. On Wed, Apr 25, 2018 at 3:29 PM Fennell, Brian wrote: > P.S. Two other ways to do UPSERT in mysql - INSERT IGNORE and REPLACE > > > https://chartio.com/resources/tutorials/how-to-insert-if-row-does-not-exist-upsert-in-mysql/ >

RE: debugging and stepping into ->do

2018-04-25 Thread Fennell, Brian
Jeff, Sorry if I was telling you something you already knew. I do that sometimes – I am a computer geek and sometimes my social skills are lacking. All the best in your XS hacking. It looks to me that this is actually documented behavior (if you know that the documentation is on the DBI

Re: debugging and stepping into ->do

2018-04-25 Thread Jeff Macdonald
Thanks Brian! I'm familiar with C. My goal with digging into DBI was to programmatically cause a SQL error in a test case. I needed somehow to create a wrapper around do (or execute) in which I'd examine the Statement and "die" accordingly. This would allow me to validate database logic that