in reply to Re^3: Distiguishing arguments: number-strings vs real integer
in thread Distiguishing arguments: number-strings vs real integer
Saying this it becomes even more confusing because of different dialects and differently implemented DB drivers.
> Therefore, you need to determine whether the placeholder needs to be 42 or "42".
This is up to the user of the layer, that's why I need to know if he passed a literal string or number. And to be able to warn him if necessary.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Distiguishing arguments: number-strings vs real integer
by syphilis (Archbishop) on Aug 10, 2018 at 14:46 UTC | |
by LanX (Saint) on Aug 10, 2018 at 15:15 UTC |