18 Jun
2013
18 Jun
'13
7:08 a.m.
On 18 Jun 2013, at 11:07, Phil Mayers <p.mayers@IMPERIAL.AC.UK> wrote:
On 06/18/2013 07:27 AM, Brian Candler wrote:
Aside: I think Postgres will reject a quoted string being used in an integer context.
Not correct:
db=> create temp table tt (val integer); CREATE TABLE db=> insert into tt values ('1'); INSERT 0 1
Will it converted quoted NULLs 'NULL' to actual NULL values? I'm guessing no? Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team