add example to sqlite docs illustrating custom compiler ext. with Bigint + primary key

Issue #2075 resolved
Mike Bayer repo owner created an issue

tried to get a trigger to do this on sqlite, it can be done, but again not in a way that is backend neutral (the pk col has to be nullable, or have a server default set on it). so lets illustrate the example shown in #2074.

Comments (4)

  1. Log in to comment