aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29Copy correct license fileBoris Kolpackov1-7/+14
2012-01-29Fix incorrect copyright holderBoris Kolpackov10-10/+10
2012-01-29Update copyright yearBoris Kolpackov97-97/+97
2012-01-29Remove author field from file headerBoris Kolpackov149-149/+0
Too much effort to maintain.
2012-01-17Autotools and VC++ build support for SQL ServerBoris Kolpackov9-3/+401
2012-01-16Misc fixesBoris Kolpackov5-5/+5
2012-01-16Add SQL Server supportBoris Kolpackov27-46/+427
2012-01-08Add support for defining composite value type as class template instantiationsBoris Kolpackov3-6/+27
2011-12-05Bump version to 1.7.01.7.0Boris Kolpackov1-1/+1
2011-12-05Add link to licensing overview pageBoris Kolpackov1-0/+6
2011-12-05Update Oracle runtime licenseBoris Kolpackov1-7/+8
2011-12-01Instantiate QCoreApplication in Qt tests/examplesBoris Kolpackov1-0/+4
It performs Qt initialization/finalization and without it bad things will happen (like deleting TLS keys that don't belong to Qt).
2011-12-01Correct license informationBoris Kolpackov2-2/+2
2011-12-01Make sure PostgreSQL psql driver stops at first error and exits with error codeBoris Kolpackov2-2/+2
2011-12-01Get rid of unused variable and warningBoris Kolpackov1-2/+2
2011-12-01Cosmetic changesBoris Kolpackov1-2/+2
2011-11-30Cosmetic automake changesBoris Kolpackov7-25/+25
2011-11-28Clear shell variables before appendingBoris Kolpackov6-1/+20
2011-11-28Corrections to Oracle test scripts for WindowsConstantin Michael2-3/+4
2011-11-28Corrections to Oracle user configuration scriptConstantin Michael1-4/+4
2011-11-25Corrections to Oracle user configuration scriptConstantin Michael1-10/+8
2011-11-24Add Oracle to automake and Visual Studio buildConstantin Michael9-2/+397
2011-11-18Aesthetic changesConstantin Michael2-5/+4
2011-11-18Simplify drop table SQL for OracleConstantin Michael1-8/+1
2011-11-18Correct erroneously quoted table identifierConstantin Michael1-1/+1
2011-11-18Revert to using an unsigned type for the custom schema example employee IDConstantin Michael1-1/+1
2011-11-18Include missing header fileConstantin Michael1-0/+1
2011-11-18Use most descriptive table prefixes possible for Oracle examplesConstantin Michael2-2/+2
2011-11-18Use default client character sets for Oracle examplesConstantin Michael15-15/+15
2011-11-18Correct license in file headersConstantin Michael4-4/+4
2011-11-17Add examples for OracleConstantin Michael33-16/+639
2011-11-02Bump version to 1.7.0.a11.7.0.a1Boris Kolpackov1-1/+1
2011-11-02Add example for optimistic concurrency supportBoris Kolpackov7-0/+482
2011-10-19Mention autotools as prerequisite in INSTALL-GITBoris Kolpackov1-3/+9
2011-10-03Don't add -framework OS X option to CPPFLAGS1.6.01.6Boris Kolpackov1-4/+0
It is only necessary in LDFLAGS and adding it to CPPFLAGS causes warnings.
2011-10-03Bump version to 1.6.0Boris Kolpackov1-1/+1
2011-10-03Proofreading changesBoris Kolpackov4-46/+61
2011-10-02Add simple view to hello exampleBoris Kolpackov3-2/+36
2011-09-27Fix invalid configure option nameBoris Kolpackov1-1/+1
2011-09-27Add view exampleBoris Kolpackov6-1/+860
2011-09-20Bump version to 1.6.0.a21.6.0.a2Boris Kolpackov1-1/+1
2011-09-20Change query syntax to use . for composite and -> for object pointer accessBoris Kolpackov6-6/+6
Also make non-inverse query columns act as both an object pointer and a normal column. The latter allows us to use natural expressions such as query<employee>::employer.is_null ().
2011-08-28Support multiple .sql filesBoris Kolpackov1-2/+3
2011-08-24Set more sane table prefixBoris Kolpackov1-1/+1
2011-08-22Bump version to 1.6.0.a11.6.0.a1Boris Kolpackov1-1/+1
2011-08-22Enable foreign key constraints checking in SQLiteBoris Kolpackov12-23/+139
Due to bugs in SQLite DDL foreign key support, we have to temporarily disable foreign keys when re-creating the schema. New manual section: 12.5.3, "Foreign Key Constraints".
2011-08-22Add --table-prefix optionBoris Kolpackov12-11/+22
Assign unique table prefixes to most examples. This makes sure that we don't end up with broken schemas where half of the tables were changed by the next test and the other half has foreign keys that now point to nowhere.
2011-08-04Add support for boost::optional and boost::shared_ptr as value wrappersBoris Kolpackov3-13/+57
New test: boost/common/optional.
2011-08-04Add support for value wrappersBoris Kolpackov2-4/+36
Wrapper is a class that wraps another type. Examples of wrappers are various smart pointers, holders, etc. A wrapper can be transparent or it can handle the NULL semantics. The new odb::nullable class template is a NULL wrapper that helps to add the NULL semantics to a value type. New test: common/wrapper.
2011-07-27Bump version to 1.6.0Boris Kolpackov1-1/+1