phreeze icon indicating copy to clipboard operation
phreeze copied to clipboard

Debug SQL (inserts)

Open rodrigorojas opened this issue 9 years ago • 1 comments

Anyone can help me to debug inserts?

i'm receiving an messagem from DataAdapter informing that have an field without default value... I'm assuming that this field is sending null to my insert statement...

erro

but, in my js app file, is possible print the value that "supposedly" not was send to my insert statement

source

log

thx and regards form brazil again

RR

rodrigorojas avatar Aug 18 '15 15:08 rodrigorojas

I would guess that you have the DB Column set as not null, but are not providing a value either? It might be something you can address by updating the DB.

jasonhinkle avatar Aug 18 '15 18:08 jasonhinkle