jpchnz / vidaas

Automatically exported from code.google.com/p/vidaas
0 stars 0 forks source link

The system does not automatically generate a unique ID as primary key or check that a primary key in a new record is unique #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload a database
2. Add a new record to a table
3. If you've entered a primary key that already exists, the system crashes when 
you click 'done'

What is the expected output? What do you see instead?
If there is a numerical ID for a primary key, I would expect that the system 
should automatically increment this to the next available unused ID number. At 
the very least if you enter a non-unique primary key the system should check, 
warn you, and return you to the add record interface rather than simply 
crashing.

What version of the product are you using? On what operating system?
How should I know when there is never a version number added! It the version at 
http://129.67.101.249/ which was released on the 9th Feb. I'm using Firefox.

Please provide any additional information below.

Original issue reported on code.google.com by jajwil...@gmail.com on 10 Feb 2012 at 10:05