summaryrefslogtreecommitdiff
path: root/odb/context.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-21Move to new "virtual functions in context" modelBoris Kolpackov1-7/+10
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-16/+55
The common part (in relational/) still has some MySQL-specific parts. Also, add the notion of the current context which is used to avoid explicitly passing the context object to every generator's c-tor.
2011-03-14Add upcase(string) function to contextBoris Kolpackov1-1/+15
2011-03-01Add support for embedded database schemasBoris Kolpackov1-2/+186
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-3/+8
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.
2010-12-01Fix incorrect pragma spellingBoris Kolpackov1-1/+1
2010-12-01Implement not_null pointer pragmaBoris Kolpackov1-0/+1
New exception: null_pointer.
2010-11-29Make container pragmas also work on types in addition to membersBoris Kolpackov1-2/+36
2010-11-24Implement support for many-to-{one,many} inverse relationshipsBoris Kolpackov1-1/+35
2010-11-22Implement support for one-to-{one,many} inverse relationshipsBoris Kolpackov1-2/+3
New pragma: inverse.
2010-11-18Split object image binding into in and out variantsBoris Kolpackov1-9/+24
2010-11-17Add support for unidirectional object relationshipsBoris Kolpackov1-2/+62
New test: common/relationship.
2010-11-06Add support for container persistenceBoris Kolpackov1-71/+123
2010-11-01Factor assignment of database type to separate passBoris Kolpackov1-9/+7
2010-10-27Implement support for composite value typesBoris Kolpackov1-3/+79
New test: common/composite.
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-09-13Internally use primary type names instead of user aliasesBoris Kolpackov1-1/+4
2010-09-13Change pragma syntaxBoris Kolpackov1-2/+7
Change odb pragma namespace to db. Use qualifiers (object, value, and member) to specify type/member name. Add support for mapping C++ types to db types.
2010-08-19Use type names as specified in the header that we compileBoris Kolpackov1-1/+1
2010-08-13Add public_name(), use it in column_name()Boris Kolpackov1-24/+25
2010-07-22Next chunk of functionalityBoris Kolpackov1-65/+12
Add SQL language lexer. Implement MySQL type declaration parser. Create sub-directories for databases, currently mysql and tracer. Create MySQL-specific context.
2010-07-20Add mapping of basic C++ types to DB typesBoris Kolpackov1-4/+75
2010-06-04Next chunk of functionalityBoris Kolpackov1-0/+47
2010-05-21Add escape() functionBoris Kolpackov1-2/+162
2010-04-02Remove unused headersBoris Kolpackov1-2/+0
2010-04-02Detect odb-enabled classes and generate c-tor implementationBoris Kolpackov1-8/+13
2010-03-30Use odb prefix for inclusionBoris Kolpackov1-1/+2
2010-03-30Add code generator infrastructureBoris Kolpackov1-0/+49