pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/soci



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Sep 11 12:22:33 UTC 2013

Modified Files:
        pkgsrc/databases/soci: Makefile PLIST distinfo
        pkgsrc/databases/soci/patches: patch-CMakeLists.txt
Added Files:
        pkgsrc/databases/soci: options.mk
Removed Files:
        pkgsrc/databases/soci/patches: patch-backends_postgresql_session.cpp
            patch-backends_postgresql_soci-postgresql.h
            patch-backends_sqlite3_soci-sqlite3.h patch-core_once-temp-type.cpp
            patch-core_once-temp-type.h

Log Message:
Update to soci 3.2.2:
- Fix uninitialized indicators in conversion_into_type and
  conversion_use_type specialisations
- Fixed placeholder matching for PostgreSQL-style casts with ORM
- Fixed memory leaking in use binding in case of bind/unbind sequence
- Fixed sscanf formatter for MinGW/MSVC in backends
- Fixed partial placeholder name matching for ORM cases
- Added test for use of indicators with rowset<row>
- Added test for get_affected_rows after bulk operations

Add options for selecting MySQL/PostgreSQL/SQLite backends, defaulting
to PostgreSQL.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/soci/Makefile \
    pkgsrc/databases/soci/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/soci/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/soci/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/soci/patches/patch-CMakeLists.txt
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/soci/patches/patch-backends_postgresql_session.cpp \
    pkgsrc/databases/soci/patches/patch-backends_postgresql_soci-postgresql.h \
    pkgsrc/databases/soci/patches/patch-backends_sqlite3_soci-sqlite3.h \
    pkgsrc/databases/soci/patches/patch-core_once-temp-type.cpp \
    pkgsrc/databases/soci/patches/patch-core_once-temp-type.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index