Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-25 | Get rid of trailing newlines in error messages | Boris Kolpackov | 1 | -0/+7 | |
2014-11-25 | Implement bulk database operation support for Oracle and SQL Server | Boris Kolpackov | 18 | -379/+1223 | |
2014-11-19 | Bump version to 2.4.0.a4 | Boris Kolpackov | 2 | -4/+4 | |
2014-11-19 | Allow empty runtime and execute views | Boris Kolpackov | 3 | -15/+28 | |
Use them to handle INSERT/UPDATE SQL Server stored procedures. | |||||
2014-11-18 | Extra result set processing for stored procedure support | Boris Kolpackov | 1 | -6/+38 | |
2014-11-10 | Implement {query,execute}_{one,value}() shortcut functions | Michael Shepanski | 2 | -0/+182 | |
Useful in situations where the query is know to return at most one element (*_one) or exactly one element (*_value). | |||||
2014-09-19 | Call tracer::prepare() before actually preparing statement | Boris Kolpackov | 1 | -7/+8 | |
This way we give the user the ability to see an invalid statement that would cause the preparation step to fail. | |||||
2014-08-01 | Bump version to 2.4.0.a3 | Boris Kolpackov | 2 | -4/+4 | |
2014-07-09 | Support stored procedure execution in native views with runtime query | Boris Kolpackov | 1 | -1/+5 | |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 5 | -2/+234 | |
2014-03-19 | Export pooled_connection class | Boris Kolpackov | 1 | -1/+1 | |
It can be used by derived connection factories. | |||||
2014-03-01 | Bump version to 2.4.0.a2 | Boris Kolpackov | 2 | -4/+4 | |
2013-12-12 | Bump version to 2.4.0.a1 | Boris Kolpackov | 2 | -4/+4 | |
2013-10-19 | Fix incorrect license in file headers2.3.02.3 | Boris Kolpackov | 4 | -4/+4 | |
2013-10-19 | Bump version to 2.3.0 | Boris Kolpackov | 2 | -4/+4 | |
2013-10-09 | Bump version to 2.3.0.b22.3.0.b2 | Boris Kolpackov | 2 | -4/+4 | |
2013-09-28 | Make schema version access (but not modification) thread-safe | Boris Kolpackov | 3 | -5/+33 | |
Also cache the version in statements so that we don't have to lock the mutex (slow) every time we need to check the version. | |||||
2013-09-17 | Bump version to 2.3.0.b12.3.0.b1 | Boris Kolpackov | 2 | -4/+4 | |
2013-09-10 | Schema versioning support | Boris Kolpackov | 26 | -137/+998 | |
2013-08-14 | Add support for object sections | Boris Kolpackov | 8 | -52/+336 | |
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated. | |||||
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 4 | -3/+384 | |
2013-05-21 | Handle no rows case in returning UPDATE statement | Boris Kolpackov | 1 | -3/+4 | |
2013-04-25 | Add support for schema version table | Boris Kolpackov | 2 | -21/+109 | |
2013-04-25 | Add default constructor, finalized() accessor to transaction | Boris Kolpackov | 2 | -3/+11 | |
2013-02-21 | Add support for pattern matching (SQL LIKE) | Boris Kolpackov | 3 | -0/+108 | |
2013-02-13 | Suppress warning in empty for-loop2.2.0 | Boris Kolpackov | 1 | -2/+2 | |
2013-02-12 | Factor windows.h inclusion into separate header, disable min/max macros | Boris Kolpackov | 1 | -4/+1 | |
2013-02-12 | Qualify vector to work around Sun CC bugs | Boris Kolpackov | 1 | -0/+4 | |
2013-02-11 | Support compilers that deduce const arrays to const reference differently | Boris Kolpackov | 1 | -0/+35 | |
2013-02-11 | Work around duplicate overloading issue | Boris Kolpackov | 1 | -0/+5 | |
2013-02-11 | Detect POSIX threads on MinGW-W64 | Boris Kolpackov | 1 | -1/+10 | |
2013-02-09 | Fix invalid cast type | Boris Kolpackov | 1 | -1/+1 | |
2013-02-09 | Bump version to 2.2.0 | Boris Kolpackov | 2 | -4/+4 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 104 | -104/+104 | |
2013-02-09 | Escape m4 macro | Boris Kolpackov | 1 | -1/+1 | |
2013-02-06 | Add call to AM_PROG_AR which is required by newer automake | Boris Kolpackov | 1 | -0/+1 | |
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch. | |||||
2013-02-06 | Fix incorrect AC_LANG_SOURCE quoting | Boris Kolpackov | 3 | -9/+9 | |
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch. | |||||
2013-02-05 | Add support for change-tracking containers | Boris Kolpackov | 6 | -142/+260 | |
ODB now supports "smart" ordered containers. Such containers get extra functions for updating and deleting individual elements. Based on this functionality implement two change-tracking containers: odb::vector (equivalent to std::vector) and QOdbList (equivalent to QList). New tests: common/container/change-tracking and qt/common/container/change- tracking. | |||||
2013-01-25 | By default map std::array<char, N> to string instead of binary | Boris Kolpackov | 1 | -6/+20 | |
2013-01-24 | Add support for mapping char[N] to CHAR/VARCHAR database types | Boris Kolpackov | 6 | -248/+1171 | |
Also improve query support for arrays (decaying). | |||||
2013-01-17 | Add database id constant (useful for meta-programming) | Boris Kolpackov | 1 | -0/+5 | |
2013-01-16 | Make session cache management functions static, add notifications | Boris Kolpackov | 2 | -2/+2 | |
2013-01-16 | Implement two-phase session insertion | Boris Kolpackov | 2 | -7/+5 | |
On the first step an uninitialized object is inserted into the cache as before (this is necessary to handle recursive loading). The second step is to notify the session that the object has been initialized. On this second step the session can perform change tracking preparations, such as make a copy of the object or reset the modification flag. New test: common/session/custom (implements a custom session that uses copies to track changes). | |||||
2013-01-15 | Bump version to 2.2.0.a3 | Boris Kolpackov | 2 | -4/+4 | |
2013-01-15 | Check that max connections is greater or equal than min in connection pool | Boris Kolpackov | 1 | -1/+4 | |
2013-01-15 | Add support for setting SQL Server transaction isolation level | Boris Kolpackov | 4 | -0/+83 | |
2013-01-14 | Add support for MSSQL ROWVERSION | Boris Kolpackov | 7 | -29/+188 | |
ODB can now use ROWVERSION column as an optimistic concurrency version. | |||||
2013-01-13 | Implement set_image() for id_rowversion | Boris Kolpackov | 1 | -2/+17 | |
2012-12-12 | Bump version to 2.2.0.a22.2.0.a2 | Boris Kolpackov | 2 | -4/+4 | |
2012-12-03 | Add support for executing common query using static interface | Boris Kolpackov | 4 | -17/+69 | |