Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
The problem with libpq-fe.h is that it is installed in unpredictable places on different platforms. As a result, a user that uses ODB with PostgreSQL (and who doesn't really know or care about libpq) is forced to make sure their application is able to find and include libpq-fe.h correctly. Luckily for us, we only use a handful of libpq pointers in public headers and the workaround is to forward declare them and use that instead of including libpq-fe.h (which is instead included in source files). | |||||
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 | |
2011-07-05 | Implement PostgreSQL specific fetch operations for select_statement | Constantin Michael | 2 | -33/+89 | |
2011-07-04 | Update makefile | Constantin Michael | 1 | -1/+2 | |
2011-07-04 | Correct traits byte-order conversion | Constantin Michael | 1 | -1/+1 | |
2011-07-04 | Add missing image buffer type cases to bind_result implementation | Constantin Michael | 1 | -1/+12 | |
2011-07-04 | Add query and result implementation | Constantin Michael | 6 | -0/+2293 | |
2011-07-04 | Add additional functionality required by query implementation | Constantin Michael | 2 | -4/+34 | |
2011-06-29 | Use container traits column counts to specifiy container statment counts | Constantin Michael | 2 | -7/+7 | |
2011-06-27 | Add a nop specialization for converting byte order of a single byte | Constantin Michael | 1 | -0/+10 | |
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 | |