Hacker News new | ask | show | jobs
by paracyst 2620 days ago
Tried this for a few minutes at work (very heavy SQL Server shop). It doesn't play well with databases that have different schemas but the same table name.

schema1.users

schema2.users

schema3.users

schema4.users

The auto-complete seems to always choose the last one and it displays it as 'users' with no indication of the schema. This alone makes this unusable for me at the present time