Frank Filho
Frank Filho
Could you send a test case?
Can you send a test case or a screenshot? Thanks!
I updated the flag to be `--exposeConstraintInfo`, as that does not require the user to understand what the "meta-interfaces" are. What do you think?
The tests/examples/README still need to be updated, I'll try to do that this week.
I tested adding the original SQL type to the output (`{..., originalType: 'text' }`). The reason I didn't include it in this PR is that some types (at least in...
All tests are passing :smiley:
@DiskImage Last time I ran it, this PR was working fine. It's not in master but if you really want this you can clone the branch and use it. I...
One problem with that is that it becomes more inconvenient for libraries to access the relevant keys. As an example, I want to add a method `findOne` to SafeQL that...
@abenhamdine Yes, IMO a good design would be to output as much information as possible (for library authors to use) while keeping the types simple for end users (using the...
I started working on this feature on a fork. Sadly, Postgres doesn't appear to expose constraint information in an easy-to-use manner. After asking on #postgresql and googling around a bit,...