Pk13055

Results 6 issues of Pk13055

I have tried the code with both online images as well as static files; nothing seems to be working. It remains stuck on the _loading_ page. ![screenshot from 2017-10-16 03-51-55](https://user-images.githubusercontent.com/13479308/31589826-5a260424-b225-11e7-87a0-84f097115f0e.png)

Similar to [this](https://github.com/kayak/pypika/blob/master/pypika/dialects.py#L313-L347) `VerticaCopyQueryBuilder`, it would be extremely helpful if we had a `COPY` query builder for postgres as well.

In [this](https://github.com/zerodhatech/kite-connect-python-example/blob/master/README.md#create-database-and-table) section, the line should be: > Create a table called ticks in ticks ~table~ database

Currently, `find_table` returns a table object that contains two props, viz. `.cells: list[tuple(float, float, float, float]]` and `.rows: Row object`, which in turn contains `.cells`. It would be great if,...

feature-request

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

The addition of an optional database param in the gridFS functions would be quite helpful for multi-db based applications. I guess a simple addition of `db :str=None` on [this](https://github.com/dcrosta/flask-pymongo/blob/master/flask_pymongo/__init__.py#L133) line...