poco/Data/DataTest
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
..
cmake fix(DataTest): move to Data directory 2024-02-19 15:15:48 +01:00
include/Poco/Data/Test Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
src Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
CMakeLists.txt Cppunit and data test enhancements (#4616) 2024-07-30 15:09:58 +02:00
DataTest_vs160.vcxproj 2808 data nullable (#4729) 2024-10-12 20:42:39 +02:00
DataTest_vs160.vcxproj.filters 2808 data nullable (#4729) 2024-10-12 20:42:39 +02:00
DataTest_vs170.vcxproj 2808 data nullable (#4729) 2024-10-12 20:42:39 +02:00
DataTest_vs170.vcxproj.filters 2808 data nullable (#4729) 2024-10-12 20:42:39 +02:00
DataTest_VS90.vcproj 2808 data nullable (#4729) 2024-10-12 20:42:39 +02:00
DataTest.progen fix(DataTest): fix paths and regenerate VS projects 2024-02-19 15:15:48 +01:00
dependencies fix(DataTest): move to Data directory 2024-02-19 15:15:48 +01:00
Makefile fix(DataTest): move to Data directory 2024-02-19 15:15:48 +01:00