Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-06 | Support for views; native part | Boris Kolpackov | 1 | -0/+1 | |
2011-08-30 | Implement uniform handle management across all databases | Boris Kolpackov | 1 | -0/+1 | |
Also use the auto_handle template instead of the raw handle in connection, statement, and result classes. This removes a lot of brittle "exception safety guarantee" code that we had in those classes. | |||||
2011-07-04 | Update makefile | Constantin Michael | 1 | -1/+2 | |
2011-05-31 | Add traits to makefile | Constantin Michael | 1 | -0/+1 | |
2011-05-30 | Move endian-traits to odb/pgsql/details folder | Constantin Michael | 1 | -11/+11 | |
2011-05-27 | Add new files to makefile | Constantin Michael | 1 | -9/+10 | |
2011-05-26 | Add host endian detection and endian conversion algorithms | Constantin Michael | 1 | -0/+1 | |
2011-05-19 | Update makefile to build statement.cxx | Constantin Michael | 1 | -0/+1 | |
2011-05-11 | Add transaction implementation | Constantin Michael | 1 | -1/+3 | |
2011-05-11 | Add connection and connection factory implementations | Constantin Michael | 1 | -0/+2 | |
2011-05-09 | Add error support | Constantin Michael | 1 | -1/+2 | |
2011-05-05 | Add pgsql database implementation | Constantin Michael | 1 | -3/+5 | |
2011-05-03 | Add libodb-pgsql infrastructure files | Constantin Michael | 1 | -0/+128 | |