Skip to content

Commit b7dda06

Browse files
authored
Merge pull request #335 from Mytherin/postgrestextreader
Add support for text protocol
2 parents c0411b9 + 6ccd0ed commit b7dda06

14 files changed

+984
-437
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ add_library(
66
postgres_ext_library OBJECT
77
postgres_attach.cpp
88
postgres_binary_copy.cpp
9+
postgres_binary_reader.cpp
910
postgres_connection.cpp
1011
postgres_copy_from.cpp
1112
postgres_copy_to.cpp
@@ -15,6 +16,7 @@ add_library(
1516
postgres_query.cpp
1617
postgres_scanner.cpp
1718
postgres_storage.cpp
19+
postgres_text_reader.cpp
1820
postgres_utils.cpp)
1921
set(ALL_OBJECT_FILES
2022
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:postgres_ext_library>

0 commit comments

Comments
 (0)