joist-orm

a TypeScript ORM for Postgres

Downloads
28.6K
Stars
252
Committers
29
joist-orm - v1.112.4

Published by stephenh about 1 year ago

1.112.4 (2023-10-17)

Bug Fixes

joist-orm - v1.112.3

Published by stephenh about 1 year ago

1.112.3 (2023-10-13)

Bug Fixes

  • Fix AsyncMethods w/no params looking like AsyncProperties. (#829) (8353c63)
joist-orm - v1.112.2

Published by stephenh about 1 year ago

1.112.2 (2023-10-09)

Bug Fixes

  • added support for o2o relations to sql load lens (#828) (499a5ad)
joist-orm - v1.112.1

Published by stephenh about 1 year ago

1.112.1 (2023-10-07)

Bug Fixes

  • Reuse PrimitiveSerde instead of introducing a new one. (#827) (61bdcd1)
joist-orm - v1.112.0

Published by stephenh about 1 year ago

1.112.0 (2023-10-07)

Features

joist-orm - v1.111.3

Published by stephenh about 1 year ago

1.111.3 (2023-10-07)

Bug Fixes

  • Always quote columns that are camel cased. (#824) (1c11513)
joist-orm - v1.111.2

Published by stephenh about 1 year ago

1.111.2 (2023-10-07)

Bug Fixes

joist-orm - v1.111.1

Published by stephenh about 1 year ago

1.111.1 (2023-10-05)

Bug Fixes

  • Add nlike/nilike to ValueGraphQLFilter. (#821) (d6a80db)
joist-orm - v1.111.0

Published by stephenh about 1 year ago

1.111.0 (2023-10-05)

Features

  • Allow non-field properties in createOrUpdatePartial. (#820) (3eead2b)
joist-orm - v1.110.0

Published by stephenh about 1 year ago

1.110.0 (2023-10-05)

Features

joist-orm - v1.109.1

Published by stephenh about 1 year ago

1.109.1 (2023-10-04)

Bug Fixes

  • Fix double quoting in buildKnexQuery (#817) (1ebbbf1)
joist-orm - v1.109.0

Published by stephenh about 1 year ago

1.109.0 (2023-10-03)

Features

joist-orm - v1.108.11

Published by stephenh about 1 year ago

1.108.11 (2023-10-03)

Bug Fixes

joist-orm - v1.108.10

Published by stephenh about 1 year ago

1.108.10 (2023-09-30)

Bug Fixes

  • Quote abbreviations that are keywords. (#810) (b3f891b)
joist-orm - v1.108.9

Published by stephenh about 1 year ago

1.108.9 (2023-09-29)

Bug Fixes

  • Fix NPE in toMatchEntity on null references. (#809) (c7d525e)
joist-orm - v1.108.7

Published by stephenh about 1 year ago

1.108.7 (2023-09-25)

Bug Fixes

  • Allow calling AsyncMethod.get on DeepNew entities. (#804) (44544e0)
joist-orm - v1.108.6

Published by stephenh about 1 year ago

1.108.6 (2023-09-25)

Bug Fixes

  • Fix toMatchEntity failing with pojos. (#798) (770ff98)
joist-orm - v1.108.5

Published by stephenh about 1 year ago

1.108.5 (2023-09-24)

Bug Fixes

  • Fix em.find batching with native enums. (#803) (1289a73)
joist-orm - v1.108.4

Published by stephenh about 1 year ago

1.108.4 (2023-09-23)

Bug Fixes

joist-orm - v1.108.3

Published by stephenh about 1 year ago

1.108.3 (2023-09-23)

Bug Fixes

  • Avoid creating dups if different upsert clauses. (#801) (2830eb1)