<div dir="ltr">I don’t know much about databases, but in general wouldn’t it be good to define which databases we support? Like: MySQL, SQLite, PostgreSQL, Oracle, more?<div><br></div><div style>Much like for browsers, we only support down to IE8. Servers only Apache, and I’m not sure if IIS. But Ngninx or Lighttpd I think not really. PHP version 5.3 minimum. Javascript required.</div>

<div style><br></div><div style>Do we have a clear requirements page like this somewhere on the website? If not we need it, so that everyone clearly knows what we need to support, what needs to be tested against, and what the baseline is. And what we explicitly _do not_ support because we can’t do it all.</div>

<div style><br></div><div style><br></div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 18, 2013 at 7:05 PM, André Schild <span dir="ltr"><<a href="mailto:a.schild@aarboard.ch" target="_blank">a.schild@aarboard.ch</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 18.03.2013 18:49, schrieb Bernhard Posselt:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 03/18/2013 06:48 PM, Thomas Tanghus wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Monday 18 March 2013 17:15 Bernhard Posselt wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've tried adding those fields and removing the primary key values from<br>
the indices fields (why the fuck are they even in there!?)<br>
</blockquote>
An unique index defined as primary is AFAIK a primary key.<br>
<br>
</blockquote>
Yeah but if the field that the index refers to is a primary key, then so is the index. Or am i wrong?<br>
</blockquote>
Some databases automatically create indexes for PK fields,<br>
for others you have to create a index for PK fields.<br>
<br>
And if the database has a concept of Primarykey is not always granted (But today most DB have this concept)<br>
<br>
In a DB schema PK fields makes most sense when you then also use them in foreign keys, that way your data integrity<br>
is protected by the database. (You can't insert children without parents etc.)<br>
<br>
André<br>
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
</blockquote></div><br></div>