sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.47k stars 716 forks source link

Added copy as insert and copy as update #730

Open jonaz opened 3 months ago

jonaz commented 3 months ago

Second try for fixing #649

Hope this gets merged. Menu options only enabled on "browse" rows now. Also refactored so we get the type from backend so that we are consistent with the types for example '123' can be both integer and string and pure JS cannot know which so we use the json to get the correct type.

jonaz commented 2 months ago

Requesting review from @sosedoff