Nicolas De los Santos

Results 6 issues of Nicolas De los Santos

Added method to list all items in the build queue as objects and thus allowing to filter using the build parameters. The queued item object supports cancel request, in the...

As seen in https://github.com/sqls-server/sqls/issues/99 and https://github.com/sqls-server/sqls/issues/121 there is lack of support for completion when working with other schemas/databases other than the default schema/database. So this in the initial effort to...

## Summary describe tables query for postgres joined information schema views which is not efficient and specially notorious for large databases, instead use the catalog tables directly ## Set up...

## Summary the query that retrieved foreign keys for a schema joins several information schema views and is not as efficient as using directly the underlying catalog tables ## Set...

if not some test may fail as the order of the result items can change in accordance to the order that the items in the map are iterated you can...