Displaying 2 results from an estimated 2 matches for "dgbtev".
Did you mean:
datev
2006 Mar 29
2
inserts now set unset columns to null
...;irx_machine_id", "source", "keywords") VALUES(''t'', NULL, ''d gdssg sd5
gd5g '', NULL, ''2006-03-29 10:49:23'', ''2006-03-29 10:49:23'', NULL, NULL,
''/irx/xml/DGdssgSd5Gd5g.xml'', ''dgbtev sgdg d'', ''DGdssgSd5Gd5g'', NULL,
NULL)
Note that creation_stamp and last_update_stamp (which are both defined
as timestamp without time zone | not null default
(''now''::text)::timestamp(6) with time zone) are populated with the
current time. My code...
2006 Mar 29
0
active record bug?
...;irx_machine_id", "source", "keywords") VALUES(''t'', NULL, ''d gdssg sd5
gd5g '', NULL, ''2006-03-29 11:13:42'', ''2006-03-29 11:13:42'', NULL, NULL,
''/irx/xml/DGdssgSd5Gd5g.xml'', ''dgbtev sgdg d'', ''DGdssgSd5Gd5g'', NULL,
NULL)
SQL (0.000440) SELECT currval(''inforx.topics_id_seq'')
# output of a logger.info statement spitting out the id of the newly
inserted topic
HERE IS THE TOPIC ID: 3126
# i explicitly select the topic:
Topic Load...