poco/Data/include/Poco/Data
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.h Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
AbstractBinding.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
AbstractExtraction.h 4368 oracle odbc tests (#4410) 2024-01-31 22:07:07 +01:00
AbstractExtractor.h Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
AbstractPreparation.h merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
AbstractPreparator.h Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
AbstractSessionImpl.h fix(SQLParser): Disable SQL parsing by default #4462 2024-02-16 00:59:31 +01:00
ArchiveStrategy.h fix(Poco::Data): fixes and improvements #4198 (#4199) 2023-10-22 12:53:54 +02:00
AutoTransaction.h merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Binding.h Make Binding and CopyBinding specializations final (#4022) 2023-11-27 03:52:37 +01:00
Bulk.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
BulkBinding.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
BulkExtraction.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Column.h chore(Poco): Resolve a lot of warnings, reported by g++ 13. 2024-10-10 10:41:24 +02:00
Connector.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Constants.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Data.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
DataException.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Date.h GitHub runner ubuntu 24.04 and resolve some issues (#4727) 2024-10-09 21:53:49 +02:00
DynamicDateTime.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
DynamicLOB.h merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Extraction.h 4368 oracle odbc tests (#4410) 2024-01-31 22:07:07 +01:00
JSONRowFormatter.h feat(Data): Add JSONRowFormatter #3602 2022-05-22 12:41:34 -07:00
Limit.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
LOB.h Explicitly define conditional LOB constructors for const (w)string & 2024-10-07 13:59:19 +02:00
LOBStream.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MetaColumn.h As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00
PooledSessionHolder.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
PooledSessionImpl.h fix(Data::Session): Set autoCommit to false in Session #4167 #4143 2023-10-25 22:44:27 +02:00
Position.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Preparation.h fix(Poco::Data): fixes and improvements #4198 (#4199) 2023-10-22 12:53:54 +02:00
Range.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RecordSet.h fix(Data): RecordSet issue since 1.10.0 (#4739) 2024-10-17 01:39:31 +02:00
Row.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RowFilter.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RowFormatter.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RowIterator.h As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00
Session.h fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
SessionFactory.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
SessionImpl.h fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
SessionPool.h fix(Data::Session): Set autoCommit to false in Session #4167 #4143 2023-10-25 22:44:27 +02:00
SessionPoolContainer.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
SimpleRowFormatter.h SimpleRowFormatter.h: fix the build on gcc-15 (unsatisfied noexcept) 2024-09-20 19:27:33 +02:00
SQLChannel.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
Statement.h fix(Data): RecordSet issue since 1.10.0 (#4739) 2024-10-17 01:39:31 +02:00
StatementCreator.h fix(Data): 2023-11-01 00:25:46 +01:00
StatementImpl.h feat(Data::Session): add 'sqlParse' feature #4230 2023-11-02 00:04:10 +01:00
Time.h GitHub runner ubuntu 24.04 and resolve some issues (#4727) 2024-10-09 21:53:49 +02:00
Transaction.h fix(Data::Session): Set autoCommit to false in Session #4167 #4143 2023-10-25 22:44:27 +02:00
Transcoder.h fix(Data): Poco::Data::ODBC-dbEncoding property not used for insert/update #3396 2022-05-03 13:56:24 -05:00
TypeHandler.h Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00