da77a

Results 6 comments of da77a

Use the keyIsBinary parameter to read/write keys as buffers. Convert the buffer to a string and all will be fine.

This patch as it stands makes existing lmdb files incompatible with the patched version. And vice versa of course. Which would be "bad". Please don't do this. The remainder discusses...

>> This patch as it stands makes existing lmdb files incompatible with the patched version. And vice versa of course. Which would be "bad". Please don't do this. > Well,...

> @degifted @da77a Here is my opinion about this pull request: > > Unfortunately, it breaks compatibility with existing users of node-lmdb, so I can't accept it as-is. I don't...

@degifted - I like your plan. My main point was (and also your point 3 above) is that the general solution is to build indexes by encoding keys through whatever...

> Unfortunately, it's not that simple. Relationships are the most complex part of the tool and because of the [columns/constraints propagation mechanism](https://www.pgmodeler.io/support/docs/310-relationships?v=1.0.0) Yes so I have read. I think the...