poco/Data/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
..
AbstractBinder.cpp Devel (#3586) 2022-05-15 11:05:56 -05:00
AbstractBinding.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
AbstractExtraction.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
AbstractExtractor.cpp Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
AbstractPreparation.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
AbstractPreparator.cpp Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
ArchiveStrategy.cpp fix(Poco::Data): fixes and improvements #4198 (#4199) 2023-10-22 12:53:54 +02:00
Bulk.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Connector.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
DataException.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Date.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
DynamicLOB.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
JSONRowFormatter.cpp feat(Data): Add JSONRowFormatter #3602 2022-05-22 12:41:34 -07:00
Limit.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
MetaColumn.cpp As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00
PooledSessionHolder.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
PooledSessionImpl.cpp fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
Position.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Range.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
RecordSet.cpp fix(Data): RecordSet issue since 1.10.0 (#4739) 2024-10-17 01:39:31 +02:00
Row.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RowFilter.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RowFormatter.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RowIterator.cpp fix(Data): RecordSet issue since 1.10.0 (#4739) 2024-10-17 01:39:31 +02:00
Session.cpp fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
SessionFactory.cpp fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
SessionImpl.cpp fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
SessionPool.cpp backport leftover 1.12 changes 2023-12-22 20:22:33 +01:00
SessionPoolContainer.cpp Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
SimpleRowFormatter.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
SQLChannel.cpp fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
Statement.cpp fix(Data): RecordSet issue since 1.10.0 (#4739) 2024-10-17 01:39:31 +02:00
StatementCreator.cpp fix(Data): 2023-11-01 00:25:46 +01:00
StatementImpl.cpp Add ODBC DirectExec public API (#3502) 2023-03-22 00:51:57 -05:00
Time.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Transaction.cpp fix(Data::Session): Set autoCommit to false in Session #4167 #4143 2023-10-25 22:44:27 +02:00
Transcoder.cpp fix(Data): Poco::Data::ODBC-dbEncoding property not used for insert/update #3396 2022-05-03 13:56:24 -05:00