aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query.hxx
AgeCommit message (Expand)AuthorFilesLines
2011-08-19Rework query machinery not to use '_' as primary table aliasBoris Kolpackov1-39/+60
2011-07-25Suppress warnings1.5.0Boris Kolpackov1-5/+5
2011-07-22Fix type name shadowingBoris Kolpackov1-16/+18
2011-07-14Add support for binary format NUMERIC typeConstantin Michael1-37/+43
2011-07-13Add support for DATE, TIME and TIMESTAMP SQL typesConstantin Michael1-84/+102
2011-07-05Aesthetic changesConstantin Michael1-0/+4
2011-07-05Implement PostgreSQL specific queryConstantin Michael1-44/+39
2011-07-04Add query and result implementationConstantin Michael1-0/+1687