Subject: | should AutoCRUD protect against null/blank PKs? |
SQLite isn't fussy about the values on some cols marked primary_key and
so allows blank (null?) values. need to investigate this and see whether
it's easy or worth protecting against this in the UI.
why isn't required being set in the ExtJS for that matter?