Gregory Arenius
Gregory Arenius
This PR changes the postgresql.conf row_security setting to 'on'. WHY: The default installs of PostgreSQL after 9.5 from the PostgreSQL repositories all have row_security defaulting to on. This is also...
Running x12norm with python3 I received the following error: Traceback (most recent call last): File "/usr/local/bin/x12norm", line 11, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/pyx12/scripts/x12norm.py", line 71, in main fd_out.write(seg_data.format() + eol) TypeError:...
The documentation states: > ogr_fdw_info -f > > Supported Formats: > -> "PCIDSK" (read/write) > -> "netCDF" (read/write) > ... > -> "HTTP" (readonly) However, when I run `ogr_fdw_info -f`...
* badX12 version: '0.2.2' * Python version: Python 3.6.8 * Operating System: Ubuntu ### Description I'm trying to parse an incoming X12 (834) document. The error is an IndexError but...