Removing hard-coding in ORDER BY statement
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 17 Jan 2013 09:40:10 +0000 (10:40 +0100)
committerGerrit Code Review <gerrit2@kim11>
Tue, 22 Jan 2013 10:10:39 +0000 (19:10 +0900)
commit89747443454890e89ebfe9ad6bcbe0fd30f8a2df
tree4e7b412d54bef75f8b312f2e3efb570e4d5d15e0
parentffc8e52a8b7f9767612308a9544b574744995e48
Removing hard-coding in ORDER BY statement

[Issue#]       N/A
[Bug]          Need of hard coding order by statement
[Cause]        N/A
[Problem]      N/A
[Solution]     N/A
[Verification] Build repository with --define="WITH_TESTS ON"
Run:
dpl-tests-db --output=text --regexp='ORM_SelectOrderByMultipleColumns'
dpl-tests-db --output=text --regexp='ORM_Delete'
Tests should pass

Change-Id: I272bc01cf1ed0a60d00a57f7a41d10b61a173544
modules/db/include/dpl/db/orm.h
tests/dpl/db/test_orm.cpp