bitemyapp / esqueleto

New home of Esqueleto, please file issues so we can get things caught up!
BSD 3-Clause "New" or "Revised" License
372 stars 107 forks source link

Warning on `LockingKind` #319

Open parsonsmatt opened 2 years ago

parsonsmatt commented 2 years ago

Coming from #316

We've added a special Postgres-only LockingKind constructor in that branch. In order to make the interface safe, we'll want to put a WARNING pragma on LockingKind that it will not be part of the public API anymore, and instead we'll direct folks to using named functions that implement what they want.