Age | Commit message (Expand) | Author | Files | Lines |
2011-09-09 | New templated query_columns architecture | Boris Kolpackov | 3 | -62/+77 |
2011-09-06 | Support for views; native part | Boris Kolpackov | 15 | -97/+533 |
2011-09-06 | Allow select statement without parameters | Boris Kolpackov | 2 | -8/+29 |
2011-08-30 | Add comment with some explanations | Boris Kolpackov | 1 | -0/+4 |
2011-08-30 | Implement uniform handle management across all databases | Boris Kolpackov | 9 | -173/+190 |
2011-08-28 | Add create() hook to connection factories | Boris Kolpackov | 2 | -18/+38 |
2011-08-28 | Add support for creating connection from existing handle | Boris Kolpackov | 2 | -7/+26 |
2011-08-24 | Add support for transaction multiplexing | Boris Kolpackov | 8 | -19/+47 |
2011-08-22 | Bump version to 1.6.0.a11.6.0.a1 | Boris Kolpackov | 2 | -4/+4 |
2011-08-22 | Remove stray function declarations | Boris Kolpackov | 1 | -6/+0 |
2011-08-22 | Add support for constructing delete_statement with native binding only | Boris Kolpackov | 2 | -3/+24 |
2011-08-21 | Add odb::connection class | Boris Kolpackov | 10 | -67/+116 |
2011-08-19 | Rework query machinery not to use '_' as primary table alias | Boris Kolpackov | 3 | -118/+152 |
2011-08-18 | Fix custom recursive loading in post_load callback | Boris Kolpackov | 4 | -3/+45 |
2011-08-04 | Merge branch 'wrapper' | Boris Kolpackov | 1 | -1/+227 |
2011-08-04 | Add support for value wrappers | Boris Kolpackov | 1 | -1/+227 |
2011-07-31 | Minor optimization | Boris Kolpackov | 1 | -1/+1 |
2011-07-28 | Add value_traits specializations for std::vector<char> | Boris Kolpackov | 2 | -0/+52 |
2011-07-27 | Bump version to 1.6.0 | Boris Kolpackov | 2 | -4/+4 |
2011-07-25 | Suppress warnings1.5.0 | Boris Kolpackov | 1 | -5/+5 |
2011-07-25 | Suppress warnings | Boris Kolpackov | 2 | -8/+8 |
2011-07-25 | Update INSTALL file | Boris Kolpackov | 1 | -7/+7 |
2011-07-25 | Remove @@ notes that no longer apply | Boris Kolpackov | 1 | -2/+0 |
2011-07-25 | Bump version to 1.5.0 | Boris Kolpackov | 2 | -4/+4 |
2011-07-25 | Avoid unnecessary initialization | Boris Kolpackov | 1 | -1/+1 |
2011-07-24 | Always initialize format and size values in native_bind | Constantin Michael | 1 | -1/+3 |
2011-07-23 | Export endian_traits | Constantin Michael | 1 | -1/+3 |
2011-07-23 | Do not include config.h for Visual Studio | Constantin Michael | 1 | -1/+2 |
2011-07-23 | Correct libpq library name specified to Visual Studio linker | Constantin Michael | 2 | -16/+16 |
2011-07-22 | Get rid of libpq-fe.h inclusion in public headers | Boris Kolpackov | 9 | -25/+77 |
2011-07-22 | Fix type name shadowing | Boris Kolpackov | 1 | -16/+18 |
2011-07-22 | Correct typo in Visual Studio linker options | Constantin Michael | 1 | -1/+1 |
2011-07-22 | Specify libpq as a dependency to Visual Studio | Constantin Michael | 2 | -8/+8 |
2011-07-21 | Quote prepared statement name in deallocation command | Constantin Michael | 1 | -1/+2 |
2011-07-19 | Fix incorrect argument names, make accessor order consistent | Boris Kolpackov | 1 | -12/+12 |
2011-07-14 | Map unsigned short and int C++ types to SMALLINT and INTEGER by default | Constantin Michael | 1 | -2/+2 |
2011-07-14 | Forbid connection to database if server integer_datetimes is off | Constantin Michael | 2 | -10/+5 |
2011-07-14 | Add support for binary format NUMERIC type | Constantin Michael | 2 | -108/+105 |
2011-07-13 | Make process notification callback static | Constantin Michael | 1 | -5/+2 |
2011-07-13 | Add support for DATE, TIME and TIMESTAMP SQL types | Constantin Michael | 4 | -101/+145 |
2011-07-13 | Get integer_datetimes server var on connection to server | Constantin Michael | 2 | -1/+15 |
2011-07-12 | Suppress server notification messages | Constantin Michael | 1 | -0/+10 |
2011-07-12 | Remove no longer applicable comment | Constantin Michael | 1 | -3/+0 |
2011-07-11 | Free deallocate query result | Boris Kolpackov | 1 | -1/+2 |
2011-07-11 | Free prepared statement cache before closing connection | Boris Kolpackov | 1 | -0/+4 |
2011-07-05 | Support for callbacks in PG runtime | Boris Kolpackov | 3 | -8/+48 |
2011-07-05 | Only bind native binding structure when references are present | Constantin Michael | 1 | -4/+10 |
2011-07-05 | Aesthetic changes | Constantin Michael | 3 | -10/+9 |
2011-07-05 | Implement PostgreSQL specific query | Constantin Michael | 2 | -70/+107 |
2011-07-05 | Use fine grained fetch control provided by select_statement | Constantin Michael | 2 | -10/+4 |