19 Feb
2009
19 Feb
'09
3:36 p.m.
On 19-Feb-09, at 3:59 AM, Dipen wrote:
As an API, I think it should return all aliases of a path or should take an additional parameter like 'all','latest','oldest' depending on how you want it. But yeah it returns the oldest alias and just one entry.
I seem to remember that unless you do an ORDER BY that the order of returned results are implementation dependent. I can't seem to find anything to back that up other than a few old notes though. So while MySQL returns the first matched result in order of insertion, I think that could change when using some other RDBMS. Anyone have any more info? --Andrew