google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

NOT NULL Constraint is not being enforced #842

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a table with "username" TEXT NOT NULL UNIQUE as the primary key
2. Go to the Add section of SQLite Manager
3. Dont fill in any details, this will still allow you to fill in the field

What is the actual output?
A record is added with blank fields which should not be possible

What is the expected output?
An error message stating that the NOT NULL constraint has not been met

What version of the product are you using? On what target Application (e.g. Fire
Firefox 4.0.1, etc.)? On what operating system?
Extension Version =
Application =
OS =

Please provide any additional information below. In some cases
errors/warnings may be logged in the Error Console (in Firefox) which is
available under the Tools menu or using Ctrl+Shift+J. If you find any
related to this extension, please report that too.

Original issue reported on code.google.com by Streetpa...@gmail.com on 29 Apr 2014 at 11:51