Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert data problem with NOT NULL #110

Closed
ToniTaste opened this issue Sep 20, 2014 · 4 comments
Closed

Insert data problem with NOT NULL #110

ToniTaste opened this issue Sep 20, 2014 · 4 comments
Labels
bug Confirmed bugs or reports that are very likely to be bugs.

Comments

@ToniTaste
Copy link

My table:
CREATE TABLE test (
ID INTEGER NOT NULL,
Name TEXT NOT NULL,
ID2 INTEGER NOT NULL,
PRIMARY KEY(ID,ID2)
);

It is not possible to insert a record in Browse Date because there is a primary key with two fields and twice are NOT NULL

@justinclift justinclift added the bug Confirmed bugs or reports that are very likely to be bugs. label Sep 21, 2014
@justinclift
Copy link
Member

Thanks. I'm not technical enough to look into this, but the guys (Rene and Martin), should be able to figure out what's wrong. 😄

@rp-
Copy link
Contributor

rp- commented Sep 21, 2014

Thanks, should be fixed. 594ea38

@justinclift
Copy link
Member

@ToniTaste Would you have time to try the latest nightly build (tomorrow), to verify this is working for you now?

@justinclift
Copy link
Member

Closing this, as it should be fixed, although we haven't yet had confirmation back from @ToniTaste.

@ToniTaste If you test this and it's not completely fixed, please reopen this issue (or let us know some other way). 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs.
Projects
None yet
Development

No branches or pull requests

3 participants