Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _posts/2015-06-25-db-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
Here are some DB adapter tips regarding duplicate rows.
Expand All @@ -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.