aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-19Rework query machinery not to use '_' as primary table aliasBoris Kolpackov1-72/+83
Now we always qualify with the actual table name and use the '_' alias for situations where an object is referencing itself.
2011-07-05Only bind native binding structure when references are presentConstantin Michael1-4/+10
2011-07-05Aesthetic changesConstantin Michael1-4/+4
2011-07-05Implement PostgreSQL specific queryConstantin Michael1-26/+68
2011-07-04Add query and result implementationConstantin Michael1-0/+256