mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
2.3.1 release
This commit is contained in:
parent
5b8f3b1e2f
commit
ee513ed07a
4
TODO.txt
4
TODO.txt
@ -165,10 +165,10 @@ instead of plain transactions.
|
||||
== Fixed Format ==
|
||||
|
||||
Current status::
|
||||
CVS, intended for 2.3.1
|
||||
Released in pgloader 2.3.1
|
||||
|
||||
Support fixed format: no separator, known length (in bytes) per
|
||||
column.
|
||||
column. See +examples/fixed+.
|
||||
|
||||
== Facilities ==
|
||||
|
||||
|
||||
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,5 +1,6 @@
|
||||
pgloader (2.3.1-1) unstable; urgency=low
|
||||
|
||||
* FIX: Add database opening into critical path (BoundedSemaphore)
|
||||
* FIX: close database connection as soon as possible
|
||||
* Add support for fixed format
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Some common options, for each module to get them
|
||||
|
||||
PGLOADER_VERSION = '2.3.0'
|
||||
PGLOADER_VERSION = '2.3.1'
|
||||
|
||||
PSYCOPG_VERSION = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user