From 3623b91177b3515d0997c6c37930f83323b50ad1 Mon Sep 17 00:00:00 2001 From: larliv <150813596+larliv@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:24:51 +0100 Subject: [PATCH] Update 2015-06-25-db-adapter.md --- _posts/2015-06-25-db-adapter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +