-
Notifications
You must be signed in to change notification settings - Fork 478
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
Support for Wide Strings in SOCI for Enhanced Unicode Handling #1133
base: master
Are you sure you want to change the base?
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 075fe68 - Browse repository at this point
Copy the full SHA 075fe68View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2fa9c9 - Browse repository at this point
Copy the full SHA a2fa9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371804f - Browse repository at this point
Copy the full SHA 371804fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd96bcb - Browse repository at this point
Copy the full SHA dd96bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b28428 - Browse repository at this point
Copy the full SHA 0b28428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 865c5dc - Browse repository at this point
Copy the full SHA 865c5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c68f7c - Browse repository at this point
Copy the full SHA 7c68f7cView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77fe29c - Browse repository at this point
Copy the full SHA 77fe29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 130603b - Browse repository at this point
Copy the full SHA 130603bView commit details
Commits on Mar 31, 2024
-
removed std::wstring& vector_wstring_value(exchange_type e, void* dat…
…a, std::size_t ind)
Configuration menu - View commit details
-
Copy full SHA for 708613e - Browse repository at this point
Copy the full SHA 708613eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4eb8f - Browse repository at this point
Copy the full SHA 5c4eb8fView commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1aa9410 - Browse repository at this point
Copy the full SHA 1aa9410View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f7996 - Browse repository at this point
Copy the full SHA a9f7996View commit details -
Configuration menu - View commit details
-
Copy full SHA for a409107 - Browse repository at this point
Copy the full SHA a409107View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7561d8 - Browse repository at this point
Copy the full SHA f7561d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38c4d0 - Browse repository at this point
Copy the full SHA c38c4d0View commit details -
Merge branch 'wstring_support_with_unicode_conversion' of https://git…
…hub.com/ORDIS-Co-Ltd/soci into wstring_support_with_unicode_conversion
Configuration menu - View commit details
-
Copy full SHA for a1999e2 - Browse repository at this point
Copy the full SHA a1999e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4cfb8b - Browse repository at this point
Copy the full SHA e4cfb8bView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d60d92e - Browse repository at this point
Copy the full SHA d60d92eView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1422524 - Browse repository at this point
Copy the full SHA 1422524View commit details
Commits on Jun 12, 2024
-
Update Unicode Conversion Functions and ODBC Backend
This commit updates the Unicode conversion functions to handle UTF-16 on Windows and UTF-32 on other platforms. The changes include: 1. Updating the `utf8_to_wide` and `wide_to_utf8` functions to handle UTF-32 on Unix/Linux platforms. 2. Updating the `copy_from_string` function to handle UTF-16 on Windows and convert UTF-32 to UTF-16 on other platforms. 3. Updating the `bind_by_pos` function to handle UTF-16 on Windows and convert UTF-32 to UTF-16 on other platforms. 4. Adding a test case for wide strings in the ODBC MSSQL tests.
Configuration menu - View commit details
-
Copy full SHA for 28c66b1 - Browse repository at this point
Copy the full SHA 28c66b1View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b71c1e9 - Browse repository at this point
Copy the full SHA b71c1e9View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fa581c - Browse repository at this point
Copy the full SHA 7fa581cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f38e85f - Browse repository at this point
Copy the full SHA f38e85fView commit details -
Remove conditional compilation for MSC_VER and MINGW32 in odbc_standa…
…rd_into_type_backend
Configuration menu - View commit details
-
Copy full SHA for c7670c2 - Browse repository at this point
Copy the full SHA c7670c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b45378 - Browse repository at this point
Copy the full SHA 0b45378View commit details -
Add support for UTF-16 conversion on Unix platforms for wchar_t and s…
…td::wstring types
Configuration menu - View commit details
-
Copy full SHA for ea8aaee - Browse repository at this point
Copy the full SHA ea8aaeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c6b74 - Browse repository at this point
Copy the full SHA 20c6b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f0a49 - Browse repository at this point
Copy the full SHA 49f0a49View commit details -
Add sqlchar_cast function for std::u16string and reorder colType_ in …
…odbc_standard_into_type_backend and odbc_vector_into_type_backend
Configuration menu - View commit details
-
Copy full SHA for c812449 - Browse repository at this point
Copy the full SHA c812449View commit details -
Enhance MS SQL wide string tests with UTF-8 checks and conditional un…
…icode assertions
Configuration menu - View commit details
-
Copy full SHA for 8b8c252 - Browse repository at this point
Copy the full SHA 8b8c252View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe986ac - Browse repository at this point
Copy the full SHA fe986acView commit details -
Merge remote-tracking branch 'origin/master' into wstring_support_wit…
…h_unicode_conversion
Configuration menu - View commit details
-
Copy full SHA for 6725367 - Browse repository at this point
Copy the full SHA 6725367View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 256c4fc - Browse repository at this point
Copy the full SHA 256c4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb72e56 - Browse repository at this point
Copy the full SHA cb72e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b42efe - Browse repository at this point
Copy the full SHA 3b42efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for de815a2 - Browse repository at this point
Copy the full SHA de815a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e3012 - Browse repository at this point
Copy the full SHA 76e3012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1c55f - Browse repository at this point
Copy the full SHA 2c1c55fView commit details -
Fix buffer initialization and conditional compilation in odbc_vector_…
…use_type_backend::prepare_for_bind to make it work on Windows
Configuration menu - View commit details
-
Copy full SHA for 1dfa89a - Browse repository at this point
Copy the full SHA 1dfa89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339ddc0 - Browse repository at this point
Copy the full SHA 339ddc0View commit details -
Fix wchar_t to SQLWCHAR conversion and add UTF-16 to UTF-32 conversio…
…n for Unix systems
Configuration menu - View commit details
-
Copy full SHA for 9f5d25d - Browse repository at this point
Copy the full SHA 9f5d25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 285a224 - Browse repository at this point
Copy the full SHA 285a224View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef6f89 - Browse repository at this point
Copy the full SHA cef6f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for f570919 - Browse repository at this point
Copy the full SHA f570919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb9278 - Browse repository at this point
Copy the full SHA 4fb9278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 867034d - Browse repository at this point
Copy the full SHA 867034dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6795f - Browse repository at this point
Copy the full SHA 8f6795fView commit details -
Commented out failing MS SQL implicit unicode conversion tests for Wi…
…ndows compatibility. Added comment with reasons.
Configuration menu - View commit details
-
Copy full SHA for 15b5413 - Browse repository at this point
Copy the full SHA 15b5413View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa149c1 - Browse repository at this point
Copy the full SHA aa149c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf22b7 - Browse repository at this point
Copy the full SHA 7cf22b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 197f4cb - Browse repository at this point
Copy the full SHA 197f4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe22d0 - Browse repository at this point
Copy the full SHA cfe22d0View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d56f01 - Browse repository at this point
Copy the full SHA 4d56f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 184783e - Browse repository at this point
Copy the full SHA 184783eView commit details -
Merge remote-tracking branch 'origin/wstring_support_with_unicode_con…
…version' into wstring_support
Configuration menu - View commit details
-
Copy full SHA for e9c3113 - Browse repository at this point
Copy the full SHA e9c3113View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a06185d - Browse repository at this point
Copy the full SHA a06185dView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60d826d - Browse repository at this point
Copy the full SHA 60d826dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb1a0c - Browse repository at this point
Copy the full SHA 7bb1a0cView commit details
Commits on Jul 24, 2024
-
Update ref-counted-statement.h
Co-authored-by: VZ <vz-github@zeitlins.org>
Configuration menu - View commit details
-
Copy full SHA for a4bce27 - Browse repository at this point
Copy the full SHA a4bce27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5550169 - Browse repository at this point
Copy the full SHA 5550169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a3851d - Browse repository at this point
Copy the full SHA 4a3851dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b8915 - Browse repository at this point
Copy the full SHA 16b8915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401b34b - Browse repository at this point
Copy the full SHA 401b34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a9fd1 - Browse repository at this point
Copy the full SHA 82a9fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89be602 - Browse repository at this point
Copy the full SHA 89be602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0470392 - Browse repository at this point
Copy the full SHA 0470392View commit details -
Add check for non-characters U+FFFE and U+FFFF in UTF-32 validation
Add UTF-8 BOM handling to unicode conversion functions.
Configuration menu - View commit details
-
Copy full SHA for 068a9e3 - Browse repository at this point
Copy the full SHA 068a9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e3927 - Browse repository at this point
Copy the full SHA 19e3927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce5842 - Browse repository at this point
Copy the full SHA 1ce5842View commit details