oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.96k stars 95 forks source link

fix: ORDER BY x ASC NULLS FIRST did not work #296

Closed gthb closed 1 year ago

gthb commented 1 year ago

I discovered that ORDER BY x ASC NULLS FIRST did not work. This fixes that.

gthb commented 1 year ago

perhaps it would a good idea to add a test for asc nulls last as well

Added in https://github.com/oguimbal/pg-mem/pull/296/commits/48dfad0cfe06df22c36a1fe18c88bbf5b7e6ba48, thanks!

gthb commented 1 year ago

sorry for the delay, I'm drowning in work 😁

#relatable 😁

oguimbal commented 1 year ago

published as pg-mem@2.6.5