poco/Data/PostgreSQL/src
Aleksandar Fabijanic 9530a77347
Insert NULL using BULK #4001 (#4755)
* fix(ODBC): Insert NULL using BULK #4001
resolve bound types and sizes at compile time

* fix: remove string suffix for static_assert

* Insert NULL using BULK #4001

* fix: typo

* fix(SQLite): missing functions; consolidate extract calls

* chore(SQLite): remove unnecessary typedef

* fix(SQLite): remove duplicate functions

* fix(SQLite): compile errors and warnings

* fix(SQLite): extract implementation signatures

* fix(SQLite): long64 platforms compile errors

* fix(SQLite): long64 platforms compile errors, part ii

* fix(ODBC): windows build

* fix(ODBC): MSSQL big string on windows

* fix(Data): psql and mysql compile errors

* fix(PostgreSQL): add missing functions

* fix(ODBC): revert column size discovery (breaks Oracle)

* fix(PostgreSQL): Nullable extraction #4001

* fix(MySQL): Nullable extraction #4001

* chore(Data): code tidy up

* fix(ODBC): add missing changes
2024-11-11 18:23:21 +01:00
..
BinaryExtractor.cpp Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
Binder.cpp improve BLOB handling, clean-up code 2021-06-25 09:22:58 +02:00
Connector.cpp code cleanup 2020-01-25 20:43:13 +01:00
Extractor.cpp Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
PostgreSQLException.cpp Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
PostgreSQLStatementImpl.cpp merge pg binary extraction support 2022-05-17 07:33:50 +02:00
PostgreSQLTypes.cpp merge pg binary extraction support 2022-05-17 07:33:50 +02:00
SessionHandle.cpp feat(Data::AbstractSessionImpl): add autoCommit property and tests #4261 (#4262) 2023-12-22 09:27:34 +01:00
SessionImpl.cpp fix(ODBC): Poco:Data::ODBC - MSSQL (n)varchar(max) length issue #4324 (#4738) 2024-10-19 21:43:00 +02:00
StatementExecutor.cpp added new memeber SqlState to PostgreSQLException and made use of it. (#4099) 2023-10-20 17:44:04 +02:00
Utility.cpp improve BLOB handling, clean-up code 2021-06-25 09:22:58 +02:00