Age | Commit message (Expand) | Author | Files | Lines |
2011-06-27 | Correct lastval caching logic | Constantin Michael | 1 | -1/+5 |
2011-06-24 | Move byte order conversion to traits set_value/set_image functions | Constantin Michael | 2 | -11/+12 |
2011-06-24 | Move insert_statement lastval query from execute() to id() | Constantin Michael | 2 | -24/+31 |
2011-06-24 | Correct native_bind lengths array initialization | Constantin Michael | 1 | -1/+55 |
2011-06-24 | Make oid enumeration anonymous | Constantin Michael | 1 | -1/+1 |
2011-06-24 | Forward declare libpq type Oid in pgsql-types.hxx | Constantin Michael | 1 | -0/+2 |
2011-06-24 | Add hack to deal with pgsql::details/odb::details namespace clash | Constantin Michael | 1 | -0/+10 |
2011-06-24 | Use in_column_count to specify PostgreSQL object statements param count | Constantin Michael | 1 | -4/+4 |
2011-06-22 | Correct typos | Constantin Michael | 1 | -5/+5 |
2011-06-20 | Add missing buffer types to bind | Constantin Michael | 1 | -1/+6 |
2011-06-07 | Aesthetic changes | Constantin Michael | 1 | -2/+1 |
2011-06-07 | Remove enum from set of supported types | Constantin Michael | 1 | -18/+2 |
2011-06-02 | Add date/time type image_traits | Constantin Michael | 1 | -1/+14 |
2011-05-31 | Add traits to makefile | Constantin Michael | 1 | -0/+1 |
2011-05-31 | Complete traits | Constantin Michael | 1 | -11/+54 |
2011-05-31 | Cleanup oid enumeration - include necessary Oids only | Constantin Michael | 1 | -139/+5 |
2011-05-31 | Correct statement | Constantin Michael | 2 | -29/+23 |
2011-05-31 | Remove version data member from native_binding | Constantin Michael | 1 | -2/+1 |
2011-05-30 | Move endian-traits to odb/pgsql/details folder | Constantin Michael | 4 | -18/+18 |
2011-05-27 | Add traits | Constantin Michael | 2 | -0/+349 |
2011-05-27 | Add new files to makefile | Constantin Michael | 1 | -9/+10 |
2011-05-27 | Add statement-cache and enable relevant functionality in connection | Constantin Michael | 3 | -94/+77 |
2011-05-27 | Add container-statements | Constantin Michael | 2 | -0/+404 |
2011-05-27 | Cleanup object-statements | Constantin Michael | 2 | -22/+13 |
2011-05-27 | Use oid enum instead of Oid libpq typedef to avoid libpq-fe.h dependencies | Constantin Michael | 2 | -11/+12 |
2011-05-27 | Cleanup oid enumeration | Constantin Michael | 1 | -49/+2 |
2011-05-26 | Correct statement | Constantin Michael | 2 | -71/+45 |
2011-05-26 | Aesthetic changes | Constantin Michael | 1 | -4/+12 |
2011-05-26 | Correct endian-traits | Constantin Michael | 2 | -81/+113 |
2011-05-26 | Remove unnecessary headers | Constantin Michael | 1 | -4/+0 |
2011-05-26 | Add object-statments implementation | Constantin Michael | 4 | -0/+573 |
2011-05-26 | Complete statement::bind_result implementation | Constantin Michael | 1 | -16/+26 |
2011-05-26 | Add host endian detection and endian conversion algorithms | Constantin Michael | 3 | -0/+139 |
2011-05-25 | Aesthetic changes and small refactorings | Constantin Michael | 3 | -83/+56 |
2011-05-24 | Update insert_statement to use lastval() to get last insert id | Constantin Michael | 2 | -11/+20 |
2011-05-24 | Add select_statement and binding adapters. Correct version usage | Constantin Michael | 2 | -35/+404 |
2011-05-24 | Correct bind struct and add initial buffer type enumeration | Constantin Michael | 1 | -1/+18 |
2011-05-24 | Correct native_binding struct | Constantin Michael | 1 | -8/+8 |
2011-05-24 | Update result_ptr to be standard and safe | Constantin Michael | 1 | -3/+16 |
2011-05-19 | Aesthetic changes and small corrections/re-factorings | Constantin Michael | 2 | -35/+22 |
2011-05-19 | Add version data member to native_binding | Constantin Michael | 1 | -1/+2 |
2011-05-19 | Add update_statement | Constantin Michael | 2 | -0/+73 |
2011-05-19 | Update makefile to build statement.cxx | Constantin Michael | 1 | -0/+1 |
2011-05-19 | Add statement, insert_statement, and delete_statement | Constantin Michael | 2 | -0/+289 |
2011-05-18 | Add binding structure | Constantin Michael | 2 | -0/+105 |
2011-05-17 | Add oid enum generated from postgres-8.4.8/src/include/catalog/pg_type.h | Constantin Michael | 1 | -0/+230 |
2011-05-13 | Add PGresult pointer wrapper | Constantin Michael | 6 | -117/+137 |
2011-05-12 | Implement database::execute | Constantin Michael | 4 | -13/+59 |
2011-05-11 | Add transaction support to database | Constantin Michael | 2 | -10/+15 |
2011-05-11 | Add transaction implementation | Constantin Michael | 7 | -1/+283 |