* add multi return
* add independently and transaction to query
* pgInsert normal and transaction
* independently for pgInsert
* normal, transaction and independently for pgUpdate
* cleanup
* implement it in other nodes
* multiple fixes
* add optional returning support
* clean up Postgres functions
* fix other postgres based dbs
* Added option to run queries as a transaction to Postgres
This commit allows users to configure Postgres, CrateDB, TimescaleDB and
QuestDB to run queries independently or as transactions as well as the
previous mode which is to execute multiple queries at once.
Previous behavior remains untouched so we only added new options.
* Standardize behavior across nodes that use postgres protocol
Also fixed unit tests.
* Added breaking change notice
* Added more information to breaking changes
* ⚡ Styling fixes
Co-authored-by: lublak <lublak.de@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* 538 add support for casting types in postgres
* Add typing to postgres insert nodes and removed unnecessary field from crate db
* Added placeholder and description for types in postgres
* Adding tests to insert and changes suggested by Ben
* ⚡ Minor improvement
Co-authored-by: mutdmour <mutdmour@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* 🎉 executeQuery function extracted
* 🚧 add prettierrc to gitignore
* 🚧 insert function extracted
* ⚡ extract update function
* 💡 fix function docs
* 💡 add in code documentation
* 🎨 fix format
* 🎨 fix format
* Updated Dropdown Descriptions to match documentation
* Removed full stops and hyphens in field descriptions
* Removed hyphen on description on line 267
* Fixed typographical errors for Github node
* Fixed typo for Zoom Credentials
* Changed Postgres node description to match Postgres docs (https://github.com/n8n-io/n8n-docs/pull/30)
* Changed Rocketchat displayname to RocketChat
* Fixed typographical errors (and matched with docs) for Trello node descriptions
* Updated Jira node descriptions to match docs