Andrzej Kostanski

Results 5 issues of Andrzej Kostanski

Using --schema flag for having dump schema level granularity improved per schema filtering, make COPY less error prone changed DELIMITER, QUOTE and ESCAPE for better handling of complicated data type...

Hi @mla ! Thanks for the **awesome job you have done** by delivering that nice tool ;-) I found it very useful. I have an idea for improvement (just have...

HTML supports simply searchable select field out of the box https://www.w3schools.com/tags/tag_datalist.asp ![image](https://user-images.githubusercontent.com/995127/92958359-62d41b80-f46a-11ea-8997-2576e4c16e76.png) It will be cool to have it via some widget for standard `wtforms.fields.SelectField` without need to use some...

enhancement

Could you modify it somehow that running installation with PIP does not require sudo. (Mac OS X)

![image](https://user-images.githubusercontent.com/995127/85791829-c5066580-b732-11ea-848c-80ac39218502.png) the postgraphile query: ``` query findNearby($point: GeoJSON) { allApiDjtinderusers ( filter: { lastLocation: { equals: $point } }) { nodes { id lastLocation { geojson srid y x }...