Displaying 1 result from an estimated 1 matches for "topics_id_seq".
2006 Mar 29
0
active record bug?
...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 (0.000649)   SELECT * FROM topics WHERE (topics.id = 3126) 
LIMIT 1
# and print out a logger statement showing that the topic exis...