aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29Don't use boolean as identifier2.2.0.a1Boris Kolpackov2-19/+20
Some headers/systems defined it as a macro.
2012-10-29Bump version to 2.2.0.a1Boris Kolpackov2-4/+4
2012-10-19Get rid of result_impl_baseBoris Kolpackov11-88/+45
2012-10-19Implement early connection releaseBoris Kolpackov20-150/+148
2012-10-19Completion of prepared query supportBoris Kolpackov23-50/+154
2012-10-19Update prepared statement code for multi-database supportBoris Kolpackov1-1/+1
2012-10-19Initial support for prepared queriesBoris Kolpackov6-44/+111
2012-10-08Ground work for multi-database supportBoris Kolpackov25-261/+897
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-09-20More older SQLite compatibility fixesBoris Kolpackov1-2/+2
2012-09-19Make sure we support older versions of SQLite (3.5.3 and up)Boris Kolpackov5-10/+58
2012-09-16Add support for Visual Studio 20122.1.0Boris Kolpackov10-4/+454
2012-09-14Remove stray template specializationBoris Kolpackov1-1/+0
2012-09-14Indicate value cannot be NULL when initializing query parameter imageBoris Kolpackov1-8/+8
2012-09-14Bump version to 2.1.0Boris Kolpackov2-4/+4
2012-09-11Add support for mapping std::array to BLOB and char[16] to UUID typesBoris Kolpackov1-19/+131
2012-09-10Add support for alternative UTF-16 image for TEXT in SQLiteBoris Kolpackov5-21/+172
Use it to handle QString and support std::wstring on Windows.
2012-09-10Rearrange data/size calls as recommended by SQLite documentationBoris Kolpackov1-4/+8
2012-09-07Add support for passing database name as std::wstring on WindowsBoris Kolpackov2-0/+72
2012-09-06Add ability to specify SQLite vfs module in database constructorBoris Kolpackov3-2/+18
2012-07-27Bump version to 2.1.0.a22.1.0.a2Boris Kolpackov2-4/+4
2012-07-18Convert NULLs to NaNs in SQLite for float and doubleBoris Kolpackov1-0/+40
This makes it consistent with SQLite behavior which converts NaNs to NULLs.
2012-07-17Get rid of warning2.1.0.a1Boris Kolpackov1-1/+1
2012-07-17Bump version to 2.1.0.a1Boris Kolpackov2-4/+4
2012-07-16Simplify query inheritance hierarchyBoris Kolpackov1-8/+9
This should also allow Sun CC handle queries for objects with circular dependencies.
2012-07-10Add support for custom database type mappingBoris Kolpackov5-44/+138
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.
2012-06-18Bump version to 2.0.12.0.1Boris Kolpackov2-3/+3
2012-06-18Allocate container traits lazily and only when their definition is seenBoris Kolpackov4-6/+58
This fixes a problem with polymorphic hierarchies spread over multiple files in which case the source code for the derived class does not have the definition of the container traits for the base class. See the comment in the source code for further details.
2012-05-04Add -D_REENTRANT when building on Linux to emulate -pthreadBoris Kolpackov1-1/+3
2012-04-29Bump version to 2.0.02.0.0Boris Kolpackov2-4/+4
2012-04-29Make transaction_impl sanity check optional, use assertBoris Kolpackov1-1/+3
2012-04-26Replace remaining std::auto_ptr uses with odb::details::unique_ptrBoris Kolpackov1-3/+3
GCC in C++11 mode issues a deprecation warning for std::auto_ptr.
2012-04-26Make session optionalBoris Kolpackov3-10/+8
2012-04-23Polymorphic inheritance supportBoris Kolpackov22-426/+1472
2012-03-07Use RAII to free select statement resultsBoris Kolpackov3-0/+28
2012-03-02Bump version to 1.9.0.a1Boris Kolpackov2-4/+4
2012-03-02Reimplement C++11 support to be header-onlyBoris Kolpackov2-9/+4
This way, the same build of the runtime libraries can be used in both C++98 and C++11 modes. This is important for when runtimes are installed or packaged.
2012-03-02Fix array subscript overflowBoris Kolpackov1-1/+3
2012-03-01Add support for using C++11 std::unique_ptr to pass connection factoryBoris Kolpackov2-9/+20
2012-02-22Add support for composite object idsBoris Kolpackov3-4/+4
New pragma id_type (member). New test: common/composite-id. The composite example has also been updated.
2012-02-10Don't allocate unnecessary entries in container truncation arrayBoris Kolpackov2-14/+7
2012-01-29Bump version to 1.8.01.8.0Boris Kolpackov2-4/+4
2012-01-29Fix incorrect copyright holderBoris Kolpackov4-4/+4
2012-01-29Update copyright yearBoris Kolpackov86-86/+86
2012-01-29Remove author field from file headerBoris Kolpackov85-86/+1
Too much effort to maintain.
2012-01-26Implement support for database schemaBoris Kolpackov1-4/+2
New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality.
2012-01-12Cosmetic changesBoris Kolpackov1-1/+1
2012-01-12Add missing #includeBoris Kolpackov1-0/+2
2011-12-21Do not select object id in container SELECT statementBoris Kolpackov2-14/+36
2011-12-05Bump version to 1.7.01.7.0Boris Kolpackov2-4/+4
2011-12-05Add link to licensing overview pageBoris Kolpackov1-0/+6