-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to insert Poco::Nullable< Poco::Data::Date> data into MSSQL using ODBC #2808
Comments
This issue is stale because it has been open for 365 days with no activity. |
This issue was closed because it has been inactive for 60 days since being marked as stale. |
Problem is caused by an invalid SQL data type in |
As I can see from the code, the best solution would be to replace arguments of Example:
However this is a major potentially breaking interface change. @aleks-f , @obiltschnig, what is your opinion? |
@matejk This looks like |
* chore(CppUnit): disable MSVC secure warning * chore(Data): regenerate VS projects * chore(DataTest): regenerate VS projects * chore(Data/testsuite): regenerate VS projects * chore(DataTest): fix VS90 project * fix(ODBC): Failed to insert Poco::Nullable< Poco::Data::Date> data into MSSQL using ODBC #2808 * chore(Foundation): add Trace to VS project * chore(Trace): add Trace VS projects #4692 * fix: g++ and clang build #2808
The problem was fixed (and too small in some cases) size of the binding storage. This fixed it. |
Code:
Error:
The text was updated successfully, but these errors were encountered: