sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Added test for setting foreign key to NULL via named stmt.

Open RichardKnop opened this issue 7 years ago • 0 comments

This PR adds a test to verify you can set foreign key to NULL using a named statement.

I was suspicious that there was a bug in the library for such use case so I wrote this test.

It turned out there was a bug in my application code instead so I am submitting this PR, it might be useful to have this covered by tests.

RichardKnop avatar Jun 16 '17 10:06 RichardKnop