Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Changes for Postgresql Copy Export: #68

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Open

Changes for Postgresql Copy Export: #68

wants to merge 3 commits into from

Commits on Jan 22, 2019

  1. Changes for Postgresql Copy Export:

     1. Support for empty null string        --null-string ''
     2. Support for non-xml delim            --fields-terminated-by'\0x1c'
     3. Added line buffering perf            --batch
     4. optional TEXT mode instead of CSV    -Dpostgresql.format.text=true
     5. Support for postgres Version 8       -Dpostgresql.targetdb.ver=8
     6. Optional disable escape sequences    -Dpostgresql.input.israw=true
    Robert B Hamilton committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    123641f View commit details
    Browse the repository at this point in the history
  2. Fixed null pointer error in testExportDirect

    Robert B Hamilton committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    4916a0e View commit details
    Browse the repository at this point in the history
  3. cleanups:

    1. moved LineBuffer to inner class of the Export Mapper
    2. extended support to 9.x direct copy
    3. Added test case
    Robert B Hamilton committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    be539f1 View commit details
    Browse the repository at this point in the history