9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 21 hours ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
postgresql: Fix missing include More... 11 days ago
Improve column names to SOCI database types mapping with SQLite3 More... 17 days ago
Move check for PostgreSQL 9.3 to CMake from the source file
VZ
as Vadim Zeitlin
More... about 1 month ago
Avoid MSVC deprecation warnings for oracle_blob_backend functions
VZ
as Vadim Zeitlin
More... about 1 month ago
Merge branch 'postgres-9.2'
VZ
as Vadim Zeitlin
More... about 1 month ago
Fix conversion of dates before 1900 in Oracle backend More... about 1 month ago
Make PostgreSQL backend compatible with versions < 9.3
VZ
as Vadim Zeitlin
More... about 1 month ago
Remove vestigial traces of SOCI_POSTGRESQL_NOSINLGEROWMODE
VZ
as Vadim Zeitlin
More... about 1 month ago
Update the list of tested platforms in PostgreSQL backend docs
VZ
as Vadim Zeitlin
More... about 1 month ago
Replace the use of actions/checkout with a manual checkout
VZ
as Vadim Zeitlin
More... about 2 months ago
Update checkout action to use node 20
VZ
as Vadim Zeitlin
More... about 2 months ago
Fix markup in the LOB docs
VZ
as Vadim Zeitlin
More... about 2 months ago
Merge branch 'revamp-blob-impl' of https://github.com/Krzmbrzl/soci
VZ
as Vadim Zeitlin
More... 2 months ago
Add automatic type conversion to row::get() More... 3 months ago
Don't use macros for what can be done by a member function More... 3 months ago
Fix coding style More... 3 months ago
Make blob default ctor implicit More... 3 months ago
Update BLOB docs More... 3 months ago
Remove unnecessary reinterpret_casts More... 3 months ago
Make blobs default-constructible More... 3 months ago
Postgresql: Add 64-bit size support for BLOBs More... 3 months ago
Oracle: Add 64-bit size support for BLOBs More... 3 months ago
Fix test linking failing with MSVC due to too big object file More... 4 months ago
Switch to a void* based API for blobs More... 4 months ago
Rename type-traits.h to is-detected.h More... 4 months ago
Moved trivial blob backend impl to private header More... 4 months ago
Disable Blob tests for ODBC More... 4 months ago
Remove asserts More... 4 months ago
Address review comments More... 4 months ago
Adapt code formatting More... 4 months ago