poco/Data/MySQL/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
..
Binder.cpp Devel (#3586) 2022-05-15 11:05:56 -05:00
Connector.cpp fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721) 2024-10-30 16:52:45 +01:00
Extractor.cpp Insert NULL using BULK #4001 (#4755) 2024-11-11 18:23:21 +01:00
MySQLException.cpp 3925 c mysql compile fail (#3928) 2023-01-24 02:35:10 -06:00
MySQLStatementImpl.cpp added Poco::Data::Session::isGood() 2020-01-13 20:13:27 +01:00
ResultMetadata.cpp Fix optional JSON support for MySQL (#3753) 2022-08-16 23:07:25 -05:00
SessionHandle.cpp enh: #3890: Get rid of SingletonHolder 2024-01-30 09:56:27 +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 fix(Data/MySQL): preserve backwards-compatibility with pre 8.3 2024-03-29 11:36:42 +01:00
Utility.cpp merge Data/MySQL changes from 1.12.5 2023-10-04 08:42:11 +02:00