Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-22 | Add missing includes, comments | Boris Kolpackov | 2 | -2/+4 | |
2011-07-22 | Cosmetic changes | Boris Kolpackov | 1 | -1/+1 | |
2011-07-22 | Aesthetic changes | Constantin Michael | 1 | -1/+2 | |
2011-07-22 | Include messages regarding trusted test database user in automake messages | Constantin Michael | 3 | -2/+8 | |
2011-07-22 | Correct typo | Constantin Michael | 1 | -1/+1 | |
2011-07-22 | Add PostgreSQL driver and options for Windows | Constantin Michael | 2 | -0/+54 | |
2011-07-22 | Update INSTALL to include PostgreSQL | Constantin Michael | 1 | -1/+2 | |
2011-07-22 | Make automake scripts PostgreSQL aware | Constantin Michael | 4 | -0/+293 | |
2011-07-22 | Corrections to PostgreSQL traits implementation in mapping example | Constantin Michael | 1 | -4/+4 | |
2011-07-22 | Simplify implementation of PostgreSQL DATE mapping example | Constantin Michael | 1 | -9/+14 | |
2011-07-21 | Enable Qt and Boost profile examples for PostgreSQL | Constantin Michael | 1 | -8/+0 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 6 | -13/+13 | |
Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control NULL-ness of object pointers. Now the two pragmas are used consistently for object pointers and simple values (and in the future will work for composite values and containers). | |||||
2011-07-18 | Restore original function name | Boris Kolpackov | 1 | -1/+1 | |
2011-07-14 | Aesthetic changes | Constantin Michael | 1 | -3/+5 | |
2011-07-14 | Do not output empty PostgreSQL client configuration options | Constantin Michael | 1 | -7/+12 | |
2011-07-14 | Inline PostgreSQL traits implementation and remove cxx file | Constantin Michael | 3 | -20/+7 | |
2011-07-14 | Temporarily disable Qt and Boost policy examples for PostgreSQL | Constantin Michael | 1 | -4/+10 | |
2011-07-14 | Remove erroneous SQLite schema creation from schema example | Constantin Michael | 2 | -18/+2 | |
2011-07-14 | Remove libpq import directory | Constantin Michael | 6 | -503/+0 | |
2011-07-14 | Correct file descriptions | Constantin Michael | 10 | -10/+10 | |
2011-07-13 | Add PostgreSQL | Constantin Michael | 33 | -17/+1005 | |
2011-04-27 | Use QtCore prefix when including Qt headers1.4.0 | Boris Kolpackov | 2 | -10/+43 | |
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does. | |||||
2011-04-26 | Bump version to 1.4.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-04-26 | Add note on embedded schemas | Boris Kolpackov | 9 | -45/+61 | |
2011-04-26 | Add inheritance example | Boris Kolpackov | 7 | -1/+473 | |
2011-04-25 | Add entry for qt example | Boris Kolpackov | 1 | -0/+4 | |
2011-04-24 | Update installation instructions with Qt information | Boris Kolpackov | 1 | -18/+37 | |
2011-04-24 | Improve autoconf test for Qt | Boris Kolpackov | 1 | -5/+61 | |
2011-04-24 | Cosmetic changes | Boris Kolpackov | 1 | -3/+3 | |
2011-04-24 | Link QtCore4.lib last | Boris Kolpackov | 2 | -8/+8 | |
2011-04-24 | Use correct class and function names | Boris Kolpackov | 1 | -7/+7 | |
2011-04-24 | Make Qt example consistent with Boost example | Boris Kolpackov | 1 | -7/+10 | |
Use the same dates and the same query. | |||||
2011-04-22 | Rewrite Qt example using Qt style | Constantin Michael | 4 | -68/+59 | |
2011-04-22 | Add qt/container usage to Qt example | Constantin Michael | 3 | -16/+50 | |
2011-04-22 | Add qt/smart-ptr usage to Qt example | Constantin Michael | 3 | -27/+18 | |
2011-04-22 | Add SQLite support to Qt example | Constantin Michael | 4 | -6/+28 | |
2011-04-22 | Update examples to include qt/basic and qt/date-time usage | Constantin Michael | 5 | -72/+305 | |
2011-04-22 | Add code for Qt profile dist build | Constantin Michael | 5 | -1/+186 | |
2011-04-22 | Add Qt example boilerplate code | Constantin Michael | 7 | -41/+66 | |
2011-04-22 | Add Qt profile example | Constantin Michael | 21 | -2/+1488 | |
2011-04-18 | Get rid of image type argument in value_traits | Boris Kolpackov | 2 | -4/+4 | |
2011-04-05 | Bump version to 1.3.01.3.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-03-31 | Bump version to 1.3.0.b1 | Boris Kolpackov | 1 | -1/+1 | |
2011-03-31 | Add SQLite as supported database | Boris Kolpackov | 1 | -8/+9 | |
2011-03-30 | VC++ build system support for SQLite | Boris Kolpackov | 2 | -0/+7 | |
2011-03-30 | Autotools support for SQLite | Boris Kolpackov | 7 | -4/+164 | |
2011-03-27 | Add missing header include | Boris Kolpackov | 9 | -0/+9 | |
2011-03-27 | Don't run fake db driver for SQLite | Boris Kolpackov | 11 | -23/+26 | |
By default embedded schema is used. | |||||
2011-03-25 | SQLite support | Boris Kolpackov | 15 | -92/+433 | |
2011-03-25 | Cosmetic changes | Boris Kolpackov | 2 | -4/+8 | |