Re: Strange HASH(0x2ced735) values

2017-02-21 Thread SSC_perl
> On Feb 21, 2017, at 2:34 PM, Sam wrote: > > One can also turn on the DBI trace log as well. Thanks, Sam! That helped a lot. Now I know which subs are involved in creating the SQL so I’m much closer to tracking this down. This is why they say that two heads are better than o

Re: Strange HASH(0x2ced735) values

2017-02-21 Thread Sam
On 02/21/2017 04:12 PM, David Precious wrote: On Tue, 21 Feb 2017 09:11:10 -0800 SSC_perl wrote: On Feb 21, 2017, at 8:34 AM, Uri Guttman wrote: you can't trace it from the value. but you can write code where that value is stuffed into the db and look for a reference vs 1 or a blank. then yo

Re: Strange HASH(0x2ced735) values

2017-02-21 Thread Uri Guttman
On 02/21/2017 05:12 PM, David Precious wrote: On Tue, 21 Feb 2017 09:11:10 -0800 SSC_perl wrote: On Feb 21, 2017, at 8:34 AM, Uri Guttman wrote: you can't trace it from the value. but you can write code where that value is stuffed into the db and look for a reference vs 1 or a blank. then yo

Re: Strange HASH(0x2ced735) values

2017-02-21 Thread David Precious
On Tue, 21 Feb 2017 09:11:10 -0800 SSC_perl wrote: > > On Feb 21, 2017, at 8:34 AM, Uri Guttman > > wrote: > > > > you can't trace it from the value. but you can write code where > > that value is stuffed into the db and look for a reference vs 1 or > > a blank. then you can dump the call stack

Re: Strange HASH(0x2ced735) values

2017-02-21 Thread SSC_perl
> On Feb 21, 2017, at 8:34 AM, Uri Guttman wrote: > > you can't trace it from the value. but you can write code where that value is > stuffed into the db and look for a reference vs 1 or a blank. then you can > dump the call stack (with caller()) or do other debugging. something is > putting a

Re: Strange HASH(0x2ced735) values

2017-02-21 Thread Uri Guttman
On 02/21/2017 11:28 AM, SSC_perl wrote: In a MySQL db I have a `customers` table with a field called `hide`. There are some strange values that I’d like to know where they’re coming from. In most records `hide` is blank, some others have the value ‘1’, but a handful have values like

Strange HASH(0x2ced735) values

2017-02-21 Thread SSC_perl
In a MySQL db I have a `customers` table with a field called `hide`. There are some strange values that I’d like to know where they’re coming from. In most records `hide` is blank, some others have the value ‘1’, but a handful have values like HASH(0x2ced735). I take it from w