granite icon indicating copy to clipboard operation
granite copied to clipboard

Merge fork with enhancements/fixes

Open kalinon opened this issue 2 years ago • 5 comments

My fork has been getting a bit ahead so i wanted to open a PR with my working branch.

This includes the following bug fixes:

  • fix allowing enum columns
  • #455
  • #454
  • Fix issue where primary key can be pushed twice on create
  • fix infinite recursion when searching with enum

It also includes the following enhancements:

  • ameba recomendations
  • add retry to adapter base
  • add support for querying with Array(UUID)
  • add Relationship annotation that is applied to methods which are defined relationships

kalinon avatar Sep 29 '21 12:09 kalinon

Any chance to get these fixes merged?

SebastianSzturo avatar Mar 31 '22 12:03 SebastianSzturo

ping @drujensen - Could this be merged? It solves some of my issues :)

confact avatar Apr 16 '22 12:04 confact

@kalinon could you split this one up into smaller MR (one for each fix preferably) - So it is easier to review and maybe approve it?

confact avatar Apr 20 '22 07:04 confact

related: #462

robacarp avatar Apr 20 '22 16:04 robacarp

@confact i had already done that, but they were never merged. It soon grew and was hard to manage for me. #454, #455 are smaller pieces of this.

kalinon avatar Apr 20 '22 17:04 kalinon