- view - Restore previous list of ORACLE_OCI_NAMES
- view - Add ORACLE_HOME to ORACLE_LIB_DIR
- view - Remove linking against Oracle OCIEI lib.
- view - Add PPC64 to tested platforms.
- view - Test functions with ':=' and causes a crash case
- view - Fixes a crash and allows creating complex function
- view - Use standard "||" instead of "or" keyword in Firebird backend code.
- view - Fix reading negative doubles from the database with Firebird backend.
- view - Use type big enough to store unsigned long in Firebird tests.
- view - Fix regression with statement re-execution when using Firebird backend.
- view - Fix harmless signed/unsigned comparison warnings in Firebird code.
- view - Correct release/ branch name
- view - Specify gitflow branches to build
- view - Remove redundant URL
- view - Merge pull request #103 from mloskot/hotfix/odbc-vector-int
- view - Add debian-oracle10g-install.sh script
- view - Promote README important content
- view - Notify soci-devel about Travis CI builds failure
- view - Fix int and long mismatch for vector in ODBC
- view - Merge branch 'vadz/soci/params2' into upstream
- view - Merge pull request #97 from toonen/db2-patches
- view - Testing 64-bit ODBC failures
- view - Clean up backend requirements
- view - Clean up
- view - Giving up with 32-built on 64-bit Travis
- view - Fix .travis.yml syntax
- view - Install ia32-libs
- view - Testing build matrix with 32-bit setup
- view - Remove dpkg --add-architecture i386
- view - Try dpkg --add-architecture i386
- view - Remove UTF-8 BOM
- view - Testing Travis withoug Oracle
- view - Fix Travis error https could not be found
- view - Update required CMake version to 2.8
- view - Add license and copyright to CMakeLists.txt files
- view - Document connection_parameters class.
- view - Add support for odbc_option_driver_complete connection parameter.
- view - Fix "next" link on the errors documentation page.
- view - Update all backends to take connection_parameters instead of connect string.
- view - Use "class" keyword instead of "struct" for backend_factory.
- view - Start adding soci::connection_parameters class.
- view - Update code samples according to current API (#85)
- view - Untabify
- view - find the 32-bit libraries when building against a 32/64-bit installation of db2
- view - added implementation of get_affected_rows to the db2 backend
- view - sqlState was losing the supplied message text
- view - added result verification and incorporated common tests into the db2 backend tests
- view - freeing a statement automatically closes the cursor and releases column buffers
- view - a SQL_SUCCESS_WITH_INFO return code should not result in an exception
- view - provide atomic transaction support even when autocommit is enabled
- view - report attempt to bind use elements both by position and name
- view - fix to allow a statement to be executed multiple times
- view - eliminated compiler warnings
- view - fixed x_integer handling for 64-bit
- view - Update People page on website (#85)
- view - Use different Oracle user for g++ and clang (#96)
- view - Disable g++ on travis-ci (temporarily) Running tests on two separate virtual machines leads to conflicts in access to common Oracle database hosted on brzuchol.loskot.net and causes errors like ORA-00955: name is already used by an existing object. Is it possible to make CMake configuration thus connection strings specific to travis-ci setup? This is related to work in #92
- view - Clarify nested statements for DB2
- view - Update before_install.sh
- view - apt-get install libstdc++5 for Oracle (#92)
- view - Move table_creator_base subclass closer to test_context
- view - Add virtual constructor missing from #82
- view - Add testing against clang
- view - MySQL backend documentation update.
- view - One more test, to verify that all string types can be read with the dynamic binding interface.
- view - Merge branch 'master' of https://github.com/SOCI/soci
- view - Added a test documenting the current (imperfect) requirements for using soci::row to retrieve integral values of various types.
- view - Add DB2 features update in doc
- view - Deprecate Makefile.basic build method (#85)
- view - Add DB2 backend doc
- view - Document CMake options for DB2 and Firebird (#85)
- view - Update query transformation feature doc
- view - Document query transformation feature
- view - Update copyright notice
- view - Split basics.html into two separate pages
- view - Remove target="_blank" from doc.html link
- view - Prepare for documentation of release 3.2.0
- view - Change version to 3.2.0 as current release
- view - Disable CTest submissions to CDash
- view - Untabify
- view - Update tests of query_transformation feature #66
- view - Update requirements note
- view - Update version to 3.2.0
- view - Make loggged test names more consistent
- view - Add TODO comment for commented convert_to_base
- view - Merge pull request #88 from mloskot/issue-81
- view - Remove auto keyword left over by accident
- view - Fix OUT direction of IN/OUT procedure parameter
- view - Add Visual C++ 11.0 to pre-defined compilers
- view - Release PGresult when an exception is thrown
- view - Try make -j on travis-ci
- view - Set SOCI_STATIC=OFF for travis-ci
- view - Export SOCI_CORE_TARGET_STATIC to parent scope
- view - Add CMake option SOCI_STATIC (default=ON)
- view - Print timestamps in travis-ci build log
- view - Temporarily disable IN/OUT test (see #81)
- view - Re-enable ctest in travis-ci scripts.
- view - Print ORACLE_HOME in FindOracle.cmake as STATUS
- view - Move common definitions to common.sh
- view - Still testing ORACLE_HOME export
- view - Check ORACLE_HOME from script.sh builder
- view - Export ORACLE_HOME to global env on travis-ci. Fix broken apt-key.
- view - Set ORACLE_HOME for InstantClient on travis-ci
- view - Install Oracle GPG key for apt-get on travis-ci
- view - Fix typo in Bash function tmstamp
- view - Use Bash shell to run travis-ci scripts
- view - Attempt to install oracle-xe-client on travis-ci
- view - Make Travis .sh scripts executable
- view - Split .travis.yml actions into shell scripts
- view - Null-initialize session members for pool-mode
- view - Use NULL consistently, instead of Zero
- view - Add state to functor in query transformation test
- view - Comment on purpose of query transformation
- view - Forgot to clear TODO comment
- view - Move macros and ensure_approx function.
- view - Merge pull request #82 from mloskot/issue-66
- view - Use const& for std::unary_function Arg parameter
- view - Update type names in comments.
- view - Format exchange_type definition.
- view - Update code examples in documentation.
- view - Add query transformation callback feature
- view - Oracle backend: get_affected_rows() works
- view - Use primary instead of alternative tokens for operators Correction to pull #75
- view - Oracle: Temporarily solve the problem with passing decimals to and fro without conversion
- view - Move DB2 maxBuffer out of public soci-db2.h
- view - Update copyright notice
- view - Fix stack corruption in db2 statement SQLSetStmtAttr for SQL_ATTR_PARAMS_PROCESSED_PTR takes 32-bit or 64-bit integer, but 16-bit was given.
- view - Find db2 client library on Windows
- view - Include required by std::isalnum
- view - Merge branch 'db2' of git://github.com/akashihi/soci
- view - Tweak test_json skipped message
- view - Merge pull request #79 from pbondo/master. Add JSON support for PostgreSQL with related test case. Close #77 Close #79
- view - Update .travis.yml to disable cpuinfo
- view - Fix .travis.yml
- view - Change g++ to gcc
- view - Define std::strtoull for MSVC compiler.
- view - Add InstanClient on Win paths to FindOracle.cmake
- view - Print /proc/cpuinfo of travis VM
- view - Added simple get_version() function for PSQL JSON test
- view - Added JSON test. Notice require version PSQL server 9.2 but does not check version number
- view - Merge remote-tracking branch 'upstream/master'
- view - Merge branch 'db2' of github.com:akashihi/soci into db2
- view - Removed x_unsigned_log from the db2 backend.
- view - Added DB2 backend
- view - Ignored ide files
- view - Typo in DSN fixed.
- view - Fixed libdir detection for db2
- view - Removed x_unsigned_log from the db2 backend.
- view - Added DB2 backend
- view - Ignored ide files
- view - Added statement unbinding before statement handle cleanup
- view - Fixed invalid parameters binding
- view - Turned autocommit to on by default
- view - Fixed invalid autocommit setting
- view - Made connect string compatible with ODBC connect string
- view - Made connect string compatible with ODBC connect string
- view - Added string bulk operations test
- view - Added better error message for describe column
- view - Added DB2 backend
- view - Ignored ide files
- view - Merge branch 'db2' of github.com:akashihi/soci into db2
- view - Typo in DSN fixed.
- view - Fixed libdir detection for db2
- view - Removed x_unsigned_log from the db2 backend.
- view - Added DB2 backend
- view - Ignored ide files
- view - Added statement unbinding before statement handle cleanup
- view - Fixed invalid parameters binding
- view - Turned autocommit to on by default
- view - Fixed invalid autocommit setting
- view - Made connect string compatible with ODBC connect string
- view - Made connect string compatible with ODBC connect string
- view - Added string bulk operations test
- view - Added better error message for describe column
- view - Added DB2 backend
- view - Ignored ide files
- view - Remove SOCI_LIBDIR autodetection, because it breaks packaging scripts. To build installable packages, please look at https://github.com/SOCI/soci-pkg
- view - Link to organizations/SOCI
- view - Merge pull request #73 from vadz/fb-dsn-parse
- view - Merge pull request #74 from vnaydionov/master
- view - Fix Firebird tests: test_get_affected_rows()
- view - Rename ODBC INCLUDE_DIRECTORIES to INCLUDE_DIR. Update to changes in FindODBC.cmake in SHA: ba438d8c
- view - Merge remote-tracking branch 'upstream/master'
- view - Add ODBC include dir from Windows SKD v7.0A
- view - Fix ODBC tests for get_affected_rows case
- view - Add info on Boost as optional dep
- view - Merge remote-tracking branch 'upstream/master'
- view - Fix sytnax error in common_tests class definition
- view - Firebird: Temporarily solve the problem with passing decimals to and fro without conversion
- view - playing with binding output parameter as string instead of double
- view - Merge remote-tracking branch 'upstream/master'
- view - Merge branch 'issue-15' Close #59 Close #58
- view - Fix connection parsing in SOCI Firebird backend to handle spaces in values.
- view - Typo in DSN fixed.
- view - Merge pull request #71 from vnaydionov/master
- view - Firebird: Temporarily solve the problem with passing decimals to and fro without conversion
- view - Merge pull request #69 from mloskot/pull-5
- view - Improve fixes in pull #5
- view - Merge pull request #5 from ghost/patch-1
- view - Merge pull request #68 from mloskot/issue-67
- view - Relax test_issue76 assertion (issue #67)
- view - Fix memory leak of statement backend (issue #67)
- view - Remove superfluous call to test_bytea()
- view - Print Firebird tests heading
- view - Tweak .travis.yml output
- view - Fix .travis.yml syntax
- view - Pull merge
- view - Clean README
- view - Try to fix Firebird connection string
- view - Try to fix Firebird connection string
- view - Set up Firebird for tests
- view - playing with binding output parameter as string instead of double
- view - Run dpkg-reconfigure as root
- view - dpkg-reconfigure firebird2.5-super
- view - Typo
- view - Update .travis.yml to configure libmyodbc driver
- view - Update src/backends/odbc/test/test-mysql.dsn
- view - Update .travis.yml
- view - Merge branch 'master' of https://github.com/mloskot/soci
- view - Disable ODBC tests for MS Access and MS SQL Server on non-Windows systems due to ununusable mdbtools and lack of SQL Server access.
- view - Update in travis.yml. Follow the travis recommended build lifecycle: call ctest in script section, instea of after_script.
- view - Merge pull request #65 from vnaydionov/master
- view - Call ctest with --output-on-failure flag
- view - travis.yml installs Firebird (issue #64)
- view - Merge branch 'master' of https://github.com/SOCI/soci
- view - Passing input parameters as strings works for different column types.
- view - Merge remote-tracking branch 'upstream/master'
- view - Merge pull request #60 from vnaydionov/master
- view - Merge branch 'master' of github.com:vnaydionov/soci
- view - Binding input params: allow to pass strings
- view - Merge branch 'master' of github.com:vnaydionov/soci
- view - Playing with setTextParam()
- view - Merge pull request #63 from mloskot/odbc-tests
- view - PostgreSQL test for bytea - #46. Use case of bytea to dt_string mapping is unclear, so it needs to be confirmed if the ida is to allow the semantic as presented in the test_bytea() that data != (bin1 == bin1).
- view - Patch for SOCI/soci#46 to support readying bytea data in PostgreSQL
- view - Add missing ODBC tests to CMake configuration (issue #62) Travis config update required (issue #49)
- view - Merge pull request #61 from mloskot/issue-46
- view - Merge pull request #46 from hobu/issues/46-bytea-read-for-postgis
- view - Merge branch 'master' of https://github.com/SOCI/soci
- view - Fix Firebird backend to pass all the tests
- view - Firebird backend: Fix into() binding for 64bit integers
- view - Build Firebird backend using patch from Sergei Nikulov
- view - Fix Ubuntu detection at build configure stage
- view - PostgreSQL test for bytea - #46. Use case of bytea to dt_string mapping is unclear, so it needs to be confirmed if the ida is to allow the semantic as presented in the test_bytea() that data != (bin1 == bin1).
- view - Merge remote-tracking branch 'hobu/issues/46-bytea-read-for-postgis' into issue-46
- view - Update to Sergei Nikulov's fix for issue #15
- view - Merge remote-tracking branch 'upstream/master'
- view - Update to Sergei Nikulov's fix for issue #15
- view - Merge remote-tracking branch 'upstream/master' into issue-15
- view - Linked Wiki and FAQ on front page
- view - Typo
- view - Merge remote-tracking branch 'snikulov/fix_for_15' into issue-15
- view - Merge remote-tracking branch 'upstream/master'
- view - Properly compute LIBDIR on (modern) Debian
- view - fixed sqlite3 test
- view - Added License section
- view - Merge pull request #56 from vnaydionov/master
- view - fix to build the Firebird backend on Ubuntu
- view - Update README.md
- view - Update README.md
- view - Update README.md
- view - Updated README.md with brief history of SOCI :)
- view - Merge branch 'master' of github.com:SOCI/soci
- view - Added and updated test log messages
- view - Merge pull request #55 from hasselmm/debian-multiarch-libdir
- view - Properly compute LIBDIR on (modern) Debian
- view - Update .travis.yml with corrected .dsn path (#49)
- view - Configured DSN for SOCI ODBC connection to PostgreSQL in order to run ODBC tests on Travis CI (#49)
- view - Update .travis.yml to Install odbc-postgresql driver
- view - Merge branch 'master' of github.com:SOCI/soci
- view - Renamed README to README.md and switched format to Markdown.
- view - Fixed libdir detection for db2
- view - Removed x_unsigned_log from the db2 backend.
- view - Added DB2 backend
- view - Ignored ide files
- view - Added statement unbinding before statement handle cleanup
- view - Fixed invalid parameters binding
- view - Turned autocommit to on by default
- view - Fixed invalid autocommit setting
- view - Made connect string compatible with ODBC connect string
- view - Made connect string compatible with ODBC connect string
- view - Added string bulk operations test
- view - Added better error message for describe column
- view - Added DB2 backend
- view - Ignored ide files
- view - Merge branch 'master' of github.com:SOCI/soci
- view - [SQLite3] Report test6() as skipped
- view - Added Travis CI build status badge
- view - Update .travis.yml to install unixodbc-dev - #49
- view - Added _build* pattern to .gitignore.
- view - Fixed #48 - Incorrect assertion in postgresql::get_error_details. Patch received from Fedor Trushkin.
- view - Merge remote-tracking branch 'upstream/master'
- view - Patch for SOCI/soci#46 to support readying bytea data in PostgreSQL
- view - Fix for #44 - Placeholder at the last position of statement causing crash
- view - Merge pull request #43 from mloskot/master
- view - For Visual C++, defined std::strtoll in terms of _strtoi64(). Fix for issue #27 and related to pull request #37.
- view - Merge branch 'master' of https://github.com/SOCI/soci
- view - In tests, fixed warning: comparing floating point with == or != is unsafe. The warning is still reported for is_infinity_or_nan() in MySQL backend, see relevant comment in mysql/common.h
- view - Merge pull request #36 from avg-I/cmake/find-soci
- view - Merge pull request #40 from mloskot/master
- view - Bumped version number to 3.2.0
- view - Merge pull request #38 from snikulov/issue_23_fix
- view - fixed -DSOCI_EMPTY=ON; fixed condition
- view - additional fix for disabling deps
- view - handle WITH_{backend} switch to turn on/off deps
- view - Merge pull request #37 from avg-I/os/freebsd
- view - qualify strtoull/strtoll with std namespace
- view - FindSoci.cmake: fix couple of minor issues
- view - Merge pull request #35 from avg-I/odbc/cmake
- view - FindODBC.cmake: rename ODBC_INCLUDE_DIRECTORIES to ODBC_INCLUDE_DIR
- view - Merge pull request #34 from mloskot/master
- view - Update README
- view - Update .travis.yml
- view - Merge pull request #29 from snikulov/find_sqlite_update
- view - updated searched names to handle sqlite from GIS/OSGeo environment
- view - Merge pull request #31 from avg-I/oracle/multithreading
- view - backends/oracle: support working in multithreaded programs
- view - Merge pull request #30 from arsenm/master
- view - Fix not setting INSTALL_NAME_DIR
- view - cmake: FindSQLite3 - add handling of SQLITE_ROOT_DIR
- view - Temporarily disabled SQLite3 test case test6
- view - Pseudo fixed an issue with debug limit by raising the limit
- view - Added json support for PostgreSQL
- view - Minimal CMake version is 2.8 not 2.6
- view - Set MySQL 5.x as requirement
- view - Adding service= as an alias for db= in the connect string.
- view - Adding a connect string option "charset", thanks to Michael Evdokimov.
- view - Adding a connect string option local_infile. The value 1 means local infile capability should be enabled.
- view - Trying to check for infinity and NaN when dealing with floating point numbers.
- view - Commenting out some debug messages left out in the previous commit.
- view - Added support for field types TINY BLOB, MEDIUM BLOB and LONG BLOB (all are treated as strings.)
- view - Fixed #13 by partially reverting SHA1: 02bb841, so prepared statement is not prematurely deallocated in postgresql_statement_backend::clean_up(). The recent fix for #19 submitted as SHA1: 8c05035 corrects the missing deallocation from destructor. It means, both bugs should have been fixed now.
- view - Fix issue #19
- view - Removed presumably debugging echo of enabled backened
- view - Fixed FindMySQL failure if CMAKE_BUILD_TYPE is empty
- view - More website pages updated: moved SF.net logo to the left sidebar and added GitHub badge
- view - Moved SourceForge logo to the left sidebar. Added GitHub badge
- view - Updated team info
- view - SOCI development moved to GitHub - added to Events
- view - SOCI development moved to GitHub
- view - Merge remote-tracking branch 'upstream/master'
- view - [mysql] Updated FindMySQL.cmake by copying over FindMySQL.cmake version shipped with kdelibs, by Jarosław Staniek.
- view - Update .travis.yml: removed use_notice from irc
- view - Fix proposal for issue SOCI/soci#13
- view - Use size_t for vector indexing
- view - Started documenting minimal requirements in README
- view - Formatted README with Markdown
- view - Merge remote-tracking branch 'upstream/master'
- view - Merge branch 'master' of github.com:SOCI/soci
- view - Added src/build and .swp files to .gitignore
- view - Changing "type" to "engine" in "create table" statements since "type" stopped working since mysql v5.5
- view - Update .travis.yml: irc use_notice added
- view - Update .travis.yml: irc tweak, will it work?
- view - Update .travis.yml: echo mysql and psql versions
- view - Update .travis.yml: replaced make test wiht ctest
- view - Update .travis.yml: explicit services
- view - Update .travis.yml: configured mysql db
- view - Update .travis.yml: simple make test configured
- view - Update .travis.yml: install libboost-date-time-dev
- view - Update .travis.yml
- view - Travis notifications issue: irc url change, hmm
- view - Travis notifications issue: email OK, add irc back
- view - Travis notifications issue: event list to value
- view - Travis notifications issue: testing email only
- view - Checking why travis notifications don't work
- view - Blank line at EOF
- view - Tweaked .travis.yml
- view - Fixed src and build paths
- view - Added .travis.yml config for https://travis-ci.org service
- view - Merge pull request #11 from krieger-od/master
- view - Be able to turn off empty backend building
- view - Merge pull request #10 from hobu/master
- view - Removed redundant clone target folder
- view - Updated Git URL after migration to Allura
- view - Merge branch 'master' of ssh://git.code.sf.net/p/soci/code-0
- view - Merge branch 'master' of ssh://soci.git.sourceforge.net/gitroot/soci/soci
- view - Fixed prepared statement leak (added explicit server-side deallocation).
- view - Add odbc_session_backend::get_connection_string().
- view - support the XML column type as simple string
- view - make the error message when attempting to describe a column of unknown type more substantial
- view - getline in on apple doesn't seem to like an inline-constructed string
- view - Merge pull request #8 from snikulov/soci_cmake_build_update
- view - cmake: updated backends build
- view - Merge pull request #6 from belobrov-andrey/sqlitedbpathwithspaces
- view - [postgresql] Added test12 for RETURNING clause of INSERT command.
- view - Added .gitattributes file.
- view - Added .gitattributes file. Normalised line endings.
- view - Treat FIELD_TYPE_CHAR, FIELD_TYPE_SHORT and FIELD_TYPE_INT24 as dt_integer even when they are signed.
- view - Applying a patch from Sergei Nikulov, with a cmake fix for the MySQL backend on Windows.
- view - Applying a patch from Michael Kaes, which adds SSL connection support to the MySQL backend.
- view - SQLite database path may contain spaces if enclosed in quotes.
- view - Update src/core/session.cpp
- view - Removed blank lines to compress CMake configuration output.
- view - Add support for 64 bit integers when using Oracle ODBC driver.
- view - Don't convert input parameters to internal type needlessly.
- view - Handle unsigned integer types as their signed versions.
- view - Remove dt_unsigned_long and x_unsigned_long type constants.
- view - Fixed conversion_use_type<>(T const&, indicator&) constructor.
- view - Integrate sequences branch.
- view - Implement sequence-related functions for ODBC backend.
- view - Add get_database_product() private method to ODBC backend.
- view - Implement get_next_sequence_value() in Firebird backend.
- view - Add get_next_sequence_value() and get_last_insert_id() functions.
- view - Document statement::get_affected_rows().
- view - Integrate ODBC fixes.
- view - Integrate Firebird fixes.
- view - Add support for 64 bit types to SOCI ODBC backend.
- view - Handle SQLGetDiagRec() errors more gracefully in ODBC backend.
- view - Get rid of post_use() code in ODBC backend.
- view - Use SQL_VARCHAR instead of SQL_LONGVARCHAR in ODBC backend.
- view - Fix binding of parameters of custom types in ODBC backend.
- view - Implement get_affected_rows() for ODBC backend.
- view - Implement get_affected_rows() for Firebird backend.
- view - Don't throw from firebird_rowid_backend destructor.
- view - Work around bug in timestamp conversion in Firebird backend.
- view - Don't use deprecated isc_interprete() in Firebird backend.
- view - Compilation fix for ISC_STATUS use in Firebird backend.
- view - Fix x_integer handling in Firebird backend.
- view - Firebird backend compilation fix: don't use x_cstring.
- view - Fixing the bug in yesterday's change (missing "break" in a switch.)
- view - Fixing a BIGINT UNSIGNED bug.
- view - Support x_long_long and x_unsigned_long_long input and output parameters (by Vadim Zeitlin)
- view - add patch from Olaf Bonorden
- view - Support parameters of type "long" correctly under all platforms.
- view - Support long int on 32-bit architectures (thanks to Michael Evdokimov.)
- view - Make INT UNSIGNED play nicely with soci::rowset<>.
- view - Merge pull request #2 from jamercee/master
- view - Merge branch 'master' of github.com:SOCI/soci
- view - Use C++ cast operators.
- view - correctly handle negative values
- view - Merge branch 'FreeBSD/patch-strtoll-compile-error'
- view - Added patch to compile SOCI on FreeBSD 8.2 gcc version 4.2.1 20070719 [FreeBSD]
- view - Added case test6 for get_affected_rows() implemented in SQLite3
- view - Merge pull request #1 from mika-fischer/sqlite3-affected-rows
- view - Implement get_affected_rows for SQLite3 backend
- view - Specified several PATHS for find_program to help to find pg_config.
- view - Updated AUTHORS
- view - Patch from Alex Ott to allow loading of backends from default install directory.
SOCI 3.2.0 released - http://soci.sourceforge.net Generated using simple alias of git command: https://github.com/SOCI/soci/issues/93#issuecomment-15434667
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment