summaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/common.cxx
AgeCommit message (Collapse)AuthorFilesLines
2024-01-24Turn odb repository into muti-package repositoryKaren Arutyunov1-351/+0
Also remove the autoconf/make-based build system.
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-11-27Fix bug in handling section members that require growthBoris Kolpackov1-2/+2
2015-07-02C++ type mapping support for container elementsasBoris Kolpackov1-10/+15
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2015-02-04Implement object loading viewsBoris Kolpackov1-0/+9
See section 10.2 in the manual for details.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-11-21Add dynamic multi-database query supportBoris Kolpackov1-1/+1
2012-10-08Ground work for multi-database supportBoris Kolpackov1-1/+2
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-02-22Add support for composite object idsBoris Kolpackov1-86/+15
New pragma id_type (member). New test: common/composite-id. The composite example has also been updated.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-11-09Make sure we can use same type as both container and simple valueBoris Kolpackov1-3/+6
2011-10-21Add support for const data membersBoris Kolpackov1-6/+21
Const data members are automatically treated as readonly. New test: const-member.
2011-09-20Fix indentationBoris Kolpackov1-2/+2
2011-08-31Rename comp_value() predicate to composite()Boris Kolpackov1-1/+1
2011-08-31Add transient() predicateBoris Kolpackov1-1/+1
2011-08-28Add wrapper support for containersBoris Kolpackov1-5/+6
2011-08-28Add wrapper support for composite valuesBoris Kolpackov1-5/+10
NULL semantics for composite values is not yet supported.
2011-07-13Add support for DATE, TIME and TIMESTAMP PostgreSQL typesConstantin Michael1-2/+9
2011-07-12Correct PostgreSQL varbit member image type to ubufferConstantin Michael1-1/+1
2011-07-05Add PostgreSQL common implementationConstantin Michael1-0/+378