diff --git a/_posts/2015-06-25-db-adapter.md b/_posts/2015-06-25-db-adapter.md index 8b04059..14a442a 100755 --- a/_posts/2015-06-25-db-adapter.md +++ b/_posts/2015-06-25-db-adapter.md @@ -4,6 +4,7 @@ title: Why does DB-adapter return duplicate rows? categories: DB adapter tags: [osb, soa suite, db adapter, primary key, rowid] author: jphjulstad +keep: yes --- Here are some DB adapter tips regarding duplicate rows. @@ -26,4 +27,4 @@ Picking a non-unique column here can lead to operations updating multiple uninte Therefore - verify if the primary key you select is a valid one - or you may get fooled. - \ No newline at end of file +