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

Typo in README #374

Closed tillydray closed 12 months ago

tillydray commented 1 year ago

There's a typo in README#Experimental/New Joins

The ON clause lambda will ___ all the available tables in it. This forbids runtime errors where an ON clause refers to a table that isn't in scope yet.

I'm not sure what fits there otherwise I'd make a PR

isomorpheme commented 12 months ago

I think I have an idea of what fits there so I opened #380; if it's not accurate then reviewers can always point that out of course.