Closed GoogleCodeExporter closed 9 years ago
accepted
Original comment by daggett....@gmail.com
on 6 Nov 2009 at 10:42
Fixed in revision #196
added "order by " for select from syscomments
now sql for selecting object text looks like:
SELECT text,char_length(text)
FROM syscomments
WHERE id=object_id( :name )
order by colid2, colid
Original comment by daggett....@gmail.com
on 9 Nov 2009 at 12:47
Original issue reported on code.google.com by
juliocro...@gmail.com
on 6 Nov 2009 at 4:27