File: BUGS.txt

package info (click to toggle)
pgloader 2.3.3~dev3-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 13,868 kB
  • sloc: python: 2,683; makefile: 109; sql: 74
file content (20 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= PGLOADER BUGS LIST =

== Error reporting on last line when alone in its buffer

When last line is alone on a +COPY+ command and its parsing ends in
error (not enough columns read for example), no information is given
back by +pgloader+.

== Multi-line without quoting

Status::
    Appeared while preparing +2.3.0+, fixed in +~dev+ cycle (release
    candidate), not exposed to stable releases.

Details::
    The new Reader._getopt() facility forgot to consider option types,
    which was a pretty bad idea for TextReader.field_count option.

The +cluttered+ example seems to be broken, I just realized this is
the case, don't know yet how long it's been the case.