zzzprojects / sqlfiddle

http://sqlfiddle.com
MIT License
275 stars 52 forks source link

Only one column with the same name displayed #60

Closed plushy closed 11 years ago

plushy commented 11 years ago

If two columns have the same name only the first one is displayed: http://sqlfiddle.com/#!1/6ccc5/883 Sorry to swarm you with reports today keep up the good work :)

jakefeasel commented 11 years ago

Not much I can really do about this one, unfortunately. Honestly I consider it to be a user-error when they have more than one column with the same name. That's never a good idea. No problem with the bug reports - I really appreciate your help with testing!

plushy commented 11 years ago

Well, yeah, probably two columns named the same would never be useful expect maybe a quick way to show a cross join. I just thought I'd share it since psql and pgadmin can display them.

jakefeasel commented 11 years ago

Yet again I believe this is a limitation of JDBC.