summaryrefslogtreecommitdiff
path: root/lib/output/pq/sql
Commit message (Collapse)AuthorAge
* Copy table content in a TX as part of add tableDan Goodliffe2021-07-31
|
* Support the rotate event to move to the next binlog fileDan Goodliffe2021-07-25
|
* Add before/after event to update position in replication streamDan Goodliffe2021-07-25
|
* Get source database name into UpdateDatabase on configureDan Goodliffe2021-07-19
|
* Add an existing table to the configDan Goodliffe2021-06-27
|
* Code for setting up an initial source from scratchDan Goodliffe2021-06-13
| | | | Includes beginnings of the end-to-end test suite.
* Fix column order in select sourceDan Goodliffe2021-06-13
|
* Load schema and config etc from target DBDan Goodliffe2021-06-12
|
* Get upstream from DBDan Goodliffe2021-06-03
| | | | Adds options from command line and a few supporting tweaks
* Generate DbStmt templates from .sql filesDan Goodliffe2021-06-01
m4 generator and related code. Reshuffles some CTF stuff to avoid pulling in all of CTF and iostream for its fixed_string. Moves CTF out of AdHoc namespace. Add some initial SQL statements.