pylogicaldecoding icon indicating copy to clipboard operation
pylogicaldecoding copied to clipboard

Python interface to PostgreSQL logical decoding

Results 10 pylogicaldecoding issues
Sort by recently updated
recently updated
newest added

at the moment, the only dealoc is done by python. Probably linked with #13

enhancement
C

``` ... feedback... 0/0 feedback... 0/0 ^C*** Error in `/home/bdupuis/.virtualenvs/pyld2/bin/python': free(): invalid pointer: 0x00007f20023f18b1 *** ``` Sometimes it just segfaults.

bug
C

probably by adding a log callback on the reader. In a first time, keep `if (verbose)` stuff, but add verbose on the reader (v0.1)

enhancement
python
C

Add a `contrib` module that contains high level (though less generic) classes (e.g. using a fixed master decoder to expose methods like `update(self, table, old_dict, new_dict)`).

python

More tests, some unit tests and maybe a CI

enhancement
python
C

Lots of complexity due to psycopg2 origine of these files

dev/tools

- [ ] Comprehensive docstrings - [ ] README with examples - [ ] install doc

doc

Most of them are ValueError. Maybe we should mimic psycopg2 exceptions

bug

Unit testing gonna be hard as most function call the master at some point and most of code is C. at the moment only functional testing on a live DB...

enhancement