Default repository for the execsql-upsert scripts
Rev. | Tiempo | Autor | Mensaje |
---|---|---|---|
d035be3dd62c | 2021-04-28 09:53:38 | rdnielsen | tip Added a semicolon to the end of all logged SQL statements. |
8c636a69de57 | 2020-05-10 01:33:04 | ![]() |
Modified progress bar display for better performance. |
98d0a593abe0 | 2020-04-29 09:38:28 | ![]() |
Modified to explicitly roll back changes if do_commit is ... |
2da9348ffd67 | 2020-01-06 10:22:52 | ![]() |
Modified documentation per change from Bitbucket/RTD to O... |
9a6099ac5dad | 2019-08-02 00:16:10 | Dreas Nielsen | Minor edits to documentation. |
2c93c8d3caef | 2019-06-26 11:09:10 | ![]() |
Updated version number in the change log. |
1baa96727b3a | 2019-06-24 09:26:27 | ![]() |
Updated documentation to describe UPDTPK_ONE. |
ef2f84bc2569 | 2019-06-24 05:13:40 | ![]() |
PK UPSERT script completed for MariaDB/MySQL. All versio... |
5d867f6a5a68 | 2019-06-04 11:33:08 | Elizabeth Shea | Added UPDTPKQA_ONE to pg_upsert and correction to logging... |
462eeeeb09f0 | 2019-05-30 10:55:08 | Elizabeth Shea | Added script UPDTPK_ONE to pg_upsert |
Nombre | Rev. | Tiempo | Autor |
---|---|---|---|
tip | d035be3dd62c | 2021-04-28 09:53:38 | rdnielsen |
Nombre | Rev. | Tiempo | Autor | Mensaje |
---|---|---|---|---|
default | d035be3dd62c | 2021-04-28 09:53:38 | rdnielsen | Added a semicolon to the en... |
This repository contains ExecSQL scripts to perform automated upsert operations on any tables of any database in a DBMS that supports the standard information_schema views.
These scripts perform the upsert operation by using standard SQL UPDATE and INSERT statements rather than DBMS-specific implementations of the SQL MERGE statement.
Features of these upsert scripts include:
Implementations of these upsert scripts currently exist for PostgreSQL, MariaDB/MySQL, and MS-SQL Server.
Complete documentation is available at https://execsql-upsert.osdn.io/