lukemurray / data-atom

Query and manage data sources from Atom
MIT License
152 stars 36 forks source link

set SQLMetaProvider to observe & respect the autocomplete+ minimum word length #167

Closed SKalt closed 5 years ago

SKalt commented 5 years ago

This should fix #160, and shouldn't conflict with #166. Heads up, locally I'm unable to run / debug the tests:

> apm test
Tests failed

so I'm PRing this unchecked to see if they work on Travis.

SKalt commented 5 years ago

^ looks like the same test is failing which is blocking #166.

lukemurray commented 5 years ago

Thanks!